Skip to content

Commit 9a17267

Browse files
committed
chore(release): publish [skip ci]
- @ionic/[email protected] - @ionic/[email protected] - [email protected] - [email protected]
1 parent f9c66b3 commit 9a17267

File tree

8 files changed

+49
-7
lines changed

8 files changed

+49
-7
lines changed

packages/@ionic/cli-utils/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.1"></a>
7+
## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-07-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **generate:** remove pages/ prefix recommendation ([#3392](https://github.com/ionic-team/ionic-cli/issues/3392)) ([23d0db6](https://github.com/ionic-team/ionic-cli/commit/23d0db6))
13+
* **help:** properly show option decorations ([b2509de](https://github.com/ionic-team/ionic-cli/commit/b2509de))
14+
15+
16+
17+
618
<a name="2.0.0"></a>
719
# [2.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-07-25)
820

packages/@ionic/cli-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-utils",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Ionic CLI Utils",
55
"homepage": "https://ionicframework.com",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com)",

packages/@ionic/schematics-angular/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.1"></a>
7+
## [1.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-07-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **generate:** generate proper page selector ([#3396](https://github.com/ionic-team/ionic-cli/issues/3396)) ([2e99353](https://github.com/ionic-team/ionic-cli/commit/2e99353))
13+
14+
15+
16+
617
<a name="1.0.0"></a>
718
# [1.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-07-25)
819

packages/@ionic/schematics-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/schematics-angular",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Schematics specific to Ionic for Angular",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",

packages/cli-scripts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.0.10"></a>
7+
## [0.0.10](https://github.com/ionic-team/ionic-cli/compare/[email protected]@0.0.10) (2018-07-26)
8+
9+
10+
11+
12+
**Note:** Version bump only for package cli-scripts
13+
614
<a name="0.0.9"></a>
715
## [0.0.9](https://github.com/ionic-team/ionic-cli/compare/[email protected]@0.0.9) (2018-07-25)
816

packages/cli-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "cli-scripts",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"bin": {
66
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
77
},
@@ -17,11 +17,11 @@
1717
"types": "./dist/index.d.ts",
1818
"dependencies": {
1919
"@ionic/cli-framework": "1.0.0",
20-
"@ionic/cli-utils": "2.0.0",
20+
"@ionic/cli-utils": "2.0.1",
2121
"ansi-styles": "^3.2.0",
2222
"chalk": "^2.3.0",
2323
"escape-string-regexp": "^1.0.5",
24-
"ionic": "4.0.0",
24+
"ionic": "4.0.1",
2525
"strip-ansi": "^4.0.0",
2626
"tslib": "^1.9.0"
2727
},

packages/ionic/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.0.1"></a>
7+
## [4.0.1](https://github.com/ionic-team/ionic-cli/compare/[email protected]@4.0.1) (2018-07-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **generate:** remove pages/ prefix recommendation ([#3392](https://github.com/ionic-team/ionic-cli/issues/3392)) ([23d0db6](https://github.com/ionic-team/ionic-cli/commit/23d0db6))
13+
14+
15+
16+
617
<a name="4.0.0"></a>
718
# [4.0.0](https://github.com/ionic-team/ionic-cli/compare/[email protected]@4.0.0) (2018-07-25)
819

packages/ionic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A tool for creating and developing Ionic Framework mobile apps.",
55
"homepage": "https://ionicframework.com",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"dependencies": {
4747
"@ionic/cli-framework": "1.0.0",
48-
"@ionic/cli-utils": "2.0.0",
48+
"@ionic/cli-utils": "2.0.1",
4949
"chalk": "^2.3.0",
5050
"debug": "^3.1.0",
5151
"lodash": "^4.17.5",

0 commit comments

Comments
 (0)