File tree Expand file tree Collapse file tree 10 files changed +56
-10
lines changed
Expand file tree Collapse file tree 10 files changed +56
-10
lines changed 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+ # [ 5.1.0] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@5.0.6...@ionic/cli-framework@5.1.0 ) (2020-12-10)
7+
8+
9+ ### Features
10+
11+ * ** config:** add spaces option when writing JSON config ([ #4612 ] ( https://github.com/ionic-team/ionic-cli/issues/4612 ) ) ([ fdd9bb2] ( https://github.com/ionic-team/ionic-cli/commit/fdd9bb26098441238adc56ea7a67b385a3b9a964 ) )
12+
13+
14+
15+
16+
617## [ 5.0.6] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@5.0.5...@ionic/cli-framework@5.0.6 ) (2020-09-29)
718
819** Note:** Version bump only for package @ionic/cli-framework
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/cli-framework" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.1.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) " ,
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.12.3] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.12.2...@ionic/cli@6.12.3 ) (2020-12-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** appflow:** allow download of packages built from branches with in the name. CT-434 ([ #4622 ] ( https://github.com/ionic-team/ionic-cli/issues/4622 ) ) ([ 0054fd5] ( https://github.com/ionic-team/ionic-cli/commit/0054fd51706c071ffad98bf04ee053266bc780d1 ) )
12+
13+
14+
15+
16+
617## [ 6.12.2] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.12.1...@ionic/cli@6.12.2 ) (2020-11-17)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/cli" ,
3- "version" : " 6.12.2 " ,
3+ "version" : " 6.12.3 " ,
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.0.6 " ,
43+ "@ionic/cli-framework" : " 5.1.0 " ,
4444 "@ionic/cli-framework-output" : " 2.2.2" ,
4545 "@ionic/cli-framework-prompts" : " 2.1.8" ,
4646 "@ionic/utils-array" : " 2.1.5" ,
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.2.10] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.2.9...@ionic/lab@3.2.10 ) (2020-12-10)
7+
8+ ** Note:** Version bump only for package @ionic/lab
9+
10+
11+
12+
13+
614## [ 3.2.9] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.2.8...@ionic/lab@3.2.9 ) (2020-09-29)
715
816** Note:** Version bump only for package @ionic/lab
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/lab" ,
3- "version" : " 3.2.9 " ,
3+ "version" : " 3.2.10 " ,
44 "description" : " Ionic Lab utility for developing Ionic apps, used by Ionic CLI" ,
55 "bin" : {
66 "ionic-lab" : " ./bin/ionic-lab"
4141 "prepublishOnly" : " npm run build"
4242 },
4343 "dependencies" : {
44- "@ionic/cli-framework" : " 5.0.6 " ,
44+ "@ionic/cli-framework" : " 5.1.0 " ,
4545 "@ionic/utils-fs" : " 3.1.5" ,
4646 "chalk" : " ^4.0.0" ,
4747 "express" : " ^4.16.2" ,
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.2.15] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/v1-toolkit@3.2.14...@ionic/v1-toolkit@3.2.15 ) (2020-12-10)
7+
8+ ** Note:** Version bump only for package @ionic/v1-toolkit
9+
10+
11+
12+
13+
614## [ 3.2.14] ( https://github.com/ionic-team/ionic-cli/compare/@ionic/v1-toolkit@3.2.13...@ionic/v1-toolkit@3.2.14 ) (2020-09-29)
715
816** Note:** Version bump only for package @ionic/v1-toolkit
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/v1-toolkit" ,
3- "version" : " 3.2.14 " ,
3+ "version" : " 3.2.15 " ,
44 "description" : " Utility CLI for Ionic 1.x apps, used by Ionic CLI" ,
55 "bin" : {
66 "ionic-v1" : " ./bin/ionic-v1"
3636 "prepublishOnly" : " npm run build"
3737 },
3838 "dependencies" : {
39- "@ionic/cli-framework" : " 5.0.6 " ,
39+ "@ionic/cli-framework" : " 5.1.0 " ,
4040 "@ionic/utils-fs" : " 3.1.5" ,
4141 "@ionic/utils-terminal" : " 2.3.1" ,
4242 "chalk" : " ^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+ ## [ 2.1.36] ( https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.35...cli-scripts@2.1.36 ) (2020-12-10)
7+
8+ ** Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614## [ 2.1.35] ( https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.34...cli-scripts@2.1.35 ) (2020-11-17)
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.35 " ,
4+ "version" : " 2.1.36 " ,
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" : " 6.12.2 " ,
20- "@ionic/cli-framework" : " 5.0.6 " ,
19+ "@ionic/cli" : " 6.12.3 " ,
20+ "@ionic/cli-framework" : " 5.1.0 " ,
2121 "@ionic/utils-fs" : " 3.1.5" ,
2222 "ansi-styles" : " ^4.0.0" ,
2323 "chalk" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments