Skip to content

Commit

Permalink
Merge pull request #40 from worktile/release-1.0.6
Browse files Browse the repository at this point in the history
chore: release 1.0.6
  • Loading branch information
why520crazy authored Oct 10, 2019
2 parents d450349 + 30f2d10 commit 33ac4f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.6"></a>

## [1.0.6](https://github.com/worktile/ngx-planet/compare/1.0.5...1.0.6) (2019-10-10)

### Bug Fixes

- portal route change out ngZone when sub app route trigger change ([c2a5a66](https://github.com/worktile/ngx-planet/commit/c2a5a66))

<a name="1.0.5"></a>

## [1.0.5](https://github.com/worktile/ngx-planet/compare/1.0.4...1.0.5) (2019-10-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/planet",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"ng": "ng",
"start": "concurrently \"npm run serve:portal\" \"npm run serve:app1\" \"npm run serve:app2\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/planet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/planet",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"peerDependencies": {
"@angular/common": "^7.1.0",
Expand Down

0 comments on commit 33ac4f4

Please sign in to comment.