merge release-6.1.10

Release 6.1.10
This commit is contained in:
Liam DeBeasi
2022-06-15 10:28:08 -04:00
committed by GitHub
141 changed files with 27589 additions and 39852 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.10](https://github.com/ionic-team/ionic/compare/v6.1.9...v6.1.10) (2022-06-15)
**Note:** Version bump only for package @ionic/react-router
## [6.1.9](https://github.com/ionic-team/ionic/compare/v6.1.8...v6.1.9) (2022-06-08)
**Note:** Version bump only for package @ionic/react-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.1.9",
"version": "6.1.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.1.9",
"version": "6.1.10",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.1.9",
"@ionic/react": "^6.1.10",
"tslib": "*"
},
"devDependencies": {
@ -148,9 +148,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.9.tgz",
"integrity": "sha512-EaClsiGB/E9wPkujnrMZ71BLVcA8t6DBZu+caJMmqPLF/64S37CiyfrrMbL1UnxDWP2TXsPFH3seWl6Ek/W1bw==",
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.10.tgz",
"integrity": "sha512-QmQvIe+IklQhNhbq438I3eCnL6XjfTxrgO1+paOdGNKk3R3o4mqJmV0YYT5r9iwnieHgDxKbo3ovs9UnTXhI7g==",
"dependencies": {
"@stencil/core": "^2.16.0",
"ionicons": "^6.0.2",
@ -158,11 +158,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.9.tgz",
"integrity": "sha512-0EqCL5hBjSW9OIoopWRz+nH56wKufiT/oaK47qurRnl/b2JxDuSBWcpzCMeSI6H5LKkEY+zM3CD9rQpkQiZNLw==",
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.10.tgz",
"integrity": "sha512-3XivIon+43cD0QLBAkfi9+9BX0tFL1P0g34Og+DStHdXXtDBgSwqqVW8P96K45uRb7gZuBx9bccb9z9ntOCcig==",
"dependencies": {
"@ionic/core": "^6.1.9",
"@ionic/core": "^6.1.10",
"ionicons": "^6.0.2",
"tslib": "*"
},
@ -4489,9 +4489,9 @@
}
},
"@ionic/core": {
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.9.tgz",
"integrity": "sha512-EaClsiGB/E9wPkujnrMZ71BLVcA8t6DBZu+caJMmqPLF/64S37CiyfrrMbL1UnxDWP2TXsPFH3seWl6Ek/W1bw==",
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.1.10.tgz",
"integrity": "sha512-QmQvIe+IklQhNhbq438I3eCnL6XjfTxrgO1+paOdGNKk3R3o4mqJmV0YYT5r9iwnieHgDxKbo3ovs9UnTXhI7g==",
"requires": {
"@stencil/core": "^2.16.0",
"ionicons": "^6.0.2",
@ -4499,11 +4499,11 @@
}
},
"@ionic/react": {
"version": "6.1.9",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.9.tgz",
"integrity": "sha512-0EqCL5hBjSW9OIoopWRz+nH56wKufiT/oaK47qurRnl/b2JxDuSBWcpzCMeSI6H5LKkEY+zM3CD9rQpkQiZNLw==",
"version": "6.1.10",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.1.10.tgz",
"integrity": "sha512-3XivIon+43cD0QLBAkfi9+9BX0tFL1P0g34Og+DStHdXXtDBgSwqqVW8P96K45uRb7gZuBx9bccb9z9ntOCcig==",
"requires": {
"@ionic/core": "^6.1.9",
"@ionic/core": "^6.1.10",
"ionicons": "^6.0.2",
"tslib": "*"
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@babel/core": "7.8.4",
"@ionic/react": "5.6.3",
"@ionic/react-router": "^5.6.3",
"@babel/core": "^7.18.2",
"@ionic/react": "^6.1.9",
"@ionic/react-router": "^6.1.9",
"@svgr/webpack": "4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",