Skip to content

Commit 172121c

Browse files
committed
chore(release): publish [skip ci]
- @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - [email protected]
1 parent d28a668 commit 172121c

20 files changed

Lines changed: 117 additions & 30 deletions

File tree

packages/@ionic/cli-framework-output/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [2.2.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-24)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-output
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-02)
715

816

packages/@ionic/cli-framework-output/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework-output",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "The log/tasks/spinners portion of Ionic CLI Framework",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com)",
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@ionic/utils-terminal": "2.2.1",
27+
"@ionic/utils-terminal": "2.3.0",
2828
"debug": "^4.0.0",
2929
"signal-exit": "^3.0.3",
3030
"tslib": "^2.0.1"

packages/@ionic/cli-framework-prompts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [2.1.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-24)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-prompts
9+
10+
11+
12+
13+
614
## [2.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
715

816
**Note:** Version bump only for package @ionic/cli-framework-prompts

packages/@ionic/cli-framework-prompts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework-prompts",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "The interactive prompts portion of Ionic CLI Framework",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com)",
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@ionic/utils-terminal": "2.2.1",
27+
"@ionic/utils-terminal": "2.3.0",
2828
"debug": "^4.0.0",
2929
"inquirer": "^7.0.0",
3030
"tslib": "^2.0.1"

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

Lines changed: 8 additions & 0 deletions
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+
## [5.0.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-24)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework
9+
10+
11+
12+
13+
614
## [5.0.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-02)
715

816
**Note:** Version bump only for package @ionic/cli-framework

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"description": "The foundation framework of the Ionic CLI",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -19,14 +19,14 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@ionic/cli-framework-output": "2.2.0",
22+
"@ionic/cli-framework-output": "2.2.1",
2323
"@ionic/utils-array": "2.1.5",
2424
"@ionic/utils-fs": "3.1.5",
2525
"@ionic/utils-object": "2.1.5",
26-
"@ionic/utils-process": "2.1.6",
26+
"@ionic/utils-process": "2.1.7",
2727
"@ionic/utils-stream": "3.1.5",
28-
"@ionic/utils-subprocess": "2.1.6",
29-
"@ionic/utils-terminal": "2.2.1",
28+
"@ionic/utils-subprocess": "2.1.7",
29+
"@ionic/utils-terminal": "2.3.0",
3030
"chalk": "^4.0.0",
3131
"debug": "^4.0.0",
3232
"lodash": "^4.17.5",

packages/@ionic/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [6.11.9](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cordova:** handle output-metadata.json files during android run ([5905cc1](https://github.com/ionic-team/ionic-cli/commit/5905cc1a9cd75b1a2bb8343da2fbc7146322ad28))
12+
13+
14+
15+
16+
617
## [6.11.8](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-02)
718

819
**Note:** Version bump only for package @ionic/cli

packages/@ionic/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "6.11.8",
3+
"version": "6.11.9",
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) ",
@@ -40,16 +40,16 @@
4040
},
4141
"license": "MIT",
4242
"dependencies": {
43-
"@ionic/cli-framework": "5.0.4",
44-
"@ionic/cli-framework-output": "2.2.0",
45-
"@ionic/cli-framework-prompts": "2.1.6",
43+
"@ionic/cli-framework": "5.0.5",
44+
"@ionic/cli-framework-output": "2.2.1",
45+
"@ionic/cli-framework-prompts": "2.1.7",
4646
"@ionic/utils-array": "2.1.5",
4747
"@ionic/utils-fs": "3.1.5",
4848
"@ionic/utils-network": "2.1.5",
49-
"@ionic/utils-process": "2.1.6",
49+
"@ionic/utils-process": "2.1.7",
5050
"@ionic/utils-stream": "3.1.5",
51-
"@ionic/utils-subprocess": "2.1.6",
52-
"@ionic/utils-terminal": "2.2.1",
51+
"@ionic/utils-subprocess": "2.1.7",
52+
"@ionic/utils-terminal": "2.3.0",
5353
"chalk": "^4.0.0",
5454
"debug": "^4.0.0",
5555
"diff": "^4.0.1",

packages/@ionic/lab/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [3.2.8](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-24)
7+
8+
**Note:** Version bump only for package @ionic/lab
9+
10+
11+
12+
13+
614
## [3.2.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-09-02)
715

816
**Note:** Version bump only for package @ionic/lab

packages/@ionic/lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/lab",
3-
"version": "3.2.7",
3+
"version": "3.2.8",
44
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
55
"bin": {
66
"ionic-lab": "./bin/ionic-lab"
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "npm run build"
4242
},
4343
"dependencies": {
44-
"@ionic/cli-framework": "5.0.4",
44+
"@ionic/cli-framework": "5.0.5",
4545
"@ionic/utils-fs": "3.1.5",
4646
"chalk": "^4.0.0",
4747
"express": "^4.16.2",

0 commit comments

Comments
 (0)