Skip to content

Commit f090194

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] - @ionic/[email protected] - [email protected]
1 parent 46da22f commit f090194

File tree

22 files changed

+134
-37
lines changed

22 files changed

+134
-37
lines changed

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.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-output
9+
10+
11+
12+
13+
614
## [2.2.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-05-09)
715

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

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.4",
3+
"version": "2.2.5",
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.3.2",
27+
"@ionic/utils-terminal": "2.3.3",
2828
"debug": "^4.0.0",
2929
"tslib": "^2.0.1"
3030
},

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.10](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-prompts
9+
10+
11+
12+
13+
614
## [2.1.9](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-05-09)
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.9",
3+
"version": "2.1.10",
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.3.2",
27+
"@ionic/utils-terminal": "2.3.3",
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.1.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework
9+
10+
11+
12+
13+
614
## [5.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-05-09)
715

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
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.4",
22+
"@ionic/cli-framework-output": "2.2.5",
2323
"@ionic/utils-array": "2.1.5",
24-
"@ionic/utils-fs": "3.1.5",
24+
"@ionic/utils-fs": "3.1.6",
2525
"@ionic/utils-object": "2.1.5",
26-
"@ionic/utils-process": "2.1.9",
26+
"@ionic/utils-process": "2.1.10",
2727
"@ionic/utils-stream": "3.1.5",
28-
"@ionic/utils-subprocess": "2.1.10",
29-
"@ionic/utils-terminal": "2.3.2",
28+
"@ionic/utils-subprocess": "2.1.11",
29+
"@ionic/utils-terminal": "2.3.3",
3030
"chalk": "^4.0.0",
3131
"debug": "^4.0.0",
3232
"lodash": "^4.17.5",

packages/@ionic/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.20.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **integrations:** Move ng add @ionic/cordova-builders after package installs ([#4853](https://github.com/ionic-team/ionic-cli/issues/4853)) ([8a69ae0](https://github.com/ionic-team/ionic-cli/commit/8a69ae0fd7d7fc15a0d1d5107199299117d34af4))
12+
13+
14+
### Features
15+
16+
* **capacitor:** enable NSAppTransportSecurity settings for live reload if needed ([#4851](https://github.com/ionic-team/ionic-cli/issues/4851)) ([24e22a6](https://github.com/ionic-team/ionic-cli/commit/24e22a60d17709ff78563a796db01e69b6d641cb))
17+
* **cli:** allow cap electron commands ([#4854](https://github.com/ionic-team/ionic-cli/issues/4854)) ([46da22f](https://github.com/ionic-team/ionic-cli/commit/46da22ff5b89c66155829a307acd765c5ff957d0))
18+
19+
20+
21+
22+
623
## [6.19.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-05-09)
724

825

packages/@ionic/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "6.19.1",
3+
"version": "6.20.0",
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.1.2",
44-
"@ionic/cli-framework-output": "2.2.4",
45-
"@ionic/cli-framework-prompts": "2.1.9",
43+
"@ionic/cli-framework": "5.1.3",
44+
"@ionic/cli-framework-output": "2.2.5",
45+
"@ionic/cli-framework-prompts": "2.1.10",
4646
"@ionic/utils-array": "2.1.5",
47-
"@ionic/utils-fs": "3.1.5",
47+
"@ionic/utils-fs": "3.1.6",
4848
"@ionic/utils-network": "2.1.5",
49-
"@ionic/utils-process": "2.1.9",
49+
"@ionic/utils-process": "2.1.10",
5050
"@ionic/utils-stream": "3.1.5",
51-
"@ionic/utils-subprocess": "2.1.10",
52-
"@ionic/utils-terminal": "2.3.2",
51+
"@ionic/utils-subprocess": "2.1.11",
52+
"@ionic/utils-terminal": "2.3.3",
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.13](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
7+
8+
**Note:** Version bump only for package @ionic/lab
9+
10+
11+
12+
13+
614
## [3.2.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-05-09)
715

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

packages/@ionic/lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/lab",
3-
"version": "3.2.12",
3+
"version": "3.2.13",
44
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
55
"bin": {
66
"ionic-lab": "./bin/ionic-lab"
@@ -41,8 +41,8 @@
4141
"prepublishOnly": "npm run build"
4242
},
4343
"dependencies": {
44-
"@ionic/cli-framework": "5.1.2",
45-
"@ionic/utils-fs": "3.1.5",
44+
"@ionic/cli-framework": "5.1.3",
45+
"@ionic/utils-fs": "3.1.6",
4646
"chalk": "^4.0.0",
4747
"express": "^4.16.2",
4848
"tslib": "^2.0.1"

0 commit comments

Comments
 (0)