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 7, 2023
1 parent 4676604 commit db4cb15
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/@ionic/cli-framework/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.

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


### Bug Fixes

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





## [5.1.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)

**Note:** Version bump only for package @ionic/cli-framework
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.4",
"version": "5.1.5",
"description": "The foundation framework of the Ionic CLI",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand All @@ -25,7 +25,7 @@
"@ionic/utils-object": "2.1.6",
"@ionic/utils-process": "2.1.11",
"@ionic/utils-stream": "3.1.6",
"@ionic/utils-subprocess": "2.1.12",
"@ionic/utils-subprocess": "2.1.13",
"@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.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)


### Bug Fixes

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





## [7.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-05-02)

**Note:** Version bump only for package @ionic/cli
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.1",
"version": "7.1.2",
"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.4",
"@ionic/cli-framework": "5.1.5",
"@ionic/cli-framework-output": "2.2.6",
"@ionic/cli-framework-prompts": "2.1.11",
"@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.12",
"@ionic/utils-subprocess": "2.1.13",
"@ionic/utils-terminal": "2.3.4",
"chalk": "^4.0.0",
"debug": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ionic/discover/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.

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

**Note:** Version bump only for package @ionic/discover





## [3.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)

**Note:** Version bump only for package @ionic/discover
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/discover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/discover",
"version": "3.1.6",
"version": "3.1.7",
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/@ionic/utils-subprocess/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.

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


### Bug Fixes

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





## [2.1.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-03-29)

**Note:** Version bump only for package @ionic/utils-subprocess
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.12",
"version": "2.1.13",
"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.69](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.69) (2023-11-07)

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





## [2.1.68](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.68) (2023-05-02)

**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.68",
"version": "2.1.69",
"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.1",
"@ionic/cli-framework": "5.1.4",
"@ionic/cli": "7.1.2",
"@ionic/cli-framework": "5.1.5",
"@ionic/utils-fs": "3.1.7",
"ansi-styles": "^4.0.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit db4cb15

Please sign in to comment.