merge release-6.6.0

v6.6.0
This commit is contained in:
Liam DeBeasi
2023-03-01 10:05:17 -05:00
committed by GitHub
26 changed files with 192 additions and 90 deletions

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.6.0](https://github.com/ionic-team/ionic-framework/compare/v6.5.7...v6.6.0) (2023-03-01)
### Bug Fixes
* **modal:** dialog styles work on old chrome versions ([#26746](https://github.com/ionic-team/ionic-framework/issues/26746)) ([00d10f5](https://github.com/ionic-team/ionic-framework/commit/00d10f5f6ad53850505bdad94b659b8801a3309d)), closes [#26745](https://github.com/ionic-team/ionic-framework/issues/26745)
### Features
* **datetime:** add ability to specify custom colors for specific dates ([#26775](https://github.com/ionic-team/ionic-framework/issues/26775)) ([2a761af](https://github.com/ionic-team/ionic-framework/commit/2a761afd5a0e6d4e6f54096fdeb97b8bad1293de))
* **picker-column:** assign custom aria-labels to column options ([#26749](https://github.com/ionic-team/ionic-framework/issues/26749)) ([daa89a2](https://github.com/ionic-team/ionic-framework/commit/daa89a26ac8fa655c56c9447a8635e7c436e4f63))
* **toast:** add stacked buttons functionality ([#26790](https://github.com/ionic-team/ionic-framework/issues/26790)) ([fc5fcc0](https://github.com/ionic-team/ionic-framework/commit/fc5fcc064dec5256836e9622125b5e499ef00975))
## [6.5.7](https://github.com/ionic-team/ionic-framework/compare/v6.5.6...v6.5.7) (2023-03-01)

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
### Features
* **datetime:** add ability to specify custom colors for specific dates ([#26775](https://github.com/ionic-team/ionic/issues/26775)) ([2a761af](https://github.com/ionic-team/ionic/commit/2a761afd5a0e6d4e6f54096fdeb97b8bad1293de))
* **toast:** add stacked buttons functionality ([#26790](https://github.com/ionic-team/ionic/issues/26790)) ([fc5fcc0](https://github.com/ionic-team/ionic/commit/fc5fcc064dec5256836e9622125b5e499ef00975))
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/angular

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.7",
"@ionic/core": "^6.6.0",
"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.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7335,9 +7335,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.5.7",
"version": "6.6.0",
"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.7",
"@ionic/core": "^6.6.0",
"ionicons": "^6.1.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
### Bug Fixes
* **modal:** dialog styles work on old chrome versions ([#26746](https://github.com/ionic-team/ionic/issues/26746)) ([00d10f5](https://github.com/ionic-team/ionic/commit/00d10f5f6ad53850505bdad94b659b8801a3309d)), closes [#26745](https://github.com/ionic-team/ionic/issues/26745)
### Features
* **datetime:** add ability to specify custom colors for specific dates ([#26775](https://github.com/ionic-team/ionic/issues/26775)) ([2a761af](https://github.com/ionic-team/ionic/commit/2a761afd5a0e6d4e6f54096fdeb97b8bad1293de))
* **picker-column:** assign custom aria-labels to column options ([#26749](https://github.com/ionic-team/ionic/issues/26749)) ([daa89a2](https://github.com/ionic-team/ionic/commit/daa89a26ac8fa655c56c9447a8635e7c436e4f63))
* **toast:** add stacked buttons functionality ([#26790](https://github.com/ionic-team/ionic/issues/26790)) ([fc5fcc0](https://github.com/ionic-team/ionic/commit/fc5fcc064dec5256836e9622125b5e499ef00975))
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "6.5.7",
"version": "6.6.0",
"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.7",
"version": "6.6.0",
"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.6.0](https://github.com/ionic-team/ionic-docs/compare/v6.5.7...v6.6.0) (2023-03-01)
**Note:** Version bump only for package @ionic/docs
## [6.5.7](https://github.com/ionic-team/ionic-docs/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/docs

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "6.5.7",
"version": "6.6.0",
"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.7"
"version": "6.6.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.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
**Note:** Version bump only for package @ionic/angular-server
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/angular-server

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular-server",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.7"
"@ionic/core": "^6.6.0"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.6.1",
@ -742,9 +742,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7201,9 +7201,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.5.7",
"version": "6.6.0",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -69,6 +69,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^6.5.7"
"@ionic/core": "^6.6.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.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
**Note:** Version bump only for package @ionic/react-router
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/react-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.5.7",
"@ionic/react": "^6.6.0",
"tslib": "*"
},
"devDependencies": {
@ -205,9 +205,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -381,11 +381,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.7.tgz",
"integrity": "sha512-R/soREv+DK0EOVEaYWVCIo/kr+NPhzy6L84NSFHeW4tYDlKchKS+fw65DlKZXZVHoKKC5TKwfR6H9lv5W9Lm9Q==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.6.0.tgz",
"integrity": "sha512-fIJK5fiMNfOyHr9EqsaJ9XPDR7gX1fiPxPIYnWef+87LZfe4Gc7l1fZgMKhuZNpaWA160+WHBhWLRwAeSv76dg==",
"dependencies": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3",
"tslib": "*"
},
@ -3630,9 +3630,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -3736,11 +3736,11 @@
"requires": {}
},
"@ionic/react": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.7.tgz",
"integrity": "sha512-R/soREv+DK0EOVEaYWVCIo/kr+NPhzy6L84NSFHeW4tYDlKchKS+fw65DlKZXZVHoKKC5TKwfR6H9lv5W9Lm9Q==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.6.0.tgz",
"integrity": "sha512-fIJK5fiMNfOyHr9EqsaJ9XPDR7gX1fiPxPIYnWef+87LZfe4Gc7l1fZgMKhuZNpaWA160+WHBhWLRwAeSv76dg==",
"requires": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3",
"tslib": "*"
}

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
### Features
* **toast:** add stacked buttons functionality ([#26790](https://github.com/ionic-team/ionic/issues/26790)) ([fc5fcc0](https://github.com/ionic-team/ionic/commit/fc5fcc064dec5256836e9622125b5e499ef00975))
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/react

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/react",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.7",
"@ionic/core": "^6.6.0",
"ionicons": "^6.1.3",
"tslib": "*"
},
@ -697,9 +697,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -11765,9 +11765,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "6.5.7",
"version": "6.6.0",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -42,7 +42,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "^6.5.7",
"@ionic/core": "^6.6.0",
"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.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
**Note:** Version bump only for package @ionic/vue-router
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/vue-router

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.5.7"
"@ionic/vue": "^6.6.0"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.7.tgz",
"integrity": "sha512-njds6SfJrudo/yC684WVdxXj8qlaXMF5ktRJX/6cXX3pUtyJ7MwPrb4k94bfcSzu1nSgK4NdiyFXlo1G980WqQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.0.tgz",
"integrity": "sha512-rn+yW+zpxZox8F7MuoTgOoTq1rn54Cn7PIQJpwlm7FlDa0fYIwE3x3OaaWHxcKfpl5CBaKfNVvGuc3XPNV5Z0Q==",
"dependencies": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3"
}
},
@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.7.tgz",
"integrity": "sha512-njds6SfJrudo/yC684WVdxXj8qlaXMF5ktRJX/6cXX3pUtyJ7MwPrb4k94bfcSzu1nSgK4NdiyFXlo1G980WqQ==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.6.0.tgz",
"integrity": "sha512-rn+yW+zpxZox8F7MuoTgOoTq1rn54Cn7PIQJpwlm7FlDa0fYIwE3x3OaaWHxcKfpl5CBaKfNVvGuc3XPNV5Z0Q==",
"requires": {
"@ionic/core": "6.5.7",
"@ionic/core": "6.6.0",
"ionicons": "^6.1.3"
}
},

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.5.7",
"version": "6.6.0",
"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.7"
"@ionic/vue": "^6.6.0"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [6.6.0](https://github.com/ionic-team/ionic/compare/v6.5.7...v6.6.0) (2023-03-01)
### Features
* **datetime:** add ability to specify custom colors for specific dates ([#26775](https://github.com/ionic-team/ionic/issues/26775)) ([2a761af](https://github.com/ionic-team/ionic/commit/2a761afd5a0e6d4e6f54096fdeb97b8bad1293de))
* **toast:** add stacked buttons functionality ([#26790](https://github.com/ionic-team/ionic/issues/26790)) ([fc5fcc0](https://github.com/ionic-team/ionic/commit/fc5fcc064dec5256836e9622125b5e499ef00975))
## [6.5.7](https://github.com/ionic-team/ionic/compare/v6.5.6...v6.5.7) (2023-03-01)
**Note:** Version bump only for package @ionic/vue

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.5.7",
"version": "6.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.5.7",
"version": "6.6.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.5.7",
"@ionic/core": "^6.6.0",
"ionicons": "^6.1.3"
},
"devDependencies": {
@ -208,9 +208,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@ -3776,9 +3776,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.5.7",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.7.tgz",
"integrity": "sha512-nEgB47Mwj5/LyKeN+r8vcSxoG66aWrODbS63Bp6BT5pb9QzMm2p9ZYe3160YwYxtj5Ax2jhDvkqpykkJWZT+KA==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.6.0.tgz",
"integrity": "sha512-1X0b2/ziKhCwSO665tSpG32FOuMyjhyGDLFTJUKoDfQB0j/gIBv1d2okUzAk6GKHdnAPUZQHZFhUHcSIclW9cg==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.5.7",
"version": "6.6.0",
"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.7",
"@ionic/core": "^6.6.0",
"ionicons": "^6.1.3"
},
"vetur": {