Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @ionic/cli@6.20.3
 - @ionic/lab@3.2.15
 - @ionic/v1-toolkit@3.2.20
 - cli-scripts@2.1.57
  • Loading branch information
Ionitron committed Oct 6, 2022
1 parent 27b958b commit 9badbe7
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 5 deletions.
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.

## [6.20.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.20.2...@ionic/cli@6.20.3) (2022-10-06)


### Bug Fixes

* **cli:** capacitor commands not working ([#4918](https://github.com/ionic-team/ionic-cli/issues/4918)) ([27b958b](https://github.com/ionic-team/ionic-cli/commit/27b958bdf22c37f962d705a1b8ba1fee78b59c42))





## [6.20.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.20.1...@ionic/cli@6.20.2) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli",
"version": "6.20.2",
"version": "6.20.3",
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "https://ionicframework.com",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
Expand Down
11 changes: 11 additions & 0 deletions packages/@ionic/lab/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.

## [3.2.15](https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.2.14...@ionic/lab@3.2.15) (2022-10-06)


### Bug Fixes

* **cli:** capacitor commands not working ([#4918](https://github.com/ionic-team/ionic-cli/issues/4918)) ([27b958b](https://github.com/ionic-team/ionic-cli/commit/27b958bdf22c37f962d705a1b8ba1fee78b59c42))





## [3.2.14](https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.2.13...@ionic/lab@3.2.14) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/lab",
"version": "3.2.14",
"version": "3.2.15",
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
"bin": {
"ionic-lab": "./bin/ionic-lab"
Expand Down
11 changes: 11 additions & 0 deletions packages/@ionic/v1-toolkit/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.

## [3.2.20](https://github.com/ionic-team/ionic-cli/compare/@ionic/v1-toolkit@3.2.19...@ionic/v1-toolkit@3.2.20) (2022-10-06)


### Bug Fixes

* **cli:** capacitor commands not working ([#4918](https://github.com/ionic-team/ionic-cli/issues/4918)) ([27b958b](https://github.com/ionic-team/ionic-cli/commit/27b958bdf22c37f962d705a1b8ba1fee78b59c42))





## [3.2.19](https://github.com/ionic-team/ionic-cli/compare/@ionic/v1-toolkit@3.2.18...@ionic/v1-toolkit@3.2.19) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/v1-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/v1-toolkit",
"version": "3.2.19",
"version": "3.2.20",
"description": "Utility CLI for Ionic 1.x apps, used by Ionic CLI",
"bin": {
"ionic-v1": "./bin/ionic-v1"
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.57](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.56...cli-scripts@2.1.57) (2022-10-06)

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





## [2.1.56](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.55...cli-scripts@2.1.56) (2022-09-29)

**Note:** Version bump only for package cli-scripts
Expand Down
4 changes: 2 additions & 2 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.56",
"version": "2.1.57",
"bin": {
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
},
Expand All @@ -16,7 +16,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@ionic/cli": "6.20.2",
"@ionic/cli": "6.20.3",
"@ionic/cli-framework": "5.1.3",
"@ionic/utils-fs": "3.1.6",
"ansi-styles": "^4.0.0",
Expand Down

0 comments on commit 9badbe7

Please sign in to comment.