Skip to content

Commit fd18a8b

Browse files
authored
0.5.1 (#51)
1 parent 79c6389 commit fd18a8b

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.1"></a>
7+
8+
# [0.5.1](https://github.com/Microsoft/angular-react/compare/v0.5.0...v0.5.1) (2018-12-06)
9+
10+
### Bug fixes
11+
12+
- **core:** Moved geteventlisteners module to a local one and revised JS to use ES5 syntax ([#48](https://github.com/Microsoft/angular-react/pull/48)) ([79c6389](https://github.com/Microsoft/angular-react/commit/79c63899c7d2b882b90c092d929758ad8707f24d))
13+
614
<a name="0.5.0"></a>
715

816
# [0.5.0](https://github.com/Microsoft/angular-react/compare/v0.4.10...v0.5.0) (2018-12-04)

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.0",
4+
"version": "0.5.1",
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.0",
4+
"version": "0.5.1",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
7070
],
7171
"private": false,
7272
"peerDependencies": {
73-
"@angular-react/core": "^0.5.0",
73+
"@angular-react/core": "^0.5.1",
7474
"@angular/common": "^7.0.3",
7575
"@angular/core": "^7.0.3",
7676
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)