Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @ionic/cli@6.14.1
 - cli-scripts@2.1.41
  • Loading branch information
Ionitron committed Apr 30, 2021
1 parent 97b0ee5 commit fd17af4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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.14.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.14.0...@ionic/cli@6.14.1) (2021-04-30)


### Bug Fixes

* **appflow:** allow personal accounts to install enterprise packages ([#4681](https://github.com/ionic-team/ionic-cli/issues/4681)) ([97b0ee5](https://github.com/ionic-team/ionic-cli/commit/97b0ee5fa4432f965eabd38089681045dd3a4d5c))





# [6.14.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.13.1...@ionic/cli@6.14.0) (2021-04-28)


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.14.0",
"version": "6.14.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.41](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.40...cli-scripts@2.1.41) (2021-04-30)

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





## [2.1.40](https://github.com/ionic-team/ionic-cli/compare/cli-scripts@2.1.39...cli-scripts@2.1.40) (2021-04-28)

**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.40",
"version": "2.1.41",
"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.14.0",
"@ionic/cli": "6.14.1",
"@ionic/cli-framework": "5.1.0",
"@ionic/utils-fs": "3.1.5",
"ansi-styles": "^4.0.0",
Expand Down

0 comments on commit fd17af4

Please sign in to comment.