This commit is contained in:
Ely Lucas
2019-10-09 14:33:20 -06:00
parent 4be0dde283
commit 209cd5adfa
6 changed files with 15 additions and 11 deletions

View File

@ -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

View File

@ -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": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "4.10.3",
"version": "4.11.0",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@ -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",

View File

@ -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",

View File

@ -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": {