Skip to content

Commit 92cbcd0

Browse files
committed
chore(release): publish [skip ci]
- @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - @ionic/[email protected] - [email protected] - [email protected]
1 parent 826b9ae commit 92cbcd0

16 files changed

Lines changed: 88 additions & 20 deletions

File tree

packages/@ionic/cli-framework/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+
<a name="1.1.1"></a>
7+
## [1.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @ionic/cli-framework
13+
614
<a name="1.1.0"></a>
715
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-03)
816

packages/@ionic/cli-framework/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-framework",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The foundation framework of the Ionic CLI",
55
"homepage": "https://ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@ionic/utils-fs": "0.0.2",
31+
"@ionic/utils-fs": "0.0.3",
3232
"chalk": "^2.3.0",
3333
"debug": "^4.0.0",
3434
"inquirer": "^6.0.0",

packages/@ionic/discover/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+
<a name="1.0.6"></a>
7+
## [1.0.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @ionic/discover
13+
614
<a name="1.0.5"></a>
715
## [1.0.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-03)
816

packages/@ionic/discover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/discover",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Simple UDP based protocol for service discovery implemented in pure JS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/@ionic/lab/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+
<a name="1.0.11"></a>
7+
## [1.0.11](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @ionic/lab
13+
614
<a name="1.0.10"></a>
715
## [1.0.10](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-03)
816

packages/@ionic/lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/lab",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Ionic Lab utility for developing Ionic apps, used by Ionic CLI",
55
"bin": {
66
"ionic-lab": "./bin/ionic-lab"
@@ -47,8 +47,8 @@
4747
]
4848
},
4949
"dependencies": {
50-
"@ionic/cli-framework": "1.1.0",
51-
"@ionic/utils-fs": "0.0.2",
50+
"@ionic/cli-framework": "1.1.1",
51+
"@ionic/utils-fs": "0.0.3",
5252
"chalk": "^2.3.0",
5353
"express": "^4.16.2",
5454
"tslib": "^1.9.0"

packages/@ionic/utils-fs/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+
<a name="0.0.3"></a>
7+
## [0.0.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @ionic/utils-fs
13+
614
<a name="0.0.2"></a>
715
## [0.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-03)
816

packages/@ionic/utils-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/utils-fs",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Filesystem utils for Node",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/@ionic/utils-network/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+
<a name="0.0.3"></a>
7+
## [0.0.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @ionic/utils-network
13+
614
<a name="0.0.2"></a>
715
## [0.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2018-10-03)
816

packages/@ionic/utils-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/utils-network",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Network utils for Node",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)