Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @ionic/cli@7.0.1
 - cli-scripts@2.1.66
  • Loading branch information
Ionitron committed Apr 5, 2023
1 parent c053cb3 commit 4fb14eb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/@ionic/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.0.0...@ionic/cli@7.0.1) (2023-04-05)


### Bug Fixes

* state should not be required on OAuth Response ([#4995](https://github.com/ionic-team/ionic-cli/issues/4995)) ([c053cb3](https://github.com/ionic-team/ionic-cli/commit/c053cb3394acec5402d2ea436796775d67c98d39))
* **cli:** ionic info returns package information ([#4991](https://github.com/ionic-team/ionic-cli/issues/4991)) ([2dd9136](https://github.com/ionic-team/ionic-cli/commit/2dd9136bb85375b03883105d04d1c1bb090d884d)), closes [#4992](https://github.com/ionic-team/ionic-cli/issues/4992)





# [7.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.20.9...@ionic/cli@7.0.0) (2023-03-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": "7.0.0",
"version": "7.0.1",
"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
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.66](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.65...cli-scripts@2.1.66) (2023-04-05)

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





## [2.1.65](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.64...cli-scripts@2.1.65) (2023-03-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.65",
"version": "2.1.66",
"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": "7.0.0",
"@ionic/cli": "7.0.1",
"@ionic/cli-framework": "5.1.4",
"@ionic/utils-fs": "3.1.7",
"ansi-styles": "^4.0.0",
Expand Down

0 comments on commit 4fb14eb

Please sign in to comment.