Skip to content

Commit

Permalink
0.6.2 (#108)
Browse files Browse the repository at this point in the history
* bump version

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

<a name="0.6.2"></a>

# [0.6.2](https://github.com/Microsoft/angular-react/compare/v0.6.1...v0.6.2) (2019-03-24)

Fix for broken `0.6.1` release.


<a name="0.6.1"></a>

# [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22)
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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"private": false,
"peerDependencies": {
"@angular-react/core": "^0.6.1",
"@angular-react/core": "^0.6.2",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",
Expand Down

0 comments on commit 11b46f1

Please sign in to comment.