From 2b8549bd3f516c382b55da5580147ca1da39623b Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Wed, 21 Mar 2018 23:58:35 +0100 Subject: [PATCH] 0.1.4 --- .scripts/publish.js | 2 +- angular/package-lock.json | 2 +- angular/package.json | 2 +- core/CHANGELOG.md | 24 ++++++++++++++++++++++++ core/package-lock.json | 2 +- core/package.json | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.scripts/publish.js b/.scripts/publish.js index 7b8421c4a4..1db35d1764 100644 --- a/.scripts/publish.js +++ b/.scripts/publish.js @@ -30,7 +30,7 @@ async function publishProject(project, version) { const projectRoot = common.projectPath(project); const listr = new Listr([{ title: `Publish (latest) ${project} (v${version})`, - task: () => execa('npm', ['publish'].concat(opts.tag ? ['--tag', 'latest'] : []), { cwd: projectRoot }) + task: () => execa('npm', ['publish', '--tag', 'latest'], { cwd: projectRoot }) }], { showSubtasks: false }); await listr.run(); } diff --git a/angular/package-lock.json b/angular/package-lock.json index e0a0ef1bb0..3c1fc83cb0 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "0.0.2-29", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/angular/package.json b/angular/package.json index 95cd3f10bc..4a4e45678e 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "0.0.2-29", + "version": "0.1.4", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e94eac98fe..37809851a2 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,27 @@ + +## [0.1.4](https://github.com/ionic-team/ionic/compare/v0.1.4-9...v0.1.4) (2018-03-21) + + +### Bug Fixes + +* **action-sheet:** update padding on title to match native ([f0a40fa](https://github.com/ionic-team/ionic/commit/f0a40fa)) +* **alert:** update colors for alert text and input borders ([605ec93](https://github.com/ionic-team/ionic/commit/605ec93)), closes [#14196](https://github.com/ionic-team/ionic/issues/14196) +* **alert:** update md alert to closer match spec ([7d53e49](https://github.com/ionic-team/ionic/commit/7d53e49)) +* **all:** ts strict (part 4) ([4693229](https://github.com/ionic-team/ionic/commit/4693229)) +* **angular:** router-outlet animation ([943e2f7](https://github.com/ionic-team/ionic/commit/943e2f7)) +* **chip:** use lighter background color ([08553f1](https://github.com/ionic-team/ionic/commit/08553f1)), closes [#14196](https://github.com/ionic-team/ionic/issues/14196) +* **picker:** does not scroll ([b49a45d](https://github.com/ionic-team/ionic/commit/b49a45d)) +* **router:** reusing checks params ([371fc19](https://github.com/ionic-team/ionic/commit/371fc19)) +* **router-outlet:** css and change logic ([6e683c5](https://github.com/ionic-team/ionic/commit/6e683c5)) + + +### Features + +* **fab:** add box shadow and transition for ios ([d26074a](https://github.com/ionic-team/ionic/commit/d26074a)) +* **ion-router-outlet:** adds router-outlet ([c03afab](https://github.com/ionic-team/ionic/commit/c03afab)) + + + ## [0.1.4-9](https://github.com/ionic-team/ionic/compare/v0.1.4-8...v0.1.4-9) (2018-03-20) diff --git a/core/package-lock.json b/core/package-lock.json index dd409b038f..eabbb0c412 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-9", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/core/package.json b/core/package.json index 30f0fb2688..1416008877 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-9", + "version": "0.1.4", "description": "Base components for Ionic", "keywords": [ "ionic",