Skip to content

Commit c1cdeee

Browse files
committed
1 parent 713e455 commit c1cdeee

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/cli-build-ionic-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-build-ionic-angular",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic CLI build plugin for Ionic Angular projects",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -39,7 +39,7 @@
3939
"chalk": "^1.1.3"
4040
},
4141
"devDependencies": {
42-
"@ionic/cli-utils": "^0.0.7"
42+
"@ionic/cli-utils": "^0.0.8"
4343
},
4444
"peerDependencies": {
4545
"@ionic/app-scripts": "^1.1.0"

packages/cli-build-ionic1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-build-ionic1",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ionic CLI build plugin for Ionic1 projects",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -44,6 +44,6 @@
4444
"tiny-lr": "^1.0.3"
4545
},
4646
"devDependencies": {
47-
"@ionic/cli-utils": "^0.0.7"
47+
"@ionic/cli-utils": "^0.0.8"
4848
}
4949
}

packages/cli-plugin-cordova/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-plugin-cordova",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Ionic Cordova Plugin for Ionic CLI",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -48,7 +48,7 @@
4848
"testRegex": "/__tests__/.*\\.(ts|js)$"
4949
},
5050
"dependencies": {
51-
"@ionic/cli-utils": "^0.0.7",
51+
"@ionic/cli-utils": "^0.0.8",
5252
"node-fetch": "^1.6.3"
5353
},
5454
"devDependencies": {

packages/cli-plugin-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/cli-plugin-package",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Ionic Package Plugin for Ionic CLI",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",
@@ -40,7 +40,7 @@
4040
"chalk": "^1.1.3"
4141
},
4242
"dependencies": {
43-
"@ionic/cli-utils": "^0.0.7"
43+
"@ionic/cli-utils": "^0.0.8"
4444
},
4545
"files": [
4646
"dist/"

packages/cli-utils/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-utils",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Ionic CLI Utils",
55
"homepage": "https://ionic.io/",
66
"author": "Ionic Team <[email protected]> (http://ionic.io)",

packages/ionic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"preferGlobal": true,
55
"description": "A tool for creating and developing Ionic Framework mobile apps.",
66
"homepage": "http://ionicframework.com/",
@@ -54,7 +54,7 @@
5454
"tar": "^2.2.1"
5555
},
5656
"dependencies": {
57-
"@ionic/cli-utils": "^0.0.7",
57+
"@ionic/cli-utils": "^0.0.8",
5858
"archiver": "^1.3.0",
5959
"inquirer": "^3.0.1",
6060
"node-fetch": "^1.6.3",

0 commit comments

Comments
 (0)