Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-rats-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-lemons-draw.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/chakra-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/chakra-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down