diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000000..3d9f41d337 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,28 @@ + +## [0.1.2](https://github.com/ionic-team/ionic/compare/v0.1.1...v0.1.2) (2018-03-03) + + +### Performance Improvements + +* **events:** bypass ngzone ([7366c38](https://github.com/ionic-team/ionic/commit/7366c38)) +* **scroll:** watchdog + simplification ([33a6274](https://github.com/ionic-team/ionic/commit/33a6274)) + + +### Bug Fixes + +* **scroll:** clearInterval just to be safe ([6da9882](https://github.com/ionic-team/ionic/commit/6da9882)) + + + + +## [0.1.1](https://github.com/ionic-team/ionic/commit/291e85e61128b2f3101d9cea6b42d4cf751dc481) (2018-03-01) + + +### Bug Fixes + +* **button:** pass the property type instead of hardcoding button ([10e481a](https://github.com/ionic-team/ionic/commit/10e481a)) + + + + +## [0.1.0](https://github.com/ionic-team/ionic/commit/43a8c4c7a719169336a84964fc1c737562d764a6) (2018-03-01) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index d8fc0359e3..9ab61eb2af 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 06c4302c6d..11950615d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.1", + "version": "0.1.2", "description": "Base components for Ionic", "main": "dist/ionic.js", "types": "dist/types/index.d.ts",