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

Commit 18d3a39

Browse files
author
Travis CI
committed
chore(version): Release
1 parent 1952bb8 commit 18d3a39

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.2](https://github.com/rucken/ionic/compare/0.0.1...0.0.2) (2019-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **auth-modal:** Add class for change modal header ([2617454](https://github.com/rucken/ionic/commit/2617454))
7+
8+
9+
110
## 0.0.1 (2019-01-10)
211

312

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.1",
3+
"version": "0.0.2",
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rucken-ionic",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"engines": {
55
"node": ">=10",
66
"npm": ">=6.4.0"
@@ -61,8 +61,8 @@
6161
"github:postbuild": "./node_modules/.bin/cp-cli ./dist/demo/index.html ./dist/demo/404.html",
6262
"github:build": "run-s lib:build config:prod github:prebuild github:postbuild doc",
6363
"github:deploy": "gh-pages -d dist/demo",
64-
"doc:lib:ionic": "./node_modules/.bin/compodoc -p libs/rucken/ionic/tsconfig.lib.json -n \"rucken:ionic\" -d dist/demo/doc/ionic",
65-
"doc:app:demo": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -n \"rucken:ionic-demo\" -d dist/demo/doc/demo",
64+
"doc:lib:ionic": "./node_modules/.bin/compodoc -p libs/rucken/ionic/tsconfig.lib.json -n \"rucken:ionic\" -d dist/demo/doc/ionic/",
65+
"doc:app:demo": "./node_modules/.bin/compodoc -p src/tsconfig.app.json -n \"rucken:ionic-demo\" -d dist/demo/doc/demo/",
6666
"doc": "run-s doc:lib:ionic doc:app:demo"
6767
},
6868
"dependencies": {
@@ -169,4 +169,4 @@
169169
"zone.js"
170170
]
171171
}
172-
}
172+
}

src/app/i18n/template.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgid "Core with Admin UI for web and native application maked on Angular7+"
2626
msgstr ""
2727

2828
msgid ""
29-
"<ul>\n"
29+
"<p>Demo users:</p><ul>\n"
3030
"<li>user with admin group: [email protected], password: 12345678</li>\n"
3131
"<li>user with user group: [email protected], password: 12345678</li>\n"
3232
"<li>user with user group: [email protected], password: 12345678</li>\n"
@@ -67,7 +67,7 @@ msgid "Search"
6767
msgstr ""
6868

6969
msgid ""
70-
"<p>Demo users:</p><ul>\n"
70+
"<ul>\n"
7171
"<li>user with admin group: [email protected], password: 12345678</li>\n"
7272
"<li>user with user group: [email protected], password: 12345678</li>\n"
7373
"<li>user with user group: [email protected], password: 12345678</li>\n"

0 commit comments

Comments
 (0)