Skip to content

Commit c549f1e

Browse files
committed
chore(release): bump to 1.0.0
1 parent 1549950 commit c549f1e

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm i @worktile/ngx-planet --save
1717
### 1. Loading the module in the portal app module
1818

1919
```
20-
import { NgxPlanetModule } from '@worktile/planet';
20+
import { NgxPlanetModule } from '@worktile/ngx-planet';
2121
2222
@NgModule({
2323
imports: [

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)