Skip to content

Commit c57083a

Browse files
committed
0.3.0
1 parent 273ccf3 commit c57083a

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.3.0](https://github.com/fivethree-team/ngxs-ionic-router-plugin/compare/v0.2.0...v0.3.0) (2020-02-13)
2+
3+
4+
### Features
5+
6+
* **ionic:** update to ionic 5 ([273ccf3](https://github.com/fivethree-team/ngxs-ionic-router-plugin/commit/273ccf32bc3d681b44b42b30cd819d716acec4b6))
7+
8+
9+
110
# [0.2.0](https://github.com/fivethree-team/ngxs-ionic-router-plugin/compare/0.1.0...0.2.0) (2020-01-16)
211

312

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
Router Plugin for Ionic 4 and NGXS 3.3.4 or higher.
77

8-
| Angular | @ngxs/store | ionic | @fivethree/@fivethree/ngxs-ionic-router-plugin |
9-
| ------- | ----------- | ------ | ---------------------------------------------- |
10-
| 8/9 | 3.6.x+ | 4.x.x+ | 0.2.x+ |
11-
| 7 | 3.3.4+ | 4.x.x+ | 0.1.0 |
8+
| Angular | @ngxs/store | ionic | @fivethree/@fivethree/ngxs-ionic-router-plugin |
9+
| ------- | ----------- | ----- | ---------------------------------------------- |
10+
| 8/9 | 3.6.x+ | 5.x.x | 0.3.x |
11+
| 8/9 | 3.6.x+ | 4.x.x | 0.2.x |
12+
| 7 | 3.3.4+ | 4.x.x | 0.1.0 |
1213

1314
## 📦 Installation
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/ngxs-ionic-router-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Marc Stammerjohann",
55
"description": "NGXS Ionic Router Plugin",
66
"scripts": {

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fivethree/ngxs-ionic-router-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "NGXS Ionic Router Plugin",
55
"keywords": [
66
"fivethree",
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"@angular/core": ">=8.0.0 <10.0.0",
24-
"@ionic/angular": "^4.0.0",
24+
"@ionic/angular": "^5.0.0",
2525
"@ngxs/store": ">=3.6.0"
2626
}
2727
}

0 commit comments

Comments
 (0)