From c28c45f493279d6a88cd040d3d787e645269fc80 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 11 Sep 2020 16:18:46 -0400 Subject: [PATCH] 4.11.11 --- CHANGELOG.md | 10 +++++++++- angular/package.json | 4 ++-- core/package-lock.json | 2 +- core/package.json | 2 +- docs/package.json | 2 +- packages/react-router/package.json | 10 +++++----- packages/react/package.json | 4 ++-- 7 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11ff1fa7c..0797149918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.11.11](https://github.com/ionic-team/ionic/compare/v4.11.0...v4.11.11) (2020-09-11) + + +### Bug Fixes + +* **datetime:** do not reset to am when changing the hour and pm is set ([#22016](https://github.com/ionic-team/ionic/issues/22016)) ([1dac5a4](https://github.com/ionic-team/ionic/commit/1dac5a46f5e5adad9638e4e4e901bae1058c7287)), closes [#19175](https://github.com/ionic-team/ionic/issues/19175) [#19260](https://github.com/ionic-team/ionic/issues/19260) [#20026](https://github.com/ionic-team/ionic/issues/20026) [#16630](https://github.com/ionic-team/ionic/issues/16630) + + ## [4.11.10](https://github.com/ionic-team/ionic/compare/v4.11.9...v4.11.10) (2020-01-24) @@ -127,7 +135,7 @@ npm i @types/react@latest @types/react-dom@latest # [4.11.0 Sodium](https://github.com/ionic-team/ionic/compare/v4.10.3...v4.11.0) (2019-10-09) -Ionic React! Enjoy! 🧂 🌊 🐼 +Ionic React! Enjoy! 🧂 🌊 🐼 ## [4.10.3](https://github.com/ionic-team/ionic/compare/v4.10.2...v4.10.3) (2019-10-09) diff --git a/angular/package.json b/angular/package.json index 38fd8c2abf..e0b149241e 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "4.11.10", + "version": "4.11.11", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.11.10", + "@ionic/core": "4.11.11", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index fccf2bad15..28e8091ef7 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.11.10", + "version": "4.11.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/core/package.json b/core/package.json index d35d7a339c..de747262ed 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "4.11.10", + "version": "4.11.11", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 4dbe2d0fc3..2514d3e834 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "4.11.10", + "version": "4.11.11", "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 2927a0d7c5..6bf72a53b4 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "4.11.10", + "version": "4.11.11", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,16 +39,16 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/core": "4.11.10", - "@ionic/react": "4.11.10", + "@ionic/core": "4.11.11", + "@ionic/react": "4.11.11", "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.10", - "@ionic/react": "4.11.10", + "@ionic/core": "4.11.11", + "@ionic/react": "4.11.11", "@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 2bd28a9cc4..6c6c23228c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "4.11.10", + "version": "4.11.11", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "4.11.10", + "@ionic/core": "4.11.11", "tslib": "*" }, "peerDependencies": {