From 209cd5adfae46438a586175bf081830b4e3f08ea Mon Sep 17 00:00:00 2001 From: Ely Lucas Date: Wed, 9 Oct 2019 14:33:20 -0600 Subject: [PATCH] 4.11.0 --- CHANGELOG.md | 8 ++++++-- angular/package.json | 4 ++-- core/package.json | 2 +- docs/package.json | 2 +- packages/react-router/package.json | 6 +++--- packages/react/package.json | 4 ++-- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78139a881..5944aebd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [4.11.0 Sodium](https://github.com/ionic-team/ionic/compare/v4.10.3...v4.11.0) (2019-10-09) + +Ionic React! Enjoy! 🧂 🌊 🐼 + ## [4.10.3](https://github.com/ionic-team/ionic/compare/v4.10.2...v4.10.3) (2019-10-09) @@ -175,13 +179,13 @@ With this version comes support for Angular 8! Follow the below steps to update. $ npm install @ionic/angular-toolkit@2.0.0 -D ``` -1. Update `@angular/core` and `@angular/cli`: +2. Update `@angular/core` and `@angular/cli`: ```shell $ npx ng update @angular/core @angular/cli ``` -1. Update `@angular-devkit` dependencies: +3. Update `@angular-devkit` dependencies: ```shell $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest diff --git a/angular/package.json b/angular/package.json index 6199346fb9..c13847c9ad 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.10.3", + "version": "4.11.0", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.10.3", + "@ionic/core": "4.11.0", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package.json b/core/package.json index 1ae061d406..01a3333283 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.10.3", + "version": "4.11.0", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 5945d2436c..08dded9df2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "4.10.3", + "version": "4.11.0", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index aa0f05ebf4..1e66952c8b 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "4.10.0-rc.3", + "version": "4.11.0", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -50,8 +50,8 @@ "react-router-dom": "^5.0.1" }, "devDependencies": { - "@ionic/core": "^4.10.0", - "@ionic/react": "4.10.0-rc.3", + "@ionic/core": "4.11.0", + "@ionic/react": "4.11.0", "@types/jest": "^23.3.9", "@types/node": "12.6.9", "@types/react": "^16.9.2", diff --git a/packages/react/package.json b/packages/react/package.json index 0406151f4b..63bd412b51 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "4.10.0-rc.3", + "version": "4.11.0", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^4.10.0", + "@ionic/core": "4.11.0", "tslib": "*" }, "peerDependencies": {