merge release-6.1.6

Release 6.1.6
This commit is contained in:
Liam DeBeasi
2022-05-18 09:18:21 -04:00
committed by GitHub
398 changed files with 963 additions and 1577 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.1.6](https://github.com/ionic-team/ionic/compare/v6.1.5...v6.1.6) (2022-05-18)
**Note:** Version bump only for package @ionic/react-router
## [6.1.5](https://github.com/ionic-team/ionic/compare/v6.1.4...v6.1.5) (2022-05-11)
**Note:** Version bump only for package @ionic/react-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.1.5",
"version": "6.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.1.5",
"version": "6.1.6",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.1.5",
"@ionic/react": "^6.1.6",
"tslib": "*"
},
"devDependencies": {
@ -148,9 +148,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.5.tgz",
"integrity": "sha512-YEpFheFDGV7lifbYNqctcPXRPqEOKiDy5KgSPriFzrrPUbwrv/tnXHZq7hFVPCMUYFBS9QJts4r5FOYTqAfvtw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.6.tgz",
"integrity": "sha512-AsYGEHKVHy082RST3RBrIiOZX6VXNy6qYSYtf6TwOwmF/YV+/ASaB1TqVO/jP658ML106nNcjUM0fTkbm9UXRA==",
"dependencies": {
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
@ -158,11 +158,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.5.tgz",
"integrity": "sha512-AcsMiNziXgehXG62yIDQFkCCtMwjiQF2V5OS2c6SIrJjrxR9ZTtCZWThL19/thF/PZys5pFN0ue8nuHKggG9Zw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.6.tgz",
"integrity": "sha512-V/NxjN7VbGrFrez90g89Q1HVXcGlLEexGCtVeWhbK80h1lzGy2FMzT4BBW1qTvMGOZz2Umdoj+R1wcK91BbiJQ==",
"dependencies": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0",
"tslib": "*"
},
@ -4501,9 +4501,9 @@
}
},
"@ionic/core": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.5.tgz",
"integrity": "sha512-YEpFheFDGV7lifbYNqctcPXRPqEOKiDy5KgSPriFzrrPUbwrv/tnXHZq7hFVPCMUYFBS9QJts4r5FOYTqAfvtw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.6.tgz",
"integrity": "sha512-AsYGEHKVHy082RST3RBrIiOZX6VXNy6qYSYtf6TwOwmF/YV+/ASaB1TqVO/jP658ML106nNcjUM0fTkbm9UXRA==",
"requires": {
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
@ -4511,11 +4511,11 @@
}
},
"@ionic/react": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.5.tgz",
"integrity": "sha512-AcsMiNziXgehXG62yIDQFkCCtMwjiQF2V5OS2c6SIrJjrxR9ZTtCZWThL19/thF/PZys5pFN0ue8nuHKggG9Zw==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.6.tgz",
"integrity": "sha512-V/NxjN7VbGrFrez90g89Q1HVXcGlLEexGCtVeWhbK80h1lzGy2FMzT4BBW1qTvMGOZz2Umdoj+R1wcK91BbiJQ==",
"requires": {
"@ionic/core": "^6.1.5",
"@ionic/core": "^6.1.6",
"ionicons": "^6.0.0",
"tslib": "*"
}

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "6.1.5",
"version": "6.1.6",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -37,7 +37,7 @@
"dist/"
],
"dependencies": {
"@ionic/react": "^6.1.5",
"@ionic/react": "^6.1.6",
"tslib": "*"
},
"peerDependencies": {