Skip to content

Commit db4cb15

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

File tree

10 files changed

+59
-10
lines changed

10 files changed

+59
-10
lines changed

packages/@ionic/cli-framework/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+
## [5.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* use native ES2022 error cause ([#5010](https://github.com/ionic-team/ionic-cli/issues/5010)) ([0c4cd0f](https://github.com/ionic-team/ionic-cli/commit/0c4cd0f47e00b43e8c0ce4eef072351a846b566c))
12+
13+
14+
15+
16+
617
## [5.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
718

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

packages/@ionic/cli-framework/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",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"description": "The foundation framework of the Ionic CLI",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -25,7 +25,7 @@
2525
"@ionic/utils-object": "2.1.6",
2626
"@ionic/utils-process": "2.1.11",
2727
"@ionic/utils-stream": "3.1.6",
28-
"@ionic/utils-subprocess": "2.1.12",
28+
"@ionic/utils-subprocess": "2.1.13",
2929
"@ionic/utils-terminal": "2.3.4",
3030
"chalk": "^4.0.0",
3131
"debug": "^4.0.0",

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+
## [7.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* use native ES2022 error cause ([#5010](https://github.com/ionic-team/ionic-cli/issues/5010)) ([0c4cd0f](https://github.com/ionic-team/ionic-cli/commit/0c4cd0f47e00b43e8c0ce4eef072351a846b566c))
12+
13+
14+
15+
16+
617
## [7.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-05-02)
718

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

packages/@ionic/cli/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",
3-
"version": "7.1.1",
3+
"version": "7.1.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) ",
@@ -40,15 +40,15 @@
4040
},
4141
"license": "MIT",
4242
"dependencies": {
43-
"@ionic/cli-framework": "5.1.4",
43+
"@ionic/cli-framework": "5.1.5",
4444
"@ionic/cli-framework-output": "2.2.6",
4545
"@ionic/cli-framework-prompts": "2.1.11",
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.12",
51+
"@ionic/utils-subprocess": "2.1.13",
5252
"@ionic/utils-terminal": "2.3.4",
5353
"chalk": "^4.0.0",
5454
"debug": "^4.0.0",

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.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)
7+
8+
**Note:** Version bump only for package @ionic/discover
9+
10+
11+
12+
13+
614
## [3.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
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.6",
3+
"version": "3.1.7",
44
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/@ionic/utils-subprocess/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+
## [2.1.13](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* use native ES2022 error cause ([#5010](https://github.com/ionic-team/ionic-cli/issues/5010)) ([0c4cd0f](https://github.com/ionic-team/ionic-cli/commit/0c4cd0f47e00b43e8c0ce4eef072351a846b566c))
12+
13+
14+
15+
16+
617
## [2.1.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)
718

819
**Note:** Version bump only for package @ionic/utils-subprocess

packages/@ionic/utils-subprocess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/utils-subprocess",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "Subprocess utils for NodeJS",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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.69](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.69) (2023-11-07)
7+
8+
**Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614
## [2.1.68](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.68) (2023-05-02)
715

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

packages/cli-scripts/package.json

Lines changed: 3 additions & 3 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.68",
4+
"version": "2.1.69",
55
"bin": {
66
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
77
},
@@ -16,8 +16,8 @@
1616
"main": "./dist/index.js",
1717
"types": "./dist/index.d.ts",
1818
"dependencies": {
19-
"@ionic/cli": "7.1.1",
20-
"@ionic/cli-framework": "5.1.4",
19+
"@ionic/cli": "7.1.2",
20+
"@ionic/cli-framework": "5.1.5",
2121
"@ionic/utils-fs": "3.1.7",
2222
"ansi-styles": "^4.0.0",
2323
"chalk": "^4.0.0",

0 commit comments

Comments
 (0)