Skip to content

Commit 1236518

Browse files
committed
chore(release): publish [skip ci]
- @ionic/cli@6.18.0 - cli-scripts@2.1.49
1 parent 6a39641 commit 1236518

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

packages/@ionic/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [6.18.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.17.1...@ionic/cli@6.18.0) (2021-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue:** pass extra args to vue-cli ([56dd8a7](https://github.com/ionic-team/ionic-cli/commit/56dd8a7fe94d764bac63a41d35e0b709a2dde893)), closes [#4669](https://github.com/ionic-team/ionic-cli/issues/4669) [#4642](https://github.com/ionic-team/ionic-cli/issues/4642) [#4642](https://github.com/ionic-team/ionic-cli/issues/4642)
12+
13+
14+
### Features
15+
16+
* **appflow:** deprecate appflow functionality in @ionic/cli ([#4776](https://github.com/ionic-team/ionic-cli/issues/4776)) ([6a39641](https://github.com/ionic-team/ionic-cli/commit/6a39641555c9247cc53091db5afde73f9b1d3e34))
17+
18+
19+
20+
21+
622
## [6.17.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.17.0...@ionic/cli@6.17.1) (2021-09-03)
723

824

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": "6.17.1",
3+
"version": "6.18.0",
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.49](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.48...cli-scripts@2.1.49) (2021-10-25)
7+
8+
**Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614
## [2.1.48](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.47...cli-scripts@2.1.48) (2021-09-03)
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.48",
4+
"version": "2.1.49",
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": "6.17.1",
19+
"@ionic/cli": "6.18.0",
2020
"@ionic/cli-framework": "5.1.0",
2121
"@ionic/utils-fs": "3.1.5",
2222
"ansi-styles": "^4.0.0",

0 commit comments

Comments
 (0)