4.0.0-alpha.1

This commit is contained in:
Manu Mtz.-Almeida
2018-04-06 17:34:10 +02:00
parent d85e17c730
commit a1a3c7d37d
5 changed files with 19 additions and 14766 deletions

View File

@@ -1,3 +1,17 @@
<a name="4.0.0-alpha.1"></a>
# [4.0.0-alpha.1](https://github.com/ionic-team/ionic/compare/v0.2.2...v4.0.0-alpha.1) (2018-04-06)
### Bug Fixes
* **angular:** change detection ([79ba639](https://github.com/ionic-team/ionic/commit/79ba639))
* **angular:** proxy methods ([5153da4](https://github.com/ionic-team/ionic/commit/5153da4))
* **angular:** proxy outputs ([64a9497](https://github.com/ionic-team/ionic/commit/64a9497))
* **menu:** prerender ([a3cd5db](https://github.com/ionic-team/ionic/commit/a3cd5db))
* **split-pane:** prerender ([c6e962c](https://github.com/ionic-team/ionic/commit/c6e962c))
<a name="0.2.2"></a>
## [0.2.2](https://github.com/ionic-team/ionic/compare/v0.2.1...v0.2.2) (2018-04-05)

2811
angular/package-lock.json generated
View File

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "0.2.2",
"version": "4.0.0-alpha.1",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -39,7 +39,7 @@
"dist/"
],
"dependencies": {
"@ionic/core": "0.2.2"
"@ionic/core": "4.0.0-alpha.1"
},
"devDependencies": {
"@angular/common": "5.2.9",

11954
core/package-lock.json generated
View File

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.2.2",
"version": "4.0.0-alpha.1",
"description": "Base components for Ionic",
"keywords": [
"ionic",