Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Nov 8, 2023
1 parent d19f28e commit d09653d
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 9 deletions.
16 changes: 16 additions & 0 deletions packages/@ionic/cli-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


### Bug Fixes

* 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))


### BREAKING CHANGES

* `message`, `stack`, and `error` properties removed from `BaseError` and `SubprocessError`





## [5.1.7](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/@ionic/cli-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli-framework",
"version": "5.1.7",
"version": "6.0.0",
"description": "The foundation framework of the Ionic CLI",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ionic/utils-object": "2.1.6",
"@ionic/utils-process": "2.1.11",
"@ionic/utils-stream": "3.1.6",
"@ionic/utils-subprocess": "2.1.14",
"@ionic/utils-subprocess": "3.0.0",
"@ionic/utils-terminal": "2.3.4",
"chalk": "^4.0.0",
"debug": "^4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/@ionic/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


### Bug Fixes

* 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))





## [7.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/@ionic/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli",
"version": "7.1.4",
"version": "7.1.5",
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "https://ionicframework.com",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"license": "MIT",
"dependencies": {
"@ionic/cli-framework": "5.1.7",
"@ionic/cli-framework": "6.0.0",
"@ionic/cli-framework-output": "2.2.7",
"@ionic/cli-framework-prompts": "2.1.12",
"@ionic/utils-array": "2.1.6",
"@ionic/utils-fs": "3.1.7",
"@ionic/utils-network": "2.1.6",
"@ionic/utils-process": "2.1.11",
"@ionic/utils-stream": "3.1.6",
"@ionic/utils-subprocess": "2.1.14",
"@ionic/utils-subprocess": "3.0.0",
"@ionic/utils-terminal": "2.3.4",
"chalk": "^4.0.0",
"debug": "^4.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/@ionic/utils-subprocess/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


### Bug Fixes

* 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))


### BREAKING CHANGES

* `message`, `stack`, and `error` properties removed from `BaseError` and `SubprocessError`





## [2.1.14](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/utils-subprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-subprocess",
"version": "2.1.14",
"version": "3.0.0",
"description": "Subprocess utils for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.72](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.72) (2023-11-08)

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





## [2.1.71](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.71) (2023-11-08)

**Note:** Version bump only for package cli-scripts
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cli-scripts",
"version": "2.1.71",
"version": "2.1.72",
"bin": {
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
},
Expand All @@ -16,8 +16,8 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@ionic/cli": "7.1.4",
"@ionic/cli-framework": "5.1.7",
"@ionic/cli": "7.1.5",
"@ionic/cli-framework": "6.0.0",
"@ionic/utils-fs": "3.1.7",
"ansi-styles": "^4.0.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit d09653d

Please sign in to comment.