diff --git a/CHANGELOG.md b/CHANGELOG.md index f55572460f7..0171ecbac10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,13 @@ - -# [0.5.0-3](https://github.com/ionic-team/stencil/compare/v0.5.0-2...v0.5.0-3) (2018-02-13) - - -### Bug Fixes - -* **transpile:** remove unneded remove-imports transform because it is causing issues with wildcard imports. fixes [#526](https://github.com/ionic-team/stencil/issues/526) ([256e70a](https://github.com/ionic-team/stencil/commit/256e70a)) - - - - -# [0.5.0-2](https://github.com/ionic-team/stencil/compare/v0.5.0-1...v0.5.0-2) (2018-02-13) - - -### Bug Fixes - -* **entries:** use all strings for component reference graph ([6629aa1](https://github.com/ionic-team/stencil/commit/6629aa1)) - - - - -# [0.5.0-1](https://github.com/ionic-team/stencil/compare/v0.5.0-0...v0.5.0-1) (2018-02-13) + +# [0.5.0](https://github.com/ionic-team/stencil/compare/v0.4.3...v0.5.0) (2018-02-13) ### Bug Fixes * **entries:** ensure dependency data from collections remains ([f9fb09a](https://github.com/ionic-team/stencil/commit/f9fb09a)) - - - - -# [0.5.0-0](https://github.com/ionic-team/stencil/compare/v0.4.3...v0.5.0-0) (2018-02-12) - - -### Bug Fixes - +* **entries:** use all strings for component reference graph ([6629aa1](https://github.com/ionic-team/stencil/commit/6629aa1)) * **publicPath:** allow for custom public path ([19095e7](https://github.com/ionic-team/stencil/commit/19095e7)), closes [#464](https://github.com/ionic-team/stencil/issues/464) +* **transpile:** remove unneded remove-imports transform because it is causing issues with wildcard imports. fixes [#526](https://github.com/ionic-team/stencil/issues/526) ([256e70a](https://github.com/ionic-team/stencil/commit/256e70a)) ### Features @@ -1808,6 +1781,3 @@ * **demos:** add height attributes to header ([b70f25a](https://github.com/ionic-team/stencil/commit/b70f25a)) * reduce css parser code ([12ee8aa](https://github.com/ionic-team/stencil/commit/12ee8aa)) - - - diff --git a/package-lock.json b/package-lock.json index 826f69c80e9..a7a5a980adf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "0.5.0-3", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0291b555777..016591381e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "0.5.0-3", + "version": "0.5.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",