Skip to content

Commit

Permalink
0.5.8 (#68)
Browse files Browse the repository at this point in the history
* bump core and fabric versions

* update changelog
  • Loading branch information
bengry authored Dec 30, 2018
1 parent 7e660e9 commit 69636a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.5.8"></a>

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

### Bug fixes

- **fabric:** add missing TextField props. ([#67](https://github.com/Microsoft/angular-react/pull/67)) ([7e660e9](https://github.com/Microsoft/angular-react/commit/7e660e9df9a12b31d79ffcba1d18177d3743b4d1))

<a name="0.5.7"></a>

# [0.5.7](https://github.com/Microsoft/angular-react/compare/v0.5.6...v0.5.7) (2018-12-30)
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/core",
"version": "0.5.7",
"version": "0.5.8",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
Expand Down
4 changes: 2 additions & 2 deletions libs/fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
"version": "0.5.7",
"version": "0.5.8",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
Expand Down Expand Up @@ -75,7 +75,7 @@
],
"private": false,
"peerDependencies": {
"@angular-react/core": "^0.5.7",
"@angular-react/core": "^0.5.8",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",
Expand Down

0 comments on commit 69636a4

Please sign in to comment.