Merge branch 'main' into rollup-ts

This commit is contained in:
Liam DeBeasi
2023-11-01 17:00:59 -04:00
committed by GitHub
26 changed files with 208 additions and 111 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.
## [7.5.3](https://github.com/ionic-team/ionic-framework/compare/v7.5.2...v7.5.3) (2023-11-01)
**Note:** Version bump only for package @ionic/vue-router
## [7.5.2](https://github.com/ionic-team/ionic-framework/compare/v7.5.1...v7.5.2) (2023-10-25)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "7.5.2",
"version": "7.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "7.5.2",
"version": "7.5.3",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^7.5.2"
"@ionic/vue": "^7.5.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz",
"integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz",
"integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==",
"dependencies": {
"@stencil/core": "^4.6.0",
"ionicons": "^7.2.1",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz",
"integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz",
"integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==",
"dependencies": {
"@ionic/core": "7.5.2",
"@ionic/core": "7.5.3",
"ionicons": "^7.0.0"
}
},
@ -1351,9 +1351,9 @@
}
},
"node_modules/@stencil/core": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz",
"integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz",
"integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==",
"bin": {
"stencil": "bin/stencil"
},
@ -7719,9 +7719,9 @@
"dev": true
},
"@ionic/core": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.2.tgz",
"integrity": "sha512-0O8YgaE7CzrhDLGpnNq2Ia4bR+qFE1uHJHafoNWhoTXkydNnqSMZlxMCvtSetfv9bwLic93lcXYNoZ8I8zV3XA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.5.3.tgz",
"integrity": "sha512-nd4NV6gSgohLvKHGmf+jAcgzI1387eKq3enjBfE574FK/ikl5CeIltv0MBVJr9lz0pNSL/y9m1tdaFg+syASuA==",
"requires": {
"@stencil/core": "^4.6.0",
"ionicons": "^7.2.1",
@ -7834,11 +7834,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.2.tgz",
"integrity": "sha512-U0JYDF6nSo0+j5S1BlVW0EEcpBGWzLV1jhZmda72E4D/ol5yYFJldcJJ1rw4wkK+Q1zifRD5GRJljfcxbXl+mA==",
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.5.3.tgz",
"integrity": "sha512-JR0YSutDuZFssfYIEqQ2L+YRVsug/bG0c//Cpytw2zS0Obhrap7dthYlicX4WmwtO2FXJQ3djExABCFR+aP0JQ==",
"requires": {
"@ionic/core": "7.5.2",
"@ionic/core": "7.5.3",
"ionicons": "^7.0.0"
}
},
@ -8218,9 +8218,9 @@
}
},
"@stencil/core": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.6.0.tgz",
"integrity": "sha512-5Y6/fP28aspPDRB+Tz5GuB1jRVGuUEk5/rnyE8ACGcuzEOG+zR0A/IHRJSU3XmCxUlVDKfKoO6St5W84oUCVMA=="
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz",
"integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg=="
},
"@tootallnate/once": {
"version": "2.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "7.5.2",
"version": "7.5.3",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",
@ -43,7 +43,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^7.5.2"
"@ionic/vue": "^7.5.3"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",