Skip to content

Commit 44f2c30

Browse files
committed
chore(release): publish [skip ci]
- @ionic/cli@6.17.0 - cli-scripts@2.1.47
1 parent c0669a9 commit 44f2c30

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

packages/@ionic/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.17.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.16.3...@ionic/cli@6.17.0) (2021-08-11)
7+
8+
9+
### Bug Fixes
10+
11+
* numeric app names dont crash adding capacitor ([#4709](https://github.com/ionic-team/ionic-cli/issues/4709)) ([e13a4c5](https://github.com/ionic-team/ionic-cli/commit/e13a4c5ebccc79a85334968854688df9ada4b150))
12+
* Remove serve options from cap run command ([#4736](https://github.com/ionic-team/ionic-cli/issues/4736)) ([75e635b](https://github.com/ionic-team/ionic-cli/commit/75e635b6431d186a79ab5ad685ca10798120e38f))
13+
14+
15+
### Features
16+
17+
* Add web based GUI start wizard to ionic start command ([#4746](https://github.com/ionic-team/ionic-cli/issues/4746)) ([c0669a9](https://github.com/ionic-team/ionic-cli/commit/c0669a9d48b3728c485aa19a2d55fedbe582d121))
18+
* Cap is no longer experimental and is default for Angular ([#4745](https://github.com/ionic-team/ionic-cli/issues/4745)) ([d81e08b](https://github.com/ionic-team/ionic-cli/commit/d81e08bee0e2495c97b984dcc69f95c00ade31ab))
19+
20+
21+
22+
23+
624
## [6.16.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.16.2...@ionic/cli@6.16.3) (2021-06-08)
725

826

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.16.3",
3+
"version": "6.17.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.47](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.46...cli-scripts@2.1.47) (2021-08-11)
7+
8+
**Note:** Version bump only for package cli-scripts
9+
10+
11+
12+
13+
614
## [2.1.46](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.45...cli-scripts@2.1.46) (2021-06-08)
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.46",
4+
"version": "2.1.47",
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.16.3",
19+
"@ionic/cli": "6.17.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)