Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit c117db0

Browse files
Update angular 4.1.0
1 parent 50b603c commit c117db0

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="0.0.5"></a>
2+
## [0.0.5](https://github.com/peterpeterparker/ionic-swing/compare/v0.0.4...v0.0.5) (2017-05-11)
3+
* **lib:** Update to angular 4.1.0
4+
15
<a name="0.0.4"></a>
26
## [0.0.4](https://github.com/peterpeterparker/ionic-swing/compare/v0.0.3...v0.0.4) (2017-04-26)
37

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -23,12 +23,12 @@
2323
"url": "https://github.com/peterpeterparker/ionic-swing.git/issues"
2424
},
2525
"devDependencies": {
26-
"@angular/common": "^4.0.2",
27-
"@angular/compiler": "^4.0.2",
28-
"@angular/compiler-cli": "^4.0.2",
29-
"@angular/core": "^4.0.2",
30-
"@angular/platform-browser": "^4.0.2",
31-
"@angular/platform-browser-dynamic": "^4.0.2",
26+
"@angular/common": "^4.1.0",
27+
"@angular/compiler": "^4.1.0",
28+
"@angular/compiler-cli": "^4.1.0",
29+
"@angular/core": "^4.1.0",
30+
"@angular/platform-browser": "^4.1.0",
31+
"@angular/platform-browser-dynamic": "^4.1.0",
3232
"@types/jasmine": "2.5.38",
3333
"@types/node": "~6.0.60",
3434
"codelyzer": "~2.0.0",

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/peterpeterparker/ionic-swing.git"
@@ -19,7 +19,7 @@
1919
"module": "ionic-swing.js",
2020
"typings": "ionic-swing.d.ts",
2121
"peerDependencies": {
22-
"@angular/core": "^4.0.2"
22+
"@angular/core": "^4.1.0"
2323
},
2424
"dependencies": {
2525
"lodash": "^4.6.1",

0 commit comments

Comments
 (0)