From 0179aad2b32adb1dfa792004206d98c351779fbd Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 24 Jan 2020 16:15:45 -0500 Subject: [PATCH] 4.11.10 --- CHANGELOG.md | 9 +++++++++ angular/package.json | 4 ++-- core/package.json | 2 +- docs/package.json | 2 +- packages/react-router/package.json | 10 +++++----- packages/react/package.json | 4 ++-- 6 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b6aff464..d11ff1fa7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.11.10](https://github.com/ionic-team/ionic/compare/v4.11.9...v4.11.10) (2020-01-24) + + +### Bug Fixes + +* **input:** revert previous type change ([db1fd1d](https://github.com/ionic-team/ionic/commit/db1fd1d72a8a0ade824ad2309d1adb2953731f37)) + + + ## [4.11.9](https://github.com/ionic-team/ionic/compare/v4.11.8...v4.11.9) (2020-01-23) diff --git a/angular/package.json b/angular/package.json index ed6882ceb5..38fd8c2abf 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.11.9", + "version": "4.11.10", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.11.9", + "@ionic/core": "4.11.10", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package.json b/core/package.json index cd834b0bef..c4ec08645e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.11.9", + "version": "4.11.10", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 8794a1f684..4dbe2d0fc3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "4.11.9", + "version": "4.11.10", "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 742da28429..2927a0d7c5 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "4.11.9", + "version": "4.11.10", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,16 +39,16 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/core": "4.11.9", - "@ionic/react": "4.11.9", + "@ionic/core": "4.11.10", + "@ionic/react": "4.11.10", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router": "^5.0.1", "react-router-dom": "^5.0.1" }, "devDependencies": { - "@ionic/core": "4.11.9", - "@ionic/react": "4.11.9", + "@ionic/core": "4.11.10", + "@ionic/react": "4.11.10", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", diff --git a/packages/react/package.json b/packages/react/package.json index 8cbd06fc54..2bd28a9cc4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "4.11.9", + "version": "4.11.10", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.11.9", + "@ionic/core": "4.11.10", "tslib": "*" }, "peerDependencies": {