merge release-5.0.0-rc.2

This commit is contained in:
Liam DeBeasi
2020-01-30 15:51:55 -05:00
committed by GitHub
parent ff78e6e8ca
commit 8c4905f630
7 changed files with 27 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "5.0.0-rc.1",
"version": "5.0.0-rc.2",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.0.0-rc.1",
"@ionic/core": "5.0.0-rc.2",
"ionicons": "^5.0.0-13",
"tslib": "*"
},