This commit is contained in:
Brandy Carney
2020-09-29 16:45:51 -04:00
parent 0d56c51664
commit 4fe3798787
7 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,12 @@
## [4.11.12](https://github.com/ionic-team/ionic/compare/v4.11.11...v4.11.12) (2020-09-29)
### Bug Fixes
* **datetime:** remove the automatic switching from am to pm and vice versa ([#22208](https://github.com/ionic-team/ionic/issues/22208)) ([0d56c51](https://github.com/ionic-team/ionic/commit/0d56c5166497de38df9be432f8c7577b4b6c0e94)), closes [#18924](https://github.com/ionic-team/ionic/issues/18924)
## [4.11.11](https://github.com/ionic-team/ionic/compare/v4.11.0...v4.11.11) (2020-09-11)

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "4.11.11",
"version": "4.11.12",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -49,7 +49,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "4.11.11",
"@ionic/core": "4.11.12",
"tslib": "^1.9.3"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "4.11.11",
"version": "4.11.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "4.11.11",
"version": "4.11.12",
"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.11.11",
"version": "4.11.12",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,16 +39,16 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "4.11.11",
"@ionic/react": "4.11.11",
"@ionic/core": "4.11.12",
"@ionic/react": "4.11.12",
"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.11",
"@ionic/react": "4.11.11",
"@ionic/core": "4.11.12",
"@ionic/react": "4.11.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "4.11.11",
"version": "4.11.12",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "4.11.11",
"@ionic/core": "4.11.12",
"tslib": "*"
},
"peerDependencies": {