Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit a12f727

Browse files
committed
chore(version): Release
1 parent 7b6509f commit a12f727

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.1](https://github.com/rucken/todo-ionic/compare/0.1.0...0.1.1) (2019-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies ([7b6509f](https://github.com/rucken/todo-ionic/commit/7b6509f))
7+
8+
9+
110
# [0.1.0](https://github.com/rucken/todo-ionic/compare/0.0.4...0.1.0) (2019-04-23)
211

312

libs/rucken/todo-ionic/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rucken/todo-ionic",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"engines": {
55
"node": ">=10",
66
"npm": ">=6.4.0"
@@ -64,16 +64,16 @@
6464
}
6565
],
6666
"peerDependencies": {
67-
"@angular/common": "~7.2.13",
68-
"@angular/core": "~7.2.13",
69-
"@ionic/angular": "4.3.0",
70-
"@rucken/core": "^3.9.12",
67+
"@angular/common": "~7.2.15",
68+
"@angular/core": "~7.2.15",
69+
"@ionic/angular": "4.4.0",
70+
"@rucken/core": "^3.9.13",
7171
"@rucken/todo": "^3.9.9",
72-
"@rucken/ionic": "^1.0.0"
72+
"@rucken/ionic": "^1.0.1"
7373
},
7474
"dependencies": {
7575
"@ngx-translate/core": "^11.0.1",
76-
"ngx-dynamic-form-builder": "^0.9.0",
76+
"ngx-dynamic-form-builder": "^1.0.0",
7777
"ngx-permissions": "^6.0.4",
7878
"ngx-repository": "^0.6.3",
7979
"bind-observable": "^1.0.2",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rucken-todo-ionic",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"engines": {
55
"node": ">=11",
66
"npm": ">=6.5.0"
@@ -215,4 +215,4 @@
215215
"zone.js"
216216
]
217217
}
218-
}
218+
}

0 commit comments

Comments
 (0)