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

Commit 1e9b22e

Browse files
author
Travis CI
committed
chore(version): Release
1 parent 0a0529b commit 1e9b22e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.3](https://github.com/rucken/ionic/compare/0.0.2...0.0.3) (2019-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Add show errors if remove users or groups is fail ([3a22b65](https://github.com/rucken/ionic/commit/3a22b65))
7+
* Load permissions and groups if current user entered ([a4b3c6a](https://github.com/rucken/ionic/commit/a4b3c6a))
8+
9+
10+
111
## [0.0.2](https://github.com/rucken/ionic/compare/0.0.1...0.0.2) (2019-01-10)
212

313

libs/rucken/ionic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rucken/ionic",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"engines": {
55
"node": ">=10",
66
"npm": ">=6.4.0"

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-ionic",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"engines": {
55
"node": ">=10",
66
"npm": ">=6.4.0"
@@ -169,4 +169,4 @@
169169
"zone.js"
170170
]
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)