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 7d9fa9c commit b0af2be
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 11 deletions.
8 changes: 8 additions & 0 deletions packages/@ionic/cli-framework-output/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.2.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/cli-framework-output





## [2.2.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/cli-framework-output
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli-framework-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli-framework-output",
"version": "2.2.6",
"version": "2.2.7",
"description": "The log/tasks/spinners portion of Ionic CLI Framework",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com)",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ionic/cli-framework-prompts/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.12](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2023-11-07)

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





## [2.1.11](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-prompts
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli-framework-prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli-framework-prompts",
"version": "2.1.11",
"version": "2.1.12",
"description": "The interactive prompts portion of Ionic CLI Framework",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com)",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ionic/cli-framework/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.

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

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





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


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.5",
"version": "5.1.6",
"description": "The foundation framework of the Ionic CLI",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand All @@ -26,7 +26,7 @@
},
"license": "MIT",
"dependencies": {
"@ionic/cli-framework-output": "2.2.6",
"@ionic/cli-framework-output": "2.2.7",
"@ionic/utils-array": "2.1.6",
"@ionic/utils-fs": "3.1.7",
"@ionic/utils-object": "2.1.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/@ionic/cli/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.

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

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





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


Expand Down
8 changes: 4 additions & 4 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.2",
"version": "7.1.3",
"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,9 +40,9 @@
},
"license": "MIT",
"dependencies": {
"@ionic/cli-framework": "5.1.5",
"@ionic/cli-framework-output": "2.2.6",
"@ionic/cli-framework-prompts": "2.1.11",
"@ionic/cli-framework": "5.1.6",
"@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",
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.70](https://github.com/ionic-team/ionic-cli/compare/[email protected]@2.1.70) (2023-11-07)

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





## [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
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.69",
"version": "2.1.70",
"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.2",
"@ionic/cli-framework": "5.1.5",
"@ionic/cli": "7.1.3",
"@ionic/cli-framework": "5.1.6",
"@ionic/utils-fs": "3.1.7",
"ansi-styles": "^4.0.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit b0af2be

Please sign in to comment.