Skip to content

Commit faaf6c6

Browse files
committed
chore(release): publish [skip ci]
- @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - [email protected]
1 parent 0ab4881 commit faaf6c6

File tree

8 files changed

+46
-5
lines changed

8 files changed

+46
-5
lines changed

packages/@ionic/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** capacitor config not being read from multi-project directories ([#4909](https://github.com/ionic-team/ionic-cli/issues/4909)) ([0ab4881](https://github.com/ionic-team/ionic-cli/commit/0ab4881736f0d3b967d12802cb9cd01ba24d2088))
12+
13+
14+
15+
16+
617
## [6.20.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-21)
718

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

packages/@ionic/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "6.20.1",
3+
"version": "6.20.2",
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) ",

packages/@ionic/lab/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.14](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** capacitor config not being read from multi-project directories ([#4909](https://github.com/ionic-team/ionic-cli/issues/4909)) ([0ab4881](https://github.com/ionic-team/ionic-cli/commit/0ab4881736f0d3b967d12802cb9cd01ba24d2088))
12+
13+
14+
15+
16+
617
## [3.2.13](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
718

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

packages/@ionic/lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/lab",
3-
"version": "3.2.13",
3+
"version": "3.2.14",
44
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
55
"bin": {
66
"ionic-lab": "./bin/ionic-lab"

packages/@ionic/v1-toolkit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.19](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** capacitor config not being read from multi-project directories ([#4909](https://github.com/ionic-team/ionic-cli/issues/4909)) ([0ab4881](https://github.com/ionic-team/ionic-cli/commit/0ab4881736f0d3b967d12802cb9cd01ba24d2088))
12+
13+
14+
15+
16+
617
## [3.2.18](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2022-06-16)
718

819
**Note:** Version bump only for package @ionic/v1-toolkit

packages/@ionic/v1-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/v1-toolkit",
3-
"version": "3.2.18",
3+
"version": "3.2.19",
44
"description": "Utility CLI for Ionic 1.x apps, used by Ionic CLI",
55
"bin": {
66
"ionic-v1": "./bin/ionic-v1"

packages/cli-scripts/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.56](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.56) (2022-09-29)
7+
8+
**Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614
## [2.1.55](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.55) (2022-06-21)
715

816
**Note:** Version bump only for package cli-scripts

packages/cli-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "cli-scripts",
4-
"version": "2.1.55",
4+
"version": "2.1.56",
55
"bin": {
66
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
77
},
@@ -16,7 +16,7 @@
1616
"main": "./dist/index.js",
1717
"types": "./dist/index.d.ts",
1818
"dependencies": {
19-
"@ionic/cli": "6.20.1",
19+
"@ionic/cli": "6.20.2",
2020
"@ionic/cli-framework": "5.1.3",
2121
"@ionic/utils-fs": "3.1.6",
2222
"ansi-styles": "^4.0.0",

0 commit comments

Comments
 (0)