Skip to content

Commit 4fb14eb

Browse files
committed
chore(release): publish [skip ci]
- @ionic/cli@7.0.1 - cli-scripts@2.1.66
1 parent c053cb3 commit 4fb14eb

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

packages/@ionic/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@7.0.0...@ionic/cli@7.0.1) (2023-04-05)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
* **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)
13+
14+
15+
16+
17+
618
# [7.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.20.9...@ionic/cli@7.0.0) (2023-03-29)
719

820

packages/@ionic/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A tool for creating and developing Ionic Framework mobile apps.",
55
"homepage": "https://ionicframework.com",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",

packages/cli-scripts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.66](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.65...cli-scripts@2.1.66) (2023-04-05)
7+
8+
**Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614
## [2.1.65](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.64...cli-scripts@2.1.65) (2023-03-29)
715

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

packages/cli-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "cli-scripts",
4-
"version": "2.1.65",
4+
"version": "2.1.66",
55
"bin": {
66
"ionic-cli-scripts": "./bin/ionic-cli-scripts"
77
},
@@ -16,7 +16,7 @@
1616
"main": "./dist/index.js",
1717
"types": "./dist/index.d.ts",
1818
"dependencies": {
19-
"@ionic/cli": "7.0.0",
19+
"@ionic/cli": "7.0.1",
2020
"@ionic/cli-framework": "5.1.4",
2121
"@ionic/utils-fs": "3.1.7",
2222
"ansi-styles": "^4.0.0",

0 commit comments

Comments
 (0)