Skip to content

Commit 69636a4

Browse files
authored
0.5.8 (#68)
* bump core and fabric versions * update changelog
1 parent 7e660e9 commit 69636a4

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.8"></a>
7+
8+
# [0.5.8](https://github.com/Microsoft/angular-react/compare/v0.5.7...v0.5.8) (2018-12-30)
9+
10+
### Bug fixes
11+
12+
- **fabric:** add missing TextField props. ([#67](https://github.com/Microsoft/angular-react/pull/67)) ([7e660e9](https://github.com/Microsoft/angular-react/commit/7e660e9df9a12b31d79ffcba1d18177d3743b4d1))
13+
614
<a name="0.5.7"></a>
715

816
# [0.5.7](https://github.com/Microsoft/angular-react/compare/v0.5.6...v0.5.7) (2018-12-30)

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.7",
4+
"version": "0.5.8",
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.7",
4+
"version": "0.5.8",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -75,7 +75,7 @@
7575
],
7676
"private": false,
7777
"peerDependencies": {
78-
"@angular-react/core": "^0.5.7",
78+
"@angular-react/core": "^0.5.8",
7979
"@angular/common": "^7.0.3",
8080
"@angular/core": "^7.0.3",
8181
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)