diff --git a/.changeset/dull-rats-sort.md b/.changeset/dull-rats-sort.md deleted file mode 100644 index f09b0c52..00000000 --- a/.changeset/dull-rats-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chakra-ui/vue": patch ---- - -fix: add an unstyled variant to the c-button validators diff --git a/.changeset/silly-lemons-draw.md b/.changeset/silly-lemons-draw.md deleted file mode 100644 index 2ef25ebc..00000000 --- a/.changeset/silly-lemons-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chakra-ui/vue": patch ---- - -Pass all listeners to render function in CFlex, Stack diff --git a/packages/chakra-ui-core/CHANGELOG.md b/packages/chakra-ui-core/CHANGELOG.md index 82473a2f..fd4de2e9 100644 --- a/packages/chakra-ui-core/CHANGELOG.md +++ b/packages/chakra-ui-core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.3 + +### Patch Changes + +- [`46a353a`](https://github.com/chakra-ui/chakra-ui-vue/commit/46a353a4348ea5829834f0ad479026ca647002b1) [#459](https://github.com/chakra-ui/chakra-ui-vue/pull/459) Thanks [@abelnnieva](https://github.com/abelnnieva)! - fix: add an unstyled variant to the c-button validators + +* [`826eed2`](https://github.com/chakra-ui/chakra-ui-vue/commit/826eed2f2b04b545e0379381c79ab8cd8b2c54eb) [#460](https://github.com/chakra-ui/chakra-ui-vue/pull/460) Thanks [@simpletrontdip](https://github.com/simpletrontdip)! - Pass all listeners to render function in CFlex, Stack + ## 0.9.2 ### Patch Changes diff --git a/packages/chakra-ui-core/package.json b/packages/chakra-ui-core/package.json index d2c18e69..8c6d0084 100644 --- a/packages/chakra-ui-core/package.json +++ b/packages/chakra-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue", - "version": "0.9.2", + "version": "0.9.3", "description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",