File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 6.0.0] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@5.1.7...@ionic/cli-framework@6.0.0 ) (2023-11-08)
7+
8+
9+ ### Bug Fixes
10+
11+ * use native ES2022 error cause ([ #5010 ] ( https://github.com/ionic-team/ionic-cli/issues/5010 ) ) ([ a97ba2b] ( https://github.com/ionic-team/ionic-cli/commit/a97ba2bcac4556017ba010692f71fed2bef3f77b ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * ` message ` , ` stack ` , and ` error ` properties removed from ` BaseError ` and ` SubprocessError `
17+
18+
19+
20+
21+
622## [ 5.1.7] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@5.1.6...@ionic/cli-framework@5.1.7 ) (2023-11-08)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/cli-framework" ,
3- "version" : " 5.1.7 " ,
3+ "version" : " 6.0.0 " ,
44 "description" : " The foundation framework of the Ionic CLI" ,
55 "homepage" : " https://ionicframework.com/" ,
66 "author" : " Ionic Team <hi@ionic.io> (https://ionicframework.com) " ,
3232 "@ionic/utils-object" : " 2.1.6" ,
3333 "@ionic/utils-process" : " 2.1.11" ,
3434 "@ionic/utils-stream" : " 3.1.6" ,
35- "@ionic/utils-subprocess" : " 2.1.14 " ,
35+ "@ionic/utils-subprocess" : " 3.0.0 " ,
3636 "@ionic/utils-terminal" : " 2.3.4" ,
3737 "chalk" : " ^4.0.0" ,
3838 "debug" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 7.1.5] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.1.4...@ionic/cli@7.1.5 ) (2023-11-08)
7+
8+
9+ ### Bug Fixes
10+
11+ * use native ES2022 error cause ([ #5010 ] ( https://github.com/ionic-team/ionic-cli/issues/5010 ) ) ([ d19f28e] ( https://github.com/ionic-team/ionic-cli/commit/d19f28e3f41b8f0248c11c49b7006754bb315218 ) )
12+
13+
14+
15+
16+
617## [ 7.1.4] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.1.3...@ionic/cli@7.1.4 ) (2023-11-08)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/cli" ,
3- "version" : " 7.1.4 " ,
3+ "version" : " 7.1.5 " ,
44 "description" : " A tool for creating and developing Ionic Framework mobile apps." ,
55 "homepage" : " https://ionicframework.com" ,
66 "author" : " Ionic Team <hi@ionic.io> (https://ionicframework.com) " ,
4040 },
4141 "license" : " MIT" ,
4242 "dependencies" : {
43- "@ionic/cli-framework" : " 5.1.7 " ,
43+ "@ionic/cli-framework" : " 6.0.0 " ,
4444 "@ionic/cli-framework-output" : " 2.2.7" ,
4545 "@ionic/cli-framework-prompts" : " 2.1.12" ,
4646 "@ionic/utils-array" : " 2.1.6" ,
4747 "@ionic/utils-fs" : " 3.1.7" ,
4848 "@ionic/utils-network" : " 2.1.6" ,
4949 "@ionic/utils-process" : " 2.1.11" ,
5050 "@ionic/utils-stream" : " 3.1.6" ,
51- "@ionic/utils-subprocess" : " 2.1.14 " ,
51+ "@ionic/utils-subprocess" : " 3.0.0 " ,
5252 "@ionic/utils-terminal" : " 2.3.4" ,
5353 "chalk" : " ^4.0.0" ,
5454 "debug" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 3.0.0] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.1.14...@ionic/utils-subprocess@3.0.0 ) (2023-11-08)
7+
8+
9+ ### Bug Fixes
10+
11+ * use native ES2022 error cause ([ #5010 ] ( https://github.com/ionic-team/ionic-cli/issues/5010 ) ) ([ a97ba2b] ( https://github.com/ionic-team/ionic-cli/commit/a97ba2bcac4556017ba010692f71fed2bef3f77b ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * ` message ` , ` stack ` , and ` error ` properties removed from ` BaseError ` and ` SubprocessError `
17+
18+
19+
20+
21+
622## [ 2.1.14] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.1.13...@ionic/utils-subprocess@2.1.14 ) (2023-11-08)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/utils-subprocess" ,
3- "version" : " 2.1.14 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " Subprocess utils for NodeJS" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.1.72] ( https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.71...cli-scripts@2.1.72 ) (2023-11-08)
7+
8+ ** Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614## [ 2.1.71] ( https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.70...cli-scripts@2.1.71 ) (2023-11-08)
715
816** Note:** Version bump only for package cli-scripts
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " cli-scripts" ,
4- "version" : " 2.1.71 " ,
4+ "version" : " 2.1.72 " ,
55 "bin" : {
66 "ionic-cli-scripts" : " ./bin/ionic-cli-scripts"
77 },
1616 "main" : " ./dist/index.js" ,
1717 "types" : " ./dist/index.d.ts" ,
1818 "dependencies" : {
19- "@ionic/cli" : " 7.1.4 " ,
20- "@ionic/cli-framework" : " 5.1.7 " ,
19+ "@ionic/cli" : " 7.1.5 " ,
20+ "@ionic/cli-framework" : " 6.0.0 " ,
2121 "@ionic/utils-fs" : " 3.1.7" ,
2222 "ansi-styles" : " ^4.0.0" ,
2323 "chalk" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments