merge release-6.5.5

Release 6.5.5
This commit is contained in:
Liam DeBeasi
2023-02-20 11:45:05 -05:00
committed by GitHub
26 changed files with 175 additions and 90 deletions

View File

@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.5.5](https://github.com/ionic-team/ionic-framework/compare/v6.5.4...v6.5.5) (2023-02-20)
### Bug Fixes
* **datetime:** days of week and spacing buttons are not announced by screen readers ([#26813](https://github.com/ionic-team/ionic-framework/issues/26813)) ([1a346b6](https://github.com/ionic-team/ionic-framework/commit/1a346b62068076d0b0cc6b2dea4136e0f06576b8)), closes [#26811](https://github.com/ionic-team/ionic-framework/issues/26811)
* **hide-caret:** blur listener correctly removed ([#26808](https://github.com/ionic-team/ionic-framework/issues/26808)) ([fef634f](https://github.com/ionic-team/ionic-framework/commit/fef634f7f055f1672af50b56610f84c76e626814)), closes [#26807](https://github.com/ionic-team/ionic-framework/issues/26807)
* **input:** compositionend event is removed on unmount ([#26806](https://github.com/ionic-team/ionic-framework/issues/26806)) ([caa8719](https://github.com/ionic-team/ionic-framework/commit/caa8719cea2f4b3b460551224a8c4a69bd29afeb)), closes [#26805](https://github.com/ionic-team/ionic-framework/issues/26805)
* **sanitizer:** improve reliability of sanitizer ([#26820](https://github.com/ionic-team/ionic-framework/issues/26820)) ([5e41391](https://github.com/ionic-team/ionic-framework/commit/5e41391ed2585072095f42f7a6d40497f0e129d2))
* **swipe-back:** gesture rtl setting is reactive ([#26795](https://github.com/ionic-team/ionic-framework/issues/26795)) ([3a64de4](https://github.com/ionic-team/ionic-framework/commit/3a64de49dbf470d470cb4516df2a5226ba751051)), closes [#26794](https://github.com/ionic-team/ionic-framework/issues/26794)
## [6.5.4](https://github.com/ionic-team/ionic-framework/compare/v6.5.3...v6.5.4) (2023-02-15)

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/angular
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
@ -1006,9 +1006,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7335,9 +7335,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.5.4",
"version": "6.5.5",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -42,7 +42,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"

View File

@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.5.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
### Bug Fixes
* **datetime:** days of week and spacing buttons are not announced by screen readers ([#26813](https://github.com/ionic-team/ionic/issues/26813)) ([1a346b6](https://github.com/ionic-team/ionic/commit/1a346b62068076d0b0cc6b2dea4136e0f06576b8)), closes [#26811](https://github.com/ionic-team/ionic/issues/26811)
* **hide-caret:** blur listener correctly removed ([#26808](https://github.com/ionic-team/ionic/issues/26808)) ([fef634f](https://github.com/ionic-team/ionic/commit/fef634f7f055f1672af50b56610f84c76e626814)), closes [#26807](https://github.com/ionic-team/ionic/issues/26807)
* **input:** compositionend event is removed on unmount ([#26806](https://github.com/ionic-team/ionic/issues/26806)) ([caa8719](https://github.com/ionic-team/ionic/commit/caa8719cea2f4b3b460551224a8c4a69bd29afeb)), closes [#26805](https://github.com/ionic-team/ionic/issues/26805)
* **sanitizer:** improve reliability of sanitizer ([#26820](https://github.com/ionic-team/ionic/issues/26820)) ([5e41391](https://github.com/ionic-team/ionic/commit/5e41391ed2585072095f42f7a6d40497f0e129d2))
* **swipe-back:** gesture rtl setting is reactive ([#26795](https://github.com/ionic-team/ionic/issues/26795)) ([3a64de4](https://github.com/ionic-team/ionic/commit/3a64de49dbf470d470cb4516df2a5226ba751051)), closes [#26794](https://github.com/ionic-team/ionic/issues/26794)
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@stencil/core": "^2.18.0",
@ -50,7 +50,6 @@
}
},
"custom-rules": {
"name": "eslint-plugin-custom-rules",
"version": "1.0.0",
"dev": true
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "6.5.4",
"version": "6.5.5",
"description": "Base components for Ionic",
"keywords": [
"ionic",

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.5](https://github.com/ionic-team/ionic-docs/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/docs
## [6.5.4](https://github.com/ionic-team/ionic-docs/compare/v6.5.3...v6.5.4) (2023-02-15)
**Note:** Version bump only for package @ionic/docs

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/docs",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/docs",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "6.5.4",
"version": "6.5.5",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",

View File

@ -5,5 +5,5 @@
"angular",
"packages/*"
],
"version": "6.5.4"
"version": "6.5.5"
}

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/angular-server
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)
**Note:** Version bump only for package @ionic/angular-server

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular-server",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.4"
"@ionic/core": "^6.5.5"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.6.1",
@ -742,9 +742,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7201,9 +7201,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.5.4",
"version": "6.5.5",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -69,6 +69,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^6.5.4"
"@ionic/core": "^6.5.5"
}
}

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/react-router
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)
**Note:** Version bump only for package @ionic/react-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.5.4",
"@ionic/react": "^6.5.5",
"tslib": "*"
},
"devDependencies": {
@ -205,9 +205,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -381,11 +381,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.4.tgz",
"integrity": "sha512-qbZthi4CJ/1+F/SNjH+xRKx5aXF0/zdm3JhfOLb6C/1vQq95eV+xq+daGhUe9Gwg87Rvb0gRjsoKuMT8ghe57Q==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.5.tgz",
"integrity": "sha512-GYegPNMga2DcOfqyjveiOrJYQEQk4bv1VvSO1IOCeqCfjzzMy1wg9teTURkuvfG/18EV0siZQUZJ6BzW4xjKRQ==",
"dependencies": {
"@ionic/core": "6.5.4",
"@ionic/core": "6.5.5",
"ionicons": "^6.1.3",
"tslib": "*"
},
@ -3630,9 +3630,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -3736,11 +3736,11 @@
"requires": {}
},
"@ionic/react": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.4.tgz",
"integrity": "sha512-qbZthi4CJ/1+F/SNjH+xRKx5aXF0/zdm3JhfOLb6C/1vQq95eV+xq+daGhUe9Gwg87Rvb0gRjsoKuMT8ghe57Q==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.5.tgz",
"integrity": "sha512-GYegPNMga2DcOfqyjveiOrJYQEQk4bv1VvSO1IOCeqCfjzzMy1wg9teTURkuvfG/18EV0siZQUZJ6BzW4xjKRQ==",
"requires": {
"@ionic/core": "6.5.4",
"@ionic/core": "6.5.5",
"ionicons": "^6.1.3",
"tslib": "*"
}

View File

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

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/react
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3",
"tslib": "*"
},
@ -697,9 +697,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -11765,9 +11765,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "6.5.4",
"version": "6.5.5",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -42,7 +42,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3",
"tslib": "*"
},

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/vue-router
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.5.4"
"@ionic/vue": "^6.5.5"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.4.tgz",
"integrity": "sha512-ugR2TsgA4GbW5AV4PNBW4Y59bQS/LJGFHAcrY4XixPnV76HQuhl03pFCTH1Ph5O9dJUH7g/q7B0giy0mTXbxng==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.5.tgz",
"integrity": "sha512-uhnhCwP+Nt1X1JeinznJBQyt1BRSnUDAt/R7knHd9n1Fjw3A5qsf4A4c2Bcx8xlsuv3bxP5fFPtKxnHnOPMDAQ==",
"dependencies": {
"@ionic/core": "6.5.4",
"@ionic/core": "6.5.5",
"ionicons": "^6.1.3"
}
},
@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.4.tgz",
"integrity": "sha512-ugR2TsgA4GbW5AV4PNBW4Y59bQS/LJGFHAcrY4XixPnV76HQuhl03pFCTH1Ph5O9dJUH7g/q7B0giy0mTXbxng==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.5.tgz",
"integrity": "sha512-uhnhCwP+Nt1X1JeinznJBQyt1BRSnUDAt/R7knHd9n1Fjw3A5qsf4A4c2Bcx8xlsuv3bxP5fFPtKxnHnOPMDAQ==",
"requires": {
"@ionic/core": "6.5.4",
"@ionic/core": "6.5.5",
"ionicons": "^6.1.3"
}
},

View File

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

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.5](https://github.com/ionic-team/ionic/compare/v6.5.4...v6.5.5) (2023-02-20)
**Note:** Version bump only for package @ionic/vue
## [6.5.4](https://github.com/ionic-team/ionic/compare/v6.5.3...v6.5.4) (2023-02-15)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.5.4",
"version": "6.5.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.5.4",
"version": "6.5.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3"
},
"devDependencies": {
@ -208,9 +208,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -3776,9 +3776,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.4.tgz",
"integrity": "sha512-RHXoFRXOQl5o0COxlFfSfgAK8HZvmZ5Kd/YAORNzTqbm0W/bicUmbJf/oVUpWRnOl+R8sgGBUpOnwhTHl9jTag==",
"version": "6.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.5.tgz",
"integrity": "sha512-2o755HOsbJS7IJtpBm7NN/Vl9mFFeu+gYlAerP6lYXw4EHemqITkRMdKDbMrB5eoMkU71ay9U5eV6KRbwzSqPQ==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.5.4",
"version": "6.5.5",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@ -68,7 +68,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^6.5.4",
"@ionic/core": "^6.5.5",
"ionicons": "^6.1.3"
},
"vetur": {