Skip to content

Commit 0045a4d

Browse files
authored
Merge pull request #20 from worktile/why520crazy/release-1.0.0
chore(release): bump to 1.0.0
2 parents 1549950 + 1cb173b commit 0045a4d

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.0.0"></a>
2+
3+
# [1.0.0](https://github.com/worktile/ngx-micro-frontend/compare/0.0.11...1.0.0) (2019-09-16)
4+
5+
### Bug Fixes
6+
7+
- **application:** cancel bootstrapped app when next change [#264544](https://github.com/worktile/ngx-micro-frontend/issues/264544) ([8a997a9](https://github.com/worktile/ngx-micro-frontend/commit/8a997a9))
8+
9+
### Features
10+
11+
- **application:** support simultaneous load and rendering multiple applications
12+
- **application:** cancel last app loader which asserts is loading when next route change ([d737713](https://github.com/worktile/ngx-micro-frontend/commit/d737713))
13+
114
<a name="0.0.11"></a>
215

316
## [0.0.11](https://github.com/worktile/ngx-micro-frontend/compare/0.0.10...0.0.11) (2019-08-16)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ngx-planet",
3-
"version": "0.0.11",
2+
"name": "@worktile/planet",
3+
"version": "1.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "concurrently \"npm run serve:portal\" \"npm run serve:app1\" \"npm run serve:app2\"",

packages/planet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@worktile/ngx-planet",
3-
"version": "0.0.11",
2+
"name": "@worktile/planet",
3+
"version": "1.0.0",
44
"private": false,
55
"peerDependencies": {
66
"@angular/common": "^7.1.0",

0 commit comments

Comments
 (0)