Skip to content

Commit f85e6db

Browse files
committed
1 parent af8146b commit f85e6db

32 files changed

Lines changed: 179 additions & 51 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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-output
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-27)
715

816

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.0.1",
3+
"version": "2.0.2",
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.0",
27+
"@ionic/utils-terminal": "2.2.1",
2828
"debug": "^4.0.0",
2929
"signal-exit": "^3.0.3",
3030
"slice-ansi": "^4.0.0",
@@ -34,7 +34,7 @@
3434
"wrap-ansi": "^7.0.0"
3535
},
3636
"devDependencies": {
37-
"@ionic/utils-stream": "3.1.4",
37+
"@ionic/utils-stream": "3.1.5",
3838
"@types/debug": "^4.1.1",
3939
"@types/inquirer": "0.0.43",
4040
"@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.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework-prompts
9+
10+
11+
12+
13+
614
## [2.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-27)
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.5",
3+
"version": "2.1.6",
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.0",
27+
"@ionic/utils-terminal": "2.2.1",
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.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
7+
8+
**Note:** Version bump only for package @ionic/cli-framework
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-27)
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.0.1",
3+
"version": "5.0.2",
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.0.1",
23-
"@ionic/utils-array": "2.1.4",
24-
"@ionic/utils-fs": "3.1.4",
25-
"@ionic/utils-object": "2.1.4",
26-
"@ionic/utils-process": "2.1.5",
27-
"@ionic/utils-stream": "3.1.4",
28-
"@ionic/utils-subprocess": "2.1.5",
29-
"@ionic/utils-terminal": "2.2.0",
22+
"@ionic/cli-framework-output": "2.0.2",
23+
"@ionic/utils-array": "2.1.5",
24+
"@ionic/utils-fs": "3.1.5",
25+
"@ionic/utils-object": "2.1.5",
26+
"@ionic/utils-process": "2.1.6",
27+
"@ionic/utils-stream": "3.1.5",
28+
"@ionic/utils-subprocess": "2.1.6",
29+
"@ionic/utils-terminal": "2.2.1",
3030
"chalk": "^4.0.0",
3131
"debug": "^4.0.0",
3232
"lodash": "^4.17.5",

packages/@ionic/cli/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+
## [6.11.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
7+
8+
**Note:** Version bump only for package @ionic/cli
9+
10+
11+
12+
13+
614
## [6.11.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-27)
715

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

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.11.5",
3+
"version": "6.11.6",
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.1",
44-
"@ionic/cli-framework-output": "2.0.1",
45-
"@ionic/cli-framework-prompts": "2.1.5",
46-
"@ionic/utils-array": "2.1.4",
47-
"@ionic/utils-fs": "3.1.4",
48-
"@ionic/utils-network": "2.1.4",
49-
"@ionic/utils-process": "2.1.5",
50-
"@ionic/utils-stream": "3.1.4",
51-
"@ionic/utils-subprocess": "2.1.5",
52-
"@ionic/utils-terminal": "2.2.0",
43+
"@ionic/cli-framework": "5.0.2",
44+
"@ionic/cli-framework-output": "2.0.2",
45+
"@ionic/cli-framework-prompts": "2.1.6",
46+
"@ionic/utils-array": "2.1.5",
47+
"@ionic/utils-fs": "3.1.5",
48+
"@ionic/utils-network": "2.1.5",
49+
"@ionic/utils-process": "2.1.6",
50+
"@ionic/utils-stream": "3.1.5",
51+
"@ionic/utils-subprocess": "2.1.6",
52+
"@ionic/utils-terminal": "2.2.1",
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.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-28)
7+
8+
**Note:** Version bump only for package @ionic/discover
9+
10+
11+
12+
13+
614
## [3.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2020-08-25)
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.4",
3+
"version": "3.1.5",
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)