Skip to content

Commit

Permalink
Merge tag '0.3.2' into develop
Browse files Browse the repository at this point in the history
0.3.2
  • Loading branch information
EndyKaufman committed Mar 10, 2019
2 parents 288c731 + 5ca9cb4 commit 3ddbb41
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.2](https://github.com/rucken/ionic/compare/0.3.1...0.3.2) (2019-03-10)


### Bug Fixes

* Add config for models to transform ionic date format ([#33](https://github.com/rucken/ionic/issues/33)) ([afc5fd7](https://github.com/rucken/ionic/commit/afc5fd7))
* Set default to undefined, if not set try out with toString() ([#34](https://github.com/rucken/ionic/issues/34)) ([1b6f7db](https://github.com/rucken/ionic/commit/1b6f7db))
* Update initialState for users and groups modals ([288c731](https://github.com/rucken/ionic/commit/288c731))



## [0.3.1](https://github.com/rucken/ionic/compare/0.3.0...0.3.1) (2019-03-07)


Expand Down
6 changes: 3 additions & 3 deletions libs/rucken/ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rucken/ionic",
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"node": ">=10",
"npm": ">=6.4.0"
Expand Down Expand Up @@ -68,8 +68,8 @@
"peerDependencies": {
"@angular/common": "~7.2.8",
"@angular/core": "~7.2.8",
"@ionic/angular": "4.1.0",
"@rucken/core": "^3.9.7"
"@ionic/angular": "4.1.1",
"@rucken/core": "^3.9.8"
},
"dependencies": {
"@ngx-translate/core": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rucken-ionic",
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"node": ">=11",
"npm": ">=6.5.0"
Expand Down Expand Up @@ -210,4 +210,4 @@
"zone.js"
]
}
}
}

0 comments on commit 3ddbb41

Please sign in to comment.