merge release-6.3.6

Release 6.3.6
This commit is contained in:
Sean Perkins
2022-11-10 12:14:00 -05:00
committed by GitHub
30 changed files with 303 additions and 245 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.3.6](https://github.com/ionic-team/ionic/compare/v6.3.5...v6.3.6) (2022-11-10)
**Note:** Version bump only for package @ionic/vue-router
## [6.3.5](https://github.com/ionic-team/ionic/compare/v6.3.4...v6.3.5) (2022-11-09)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.3.5",
"version": "6.3.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.3.5",
"version": "6.3.6",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.3.5"
"@ionic/vue": "^6.3.6"
},
"devDependencies": {
"@types/jest": "^28.1.1",
@ -578,21 +578,21 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.3.5.tgz",
"integrity": "sha512-srAZbD1ThJPNHr/6WolC89PFnJ8AA+MKYkZF/Wjq7ysHO+qdg5gP5GtlEN/sfO8DM5J3GZHEbRW3m+jCepNoxA==",
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.3.6.tgz",
"integrity": "sha512-QbLp9XNRfFHUVpSEEcFJYEyxek6Vi82EDIdJj0JvUPqMFdzF93dfzRoEIOos52jWxTG4LwGHLHlWem/3stF5Rg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.0.3",
"ionicons": "^6.0.4",
"tslib": "^2.1.0"
}
},
"node_modules/@ionic/vue": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.3.5.tgz",
"integrity": "sha512-qYG8fzwtUcuifj0WnSZOOj+9WRWqtGIxeoevMfv+Zw0Gl2NULKwMzpDgrbArWtn0DP3l/vBYj+qkefzlLPo+wQ==",
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.3.6.tgz",
"integrity": "sha512-0u5vWo++jDHqW92PbRFrIAQjBakJmjAhe2P1R/DqWv0zoMeZcwCNh9DKqKqrl9xIStnu6gjLSnT/lywrksiDuA==",
"dependencies": {
"@ionic/core": "^6.3.5",
"@ionic/core": "^6.3.6",
"ionicons": "^6.0.2"
}
},
@ -5221,21 +5221,21 @@
"dev": true
},
"@ionic/core": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.3.5.tgz",
"integrity": "sha512-srAZbD1ThJPNHr/6WolC89PFnJ8AA+MKYkZF/Wjq7ysHO+qdg5gP5GtlEN/sfO8DM5J3GZHEbRW3m+jCepNoxA==",
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.3.6.tgz",
"integrity": "sha512-QbLp9XNRfFHUVpSEEcFJYEyxek6Vi82EDIdJj0JvUPqMFdzF93dfzRoEIOos52jWxTG4LwGHLHlWem/3stF5Rg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.0.3",
"ionicons": "^6.0.4",
"tslib": "^2.1.0"
}
},
"@ionic/vue": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.3.5.tgz",
"integrity": "sha512-qYG8fzwtUcuifj0WnSZOOj+9WRWqtGIxeoevMfv+Zw0Gl2NULKwMzpDgrbArWtn0DP3l/vBYj+qkefzlLPo+wQ==",
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.3.6.tgz",
"integrity": "sha512-0u5vWo++jDHqW92PbRFrIAQjBakJmjAhe2P1R/DqWv0zoMeZcwCNh9DKqKqrl9xIStnu6gjLSnT/lywrksiDuA==",
"requires": {
"@ionic/core": "^6.3.5",
"@ionic/core": "^6.3.6",
"ionicons": "^6.0.2"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.3.5",
"version": "6.3.6",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"prepublishOnly": "npm run build",
@ -44,7 +44,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^6.3.5"
"@ionic/vue": "^6.3.6"
},
"devDependencies": {
"@types/jest": "^28.1.1",