Skip to content

Commit 15ef6e7

Browse files
committed
1 parent 2358881 commit 15ef6e7

File tree

28 files changed

+200
-45
lines changed

28 files changed

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework-output",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
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,12 +24,12 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@ionic/utils-terminal": "2.3.3",
27+
"@ionic/utils-terminal": "2.3.4",
2828
"debug": "^4.0.0",
2929
"tslib": "^2.0.1"
3030
},
3131
"devDependencies": {
32-
"@ionic/utils-stream": "3.1.5",
32+
"@ionic/utils-stream": "3.1.6",
3333
"@types/debug": "^4.1.1",
3434
"@types/inquirer": "0.0.43",
3535
"@types/jest": "^26.0.10",

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.11](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-prompts
9+
10+
11+
12+
13+
614
## [2.1.10](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
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.10",
3+
"version": "2.1.11",
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.3",
27+
"@ionic/utils-terminal": "2.3.4",
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.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework
9+
10+
11+
12+
13+
614
## [5.1.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
715

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-framework",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
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.5",
23-
"@ionic/utils-array": "2.1.5",
24-
"@ionic/utils-fs": "3.1.6",
25-
"@ionic/utils-object": "2.1.5",
26-
"@ionic/utils-process": "2.1.10",
27-
"@ionic/utils-stream": "3.1.5",
28-
"@ionic/utils-subprocess": "2.1.11",
29-
"@ionic/utils-terminal": "2.3.3",
22+
"@ionic/cli-framework-output": "2.2.6",
23+
"@ionic/utils-array": "2.1.6",
24+
"@ionic/utils-fs": "3.1.7",
25+
"@ionic/utils-object": "2.1.6",
26+
"@ionic/utils-process": "2.1.11",
27+
"@ionic/utils-stream": "3.1.6",
28+
"@ionic/utils-subprocess": "2.1.12",
29+
"@ionic/utils-terminal": "2.3.4",
3030
"chalk": "^4.0.0",
3131
"debug": "^4.0.0",
3232
"lodash": "^4.17.5",

packages/@ionic/cli/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,57 @@
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+
# [7.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update test to reflect new output ([#4967](https://github.com/ionic-team/ionic-cli/issues/4967)) ([5c23518](https://github.com/ionic-team/ionic-cli/commit/5c23518b1a7bda4f020a82ced5557e157ccdbbc7))
12+
13+
14+
### chore
15+
16+
* **appflow:** remove appflow from @ionic/cli ([#4777](https://github.com/ionic-team/ionic-cli/issues/4777)) ([34b07ad](https://github.com/ionic-team/ionic-cli/commit/34b07ad4b53130057ecc5a736036a87d582744c2))
17+
18+
19+
### Code Refactoring
20+
21+
* **docs:** remove ionic docs command ([#4969](https://github.com/ionic-team/ionic-cli/issues/4969)) ([e624258](https://github.com/ionic-team/ionic-cli/commit/e62425889d07b496c0e578b61413ab00a8dae8d3))
22+
* **doctor:** remove ionic doctor command ([#4959](https://github.com/ionic-team/ionic-cli/issues/4959)) ([13568b1](https://github.com/ionic-team/ionic-cli/commit/13568b138bb8007e91901820656e97ac121a4913))
23+
* **lab:** remove ionic serve --lab option ([#4960](https://github.com/ionic-team/ionic-cli/issues/4960)) ([d6512a5](https://github.com/ionic-team/ionic-cli/commit/d6512a5139943dbe2084f99e63075db6e6b15b4d))
24+
25+
26+
### Features
27+
28+
* add vite support for react and vue ([#4966](https://github.com/ionic-team/ionic-cli/issues/4966)) ([94e9fa2](https://github.com/ionic-team/ionic-cli/commit/94e9fa2a2146883ad857d2acad71b7605e3687d0))
29+
* remove ionic-angular project type ([ff1c936](https://github.com/ionic-team/ionic-cli/commit/ff1c93635a74fc26e57319123118eaf3ce6d9958))
30+
* remove ionicv1 project type ([6ea2d48](https://github.com/ionic-team/ionic-cli/commit/6ea2d48da10d2b964ab95961cc9600874279c59d))
31+
* remove v3 and v1 integrations ([d40da3d](https://github.com/ionic-team/ionic-cli/commit/d40da3d07da909f82807fe7182c035c69d20a65c))
32+
* use vite specific projects for starters ([#4970](https://github.com/ionic-team/ionic-cli/issues/4970)) ([f35ea72](https://github.com/ionic-team/ionic-cli/commit/f35ea7239d5b23f819084691480f1c791377d55f))
33+
34+
35+
### BREAKING CHANGES
36+
37+
* **appflow:** The `package` commands and the `deploy build` command have been removed. Developers should migrate to the Ionic Cloud CLI instead.
38+
- Using `deploy build`? Migrate to ionic-cloud build web and if you used the -channel option, also use ionic-cloud deploy web.
39+
- Using `package` commands? Migrate to ionic-cloud build and ionic-cloud deploy.
40+
41+
See https://ionic.io/docs/appflow/cli/overview for more information on the Ionic Cloud CLI.
42+
* **docs:** The `ionic docs` command has been removed. See https://github.com/ionic-team/ionic-cli/pull/4905 for an alternative.
43+
* **doctor:** The `ionic doctor` command has been removed. See https://github.com/ionic-team/ionic-cli/pull/4907 for alternatives.
44+
* **lab:** The `--lab` option has been removed from `ionic serve`. See https://ionicframework.com/docs/developing/previewing for alternatives.
45+
* This commit removes integrations with V1 and V3 Ionic
46+
project types
47+
* This commit removes the Ionic V1 project type from the
48+
available project integrations. Please migrate to a modern Ionic
49+
project.
50+
* Integration with V3 (aka ionic-angular) project has
51+
been removed. Please update to modern Ionic projects.
52+
53+
54+
55+
56+
657
## [6.20.9](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-17)
758

859

packages/@ionic/cli/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "6.20.9",
3+
"version": "7.0.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.3",
44-
"@ionic/cli-framework-output": "2.2.5",
45-
"@ionic/cli-framework-prompts": "2.1.10",
46-
"@ionic/utils-array": "2.1.5",
47-
"@ionic/utils-fs": "3.1.6",
48-
"@ionic/utils-network": "2.1.5",
49-
"@ionic/utils-process": "2.1.10",
50-
"@ionic/utils-stream": "3.1.5",
51-
"@ionic/utils-subprocess": "2.1.11",
52-
"@ionic/utils-terminal": "2.3.3",
43+
"@ionic/cli-framework": "5.1.4",
44+
"@ionic/cli-framework-output": "2.2.6",
45+
"@ionic/cli-framework-prompts": "2.1.11",
46+
"@ionic/utils-array": "2.1.6",
47+
"@ionic/utils-fs": "3.1.7",
48+
"@ionic/utils-network": "2.1.6",
49+
"@ionic/utils-process": "2.1.11",
50+
"@ionic/utils-stream": "3.1.6",
51+
"@ionic/utils-subprocess": "2.1.12",
52+
"@ionic/utils-terminal": "2.3.4",
5353
"chalk": "^4.0.0",
5454
"debug": "^4.0.0",
5555
"diff": "^4.0.1",

packages/@ionic/discover/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.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
7+
8+
**Note:** Version bump only for package @ionic/discover
9+
10+
11+
12+
13+
614
## [3.1.5](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/discover

packages/@ionic/discover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/discover",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)