Skip to content

Commit a6155a5

Browse files
authored
v0.5.10 (#84)
* bump version * changelog update
1 parent 9ca3e45 commit a6155a5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.10"></a>
7+
8+
# [0.5.10](https://github.com/Microsoft/angular-react/compare/v0.5.9...v0.5.10) (2019-01-27)
9+
10+
### Bug fixes
11+
12+
- **core:** workaround for TemplateRef update issues ([#81](https://github.com/Microsoft/angular-react/pull/81)) ([83f6b3a](https://github.com/Microsoft/angular-react/commit/83f6b3a39f30cda19bbc7562efd522fd62e2c195))
13+
14+
- **fabric**: take benefits from tree-shaking support in Fabric ([#80](https://github.com/Microsoft/angular-react/pull/80)) ([9ca3e45](https://github.com/Microsoft/angular-react/commit/9ca3e4570562f3e2489b5925c0101584f8055220))
15+
616
<a name="0.5.9"></a>
717

818
# [0.5.9](https://github.com/Microsoft/angular-react/compare/v0.5.8...v0.5.9) (2019-01-22)

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.9",
4+
"version": "0.5.10",
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.9",
4+
"version": "0.5.10",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.5.9",
47+
"@angular-react/core": "^0.5.10",
4848
"@angular/common": "^7.0.3",
4949
"@angular/core": "^7.0.3",
5050
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)