Skip to content

Commit 55a35d2

Browse files
authored
0.5.3 (#55)
* 0.5.3 version bump * Changelog update
1 parent deefeb5 commit 55a35d2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.3"></a>
7+
8+
# [0.5.3](https://github.com/Microsoft/angular-react/compare/v0.5.2...v0.5.3) (2018-12-06)
9+
10+
### Bug fixes
11+
12+
- **core:** Fix for `geteventlisteners` not working with AOT (`--prod`) builds. ([#54](https://github.com/Microsoft/angular-react/pull/54)) ([deefeb5](https://github.com/Microsoft/angular-react/commit/deefeb52d83b09563763731fefbd227d25824a54))
13+
614
<a name="0.5.2"></a>
715

816
# [0.5.2](https://github.com/Microsoft/angular-react/compare/v0.5.1...v0.5.2) (2018-12-06)

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -73,7 +73,7 @@
7373
],
7474
"private": false,
7575
"peerDependencies": {
76-
"@angular-react/core": "^0.5.2",
76+
"@angular-react/core": "^0.5.3",
7777
"@angular/common": "^7.0.3",
7878
"@angular/core": "^7.0.3",
7979
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)