Skip to content

Commit 1a4aacf

Browse files
committed
chore(changelog): add upgrade instructions for 3.4.0
1 parent 5a5da39 commit 1a4aacf

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
<a name="3.4.0"></a>
22
# [3.4.0](https://github.com/ionic-team/ionic/compare/v3.3.0...v3.4.0) (2017-06-15)
33

4+
### Steps to Upgrade
5+
6+
`ionic-angular` should be set to version `3.4.0` in the package.json dependency list. The latest `@angular` release `4.1.3` is also supported. Feel free to update apps by updating the `package.json` dependencies to match below.
7+
8+
```
9+
"dependencies": {
10+
"@angular/common": "4.1.3",
11+
"@angular/compiler": "4.1.3",
12+
"@angular/compiler-cli": "4.1.3",
13+
"@angular/core": "4.1.3",
14+
"@angular/forms": "4.1.3",
15+
"@angular/http": "4.1.3",
16+
"@angular/platform-browser": "4.1.3",
17+
"@angular/platform-browser-dynamic": "4.1.3",
18+
"@ionic-native/core": "3.10.2",
19+
"@ionic-native/splash-screen": "3.10.2",
20+
"@ionic-native/status-bar": "3.10.2",
21+
"@ionic/storage": "2.0.1",
22+
"ionic-angular": "3.3.4",
23+
"ionicons": "3.0.0",
24+
"rxjs": "5.1.1",
25+
"sw-toolbox": "3.6.0",
26+
"zone.js": "0.8.11"
27+
},
28+
"devDependencies": {
29+
"@ionic/app-scripts": "1.3.7",
30+
"typescript": "2.3.3"
31+
}
32+
```
433

534
### Bug Fixes
635

0 commit comments

Comments
 (0)