Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @ionic/cli-framework-prompts@2.0.2
 - @ionic/cli-framework@4.0.2
 - @ionic/cli@6.0.2
 - @ionic/discover@3.0.2
 - @ionic/lab@3.0.2
 - @ionic/utils-array@2.0.2
 - @ionic/utils-fs@3.0.2
 - @ionic/utils-network@2.0.2
 - @ionic/utils-object@2.0.2
 - @ionic/utils-process@2.0.2
 - @ionic/utils-stream@3.0.2
 - @ionic/utils-subprocess@2.0.2
 - @ionic/utils-terminal@2.0.2
 - @ionic/v1-toolkit@3.0.2
 - cli-scripts@2.0.2
  • Loading branch information
Ionitron authored and imhoffd committed Feb 11, 2020
1 parent 33447dd commit 85065d9
Showing 30 changed files with 169 additions and 46 deletions.
8 changes: 8 additions & 0 deletions packages/@ionic/cli-framework-prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.0.1...@ionic/cli-framework-prompts@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/cli-framework-prompts





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework-prompts@2.0.0...@ionic/cli-framework-prompts@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/cli-framework-prompts
4 changes: 2 additions & 2 deletions packages/@ionic/cli-framework-prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli-framework-prompts",
"version": "2.0.1",
"version": "2.0.2",
"description": "The interactive prompts portion of Ionic CLI Framework",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com)",
@@ -24,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
"@ionic/utils-terminal": "2.0.1",
"@ionic/utils-terminal": "2.0.2",
"debug": "^4.0.0",
"inquirer": "^7.0.0",
"tslib": "^1.9.0"
8 changes: 8 additions & 0 deletions packages/@ionic/cli-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [4.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@4.0.1...@ionic/cli-framework@4.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/cli-framework





## [4.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@4.0.0...@ionic/cli-framework@4.0.1) (2020-02-03)


16 changes: 8 additions & 8 deletions packages/@ionic/cli-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli-framework",
"version": "4.0.1",
"version": "4.0.2",
"description": "The foundation framework of the Ionic CLI",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
@@ -19,13 +19,13 @@
},
"license": "MIT",
"dependencies": {
"@ionic/utils-array": "2.0.1",
"@ionic/utils-fs": "3.0.1",
"@ionic/utils-object": "2.0.1",
"@ionic/utils-process": "2.0.1",
"@ionic/utils-stream": "3.0.1",
"@ionic/utils-subprocess": "2.0.1",
"@ionic/utils-terminal": "2.0.1",
"@ionic/utils-array": "2.0.2",
"@ionic/utils-fs": "3.0.2",
"@ionic/utils-object": "2.0.2",
"@ionic/utils-process": "2.0.2",
"@ionic/utils-stream": "3.0.2",
"@ionic/utils-subprocess": "2.0.2",
"@ionic/utils-terminal": "2.0.2",
"chalk": "^3.0.0",
"debug": "^4.0.0",
"lodash": "^4.17.5",
11 changes: 11 additions & 0 deletions packages/@ionic/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.0.1...@ionic/cli@6.0.2) (2020-02-10)

### Bug Fixes

* **capacitor:** allow cleartext for Android live-reload ([#4308](https://github.com/ionic-team/ionic-cli/issues/4308)) ([4d13261](https://github.com/ionic-team/ionic-cli/commit/4d132615fdac01af93404ff939a3364d6f72fb6e))

### Features

* **capacitor:** perform Ionic build for copy and sync ([be42aee](https://github.com/ionic-team/ionic-cli/commit/be42aee601e7abb0fd2f0b3957d561e26b0c688f))
* **config:** make project file configurable ([43ba45c](https://github.com/ionic-team/ionic-cli/commit/43ba45c134abae3279dd8776bd667b7dd9c002a7))

## [6.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli@6.0.0...@ionic/cli@6.0.1) (2020-02-03)


20 changes: 10 additions & 10 deletions packages/@ionic/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/cli",
"version": "6.0.1",
"version": "6.0.2",
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "https://ionicframework.com",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
@@ -40,15 +40,15 @@
},
"license": "MIT",
"dependencies": {
"@ionic/cli-framework": "4.0.1",
"@ionic/cli-framework-prompts": "2.0.1",
"@ionic/utils-array": "2.0.1",
"@ionic/utils-fs": "3.0.1",
"@ionic/utils-network": "2.0.1",
"@ionic/utils-process": "2.0.1",
"@ionic/utils-stream": "3.0.1",
"@ionic/utils-subprocess": "2.0.1",
"@ionic/utils-terminal": "2.0.1",
"@ionic/cli-framework": "4.0.2",
"@ionic/cli-framework-prompts": "2.0.2",
"@ionic/utils-array": "2.0.2",
"@ionic/utils-fs": "3.0.2",
"@ionic/utils-network": "2.0.2",
"@ionic/utils-process": "2.0.2",
"@ionic/utils-stream": "3.0.2",
"@ionic/utils-subprocess": "2.0.2",
"@ionic/utils-terminal": "2.0.2",
"chalk": "^3.0.0",
"debug": "^4.0.0",
"diff": "^4.0.1",
8 changes: 8 additions & 0 deletions packages/@ionic/discover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [3.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/discover@3.0.1...@ionic/discover@3.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/discover





## [3.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/discover@3.0.0...@ionic/discover@3.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/discover
2 changes: 1 addition & 1 deletion packages/@ionic/discover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/discover",
"version": "3.0.1",
"version": "3.0.2",
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [3.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.0.1...@ionic/lab@3.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/lab





## [3.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/lab@3.0.0...@ionic/lab@3.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/lab
6 changes: 3 additions & 3 deletions packages/@ionic/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/lab",
"version": "3.0.1",
"version": "3.0.2",
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
"bin": {
"ionic-lab": "./bin/ionic-lab"
@@ -41,8 +41,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ionic/cli-framework": "4.0.1",
"@ionic/utils-fs": "3.0.1",
"@ionic/cli-framework": "4.0.2",
"@ionic/utils-fs": "3.0.2",
"chalk": "^3.0.0",
"express": "^4.16.2",
"tslib": "^1.9.0"
8 changes: 8 additions & 0 deletions packages/@ionic/utils-array/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-array@2.0.1...@ionic/utils-array@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-array





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-array@2.0.0...@ionic/utils-array@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-array
2 changes: 1 addition & 1 deletion packages/@ionic/utils-array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-array",
"version": "2.0.1",
"version": "2.0.2",
"description": "Array utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [3.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-fs@3.0.1...@ionic/utils-fs@3.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-fs





## [3.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-fs@3.0.0...@ionic/utils-fs@3.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-fs
2 changes: 1 addition & 1 deletion packages/@ionic/utils-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-fs",
"version": "3.0.1",
"version": "3.0.2",
"description": "Filesystem utils for Node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-network@2.0.1...@ionic/utils-network@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-network





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-network@2.0.0...@ionic/utils-network@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-network
2 changes: 1 addition & 1 deletion packages/@ionic/utils-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-network",
"version": "2.0.1",
"version": "2.0.2",
"description": "Network utils for Node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-object/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.0.1...@ionic/utils-object@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-object





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-object@2.0.0...@ionic/utils-object@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-object
2 changes: 1 addition & 1 deletion packages/@ionic/utils-object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-object",
"version": "2.0.1",
"version": "2.0.2",
"description": "Object utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-process@2.0.1...@ionic/utils-process@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-process





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-process@2.0.0...@ionic/utils-process@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-process
6 changes: 3 additions & 3 deletions packages/@ionic/utils-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-process",
"version": "2.0.1",
"version": "2.0.2",
"description": "Process utils for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -31,8 +31,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ionic/utils-object": "2.0.1",
"@ionic/utils-terminal": "2.0.1",
"@ionic/utils-object": "2.0.2",
"@ionic/utils-terminal": "2.0.2",
"debug": "^4.0.0",
"lodash": "^4.17.5",
"tree-kill": "^1.2.2",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [3.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@3.0.1...@ionic/utils-stream@3.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-stream





## [3.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@3.0.0...@ionic/utils-stream@3.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-stream
2 changes: 1 addition & 1 deletion packages/@ionic/utils-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-stream",
"version": "3.0.1",
"version": "3.0.2",
"description": "Stream utils for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
8 changes: 8 additions & 0 deletions packages/@ionic/utils-subprocess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.0.1...@ionic/utils-subprocess@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-subprocess





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.0.0...@ionic/utils-subprocess@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-subprocess
12 changes: 6 additions & 6 deletions packages/@ionic/utils-subprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-subprocess",
"version": "2.0.1",
"version": "2.0.2",
"description": "Subprocess utils for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -31,11 +31,11 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ionic/utils-array": "2.0.1",
"@ionic/utils-fs": "3.0.1",
"@ionic/utils-process": "2.0.1",
"@ionic/utils-stream": "3.0.1",
"@ionic/utils-terminal": "2.0.1",
"@ionic/utils-array": "2.0.2",
"@ionic/utils-fs": "3.0.2",
"@ionic/utils-process": "2.0.2",
"@ionic/utils-stream": "3.0.2",
"@ionic/utils-terminal": "2.0.2",
"cross-spawn": "^7.0.0",
"debug": "^4.0.0",
"tslib": "^1.9.0"
8 changes: 8 additions & 0 deletions packages/@ionic/utils-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.0.1...@ionic/utils-terminal@2.0.2) (2020-02-10)

**Note:** Version bump only for package @ionic/utils-terminal





## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-terminal@2.0.0...@ionic/utils-terminal@2.0.1) (2020-02-03)

**Note:** Version bump only for package @ionic/utils-terminal
2 changes: 1 addition & 1 deletion packages/@ionic/utils-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/utils-terminal",
"version": "2.0.1",
"version": "2.0.2",
"description": "Terminal utils for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Loading

0 comments on commit 85065d9

Please # to comment.