merge release-6.5.3

Release 6.5.3
This commit is contained in:
Liam DeBeasi
2023-02-08 09:33:13 -05:00
committed by GitHub
205 changed files with 370 additions and 148 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.5.3](https://github.com/ionic-team/ionic/compare/v6.5.2...v6.5.3) (2023-02-08)
**Note:** Version bump only for package @ionic/react-router
## [6.5.2](https://github.com/ionic-team/ionic/compare/v6.5.1...v6.5.2) (2023-02-01)
**Note:** Version bump only for package @ionic/react-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.5.2",
"version": "6.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.5.2",
"version": "6.5.3",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.5.2",
"@ionic/react": "^6.5.3",
"tslib": "*"
},
"devDependencies": {
@ -205,9 +205,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
@ -381,11 +381,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.2.tgz",
"integrity": "sha512-hcLfXqYM3CLQ91sCAEsmAdMJq90nqoCD0sHuPVreZlg+faHZZfJjz90uM0OUX5KVc+aBEWDIGZOuZMdIkqAkaQ==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.3.tgz",
"integrity": "sha512-18KADpvYAG2ImxneK28aVpBHa9X9HdXg8EO9U0PFqd1ALy7KnRNsd7OoELuDQ3NzAaLrUj7rXpaHrI2zDQeypg==",
"dependencies": {
"@ionic/core": "6.5.2",
"@ionic/core": "6.5.3",
"ionicons": "^6.1.1",
"tslib": "*"
},
@ -2161,9 +2161,9 @@
}
},
"node_modules/ionicons": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@ -3630,9 +3630,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.2.tgz",
"integrity": "sha512-9SQedXM0Hohy6ydgJVA22Ls6DeDgVJdlUHgaxQUNhtqIZuCqbaYZMEoanflMc852qkIyQtF25Zh7Q2wIVZveWw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.3.tgz",
"integrity": "sha512-z4slJZEw0PLet2htICKmCh76sN6kY28GSaYLDV1b4O/ya6qgu4QDwPkKbg22E8fiXBALlilce2zJQ55Tx5C6Aw==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
@ -3736,11 +3736,11 @@
"requires": {}
},
"@ionic/react": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.2.tgz",
"integrity": "sha512-hcLfXqYM3CLQ91sCAEsmAdMJq90nqoCD0sHuPVreZlg+faHZZfJjz90uM0OUX5KVc+aBEWDIGZOuZMdIkqAkaQ==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.3.tgz",
"integrity": "sha512-18KADpvYAG2ImxneK28aVpBHa9X9HdXg8EO9U0PFqd1ALy7KnRNsd7OoELuDQ3NzAaLrUj7rXpaHrI2zDQeypg==",
"requires": {
"@ionic/core": "6.5.2",
"@ionic/core": "6.5.3",
"ionicons": "^6.1.1",
"tslib": "*"
}
@ -4989,9 +4989,9 @@
}
},
"ionicons": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
"requires": {
"@stencil/core": "^2.18.0"
}

View File

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