Skip to content

Commit

Permalink
5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jan 27, 2020
1 parent eabe05e commit 940925e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# [5.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v4.11.10...v5.0.0-rc.1) (2020-01-27)


### Bug Fixes

* **components:** use proper colors for button states and add back input highlight ([#20278](https://github.com/ionic-team/ionic/issues/20278)) ([628db18](https://github.com/ionic-team/ionic/commit/628db18a97293731ecfee8e4d2f0d8c1cf672c96)), closes [#20276](https://github.com/ionic-team/ionic/issues/20276)
* **components:** inherit text indent in all components with text inherit ([#20300](https://github.com/ionic-team/ionic/issues/20300)) ([767b005](https://github.com/ionic-team/ionic/commit/767b005eacf00b640973bfb381de4dcedf083399)), closes [#17786](https://github.com/ionic-team/ionic/issues/17786)
* **content:** resolve height inheritance issues ([#20309](https://github.com/ionic-team/ionic/issues/20309)) ([09bef71](https://github.com/ionic-team/ionic/commit/09bef71ccd5a261233180bc19023bc562b905764)), closes [#20305](https://github.com/ionic-team/ionic/issues/20305)
* **picker:** include showBackdrop in interface ([#20301](https://github.com/ionic-team/ionic/issues/20301)) ([33186ba](https://github.com/ionic-team/ionic/commit/33186ba716de77edc92ae8e7d307f90fff8b8ed1)), closes [#18893](https://github.com/ionic-team/ionic/issues/18893)
* **react:** export proper types of animations and gestures ([#20311](https://github.com/ionic-team/ionic/issues/20311)) ([0034088](https://github.com/ionic-team/ionic/commit/00340885fb031d3dbc7c458fddeed9d28a2deda4))
* **refresher:** update animation for dashed property values ([#20310](https://github.com/ionic-team/ionic/issues/20310)) ([44211c1](https://github.com/ionic-team/ionic/commit/44211c11ee929b9966d5e67e99fb6a495380432c))
* **toast:** inherit color in cancel button for a toast with color ([#20299](https://github.com/ionic-team/ionic/issues/20299)) ([7b44ae2](https://github.com/ionic-team/ionic/commit/7b44ae2a400bb0c0616012e9c42bfc67edbfc793)), closes [#20139](https://github.com/ionic-team/ionic/issues/20139)



## [4.11.10](https://github.com/ionic-team/ionic/compare/v4.11.9...v4.11.10) (2020-01-24)


Expand Down
4 changes: 2 additions & 2 deletions angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
Expand Down Expand Up @@ -42,7 +42,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "5.0.0-rc.0",
"@ionic/core": "5.0.0-rc.1",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "Base components for Ionic",
"keywords": [
"ionic",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@angular/core": "8.2.13",
"@angular/platform-browser": "8.2.13",
"@angular/platform-server": "8.2.13",
"@ionic/core": "5.0.0-rc.0",
"@ionic/core": "5.0.0-rc.1",
"ng-packagr": "5.7.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
Expand Down Expand Up @@ -39,16 +39,16 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "5.0.0-rc.0",
"@ionic/react": "5.0.0-rc.0",
"@ionic/core": "5.0.0-rc.1",
"@ionic/react": "5.0.0-rc.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/core": "5.0.0-rc.0",
"@ionic/react": "5.0.0-rc.0",
"@ionic/core": "5.0.0-rc.1",
"@ionic/react": "5.0.0-rc.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
Expand Down Expand Up @@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.0.0-rc.0",
"@ionic/core": "5.0.0-rc.1",
"ionicons": "^5.0.0-13",
"tslib": "*"
},
Expand Down

0 comments on commit 940925e

Please sign in to comment.