Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a3492eb

Browse files
committed
chore: create changeset
1 parent 9b0e710 commit a3492eb

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.changeset/fuzzy-walls-shop.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
"@chakra-ui/vue-anatomy": major
3+
"@chakra-ui/c-accordion": major
4+
"@chakra-ui/c-alert": major
5+
"@chakra-ui/c-breadcrumb": major
6+
"@chakra-ui/c-button": major
7+
"@chakra-ui/c-checkbox": major
8+
"@chakra-ui/c-close-button": major
9+
"@chakra-ui/c-code": major
10+
"@chakra-ui/c-color-mode": major
11+
"@chakra-ui/c-flex": major
12+
"@chakra-ui/c-focus-lock": major
13+
"@chakra-ui/c-form-control": major
14+
"@chakra-ui/c-icon": major
15+
"@chakra-ui/c-input": major
16+
"@chakra-ui/c-modal": major
17+
"@chakra-ui/c-motion": major
18+
"@chakra-ui/c-popper": major
19+
"@chakra-ui/c-portal": major
20+
"@chakra-ui/c-reset": major
21+
"@chakra-ui/c-scroll-lock": major
22+
"@chakra-ui/c-spinner": major
23+
"@chakra-ui/c-tag": major
24+
"@chakra-ui/c-theme-provider": major
25+
"@chakra-ui/c-visually-hidden": major
26+
"@chakra-ui/vue-next": major
27+
"@chakra-ui/vue-layout": major
28+
"@chakra-ui/nuxt-next": major
29+
"@chakra-ui/vue-styled": major
30+
"@chakra-ui/vue-system": major
31+
"@chakra-ui/vue-test-utils": major
32+
"@chakra-ui/vue-theme": major
33+
"@chakra-ui/vue-theme-tools": major
34+
"@chakra-ui/vue-utils": major
35+
"@chakra-ui/vue-a11y": major
36+
"@chakra-ui/vue-composables": major
37+
"@chakra-ui/vue-auto-import": major
38+
"@chakra-ui/vue-docs": major
39+
---
40+
41+
Add component for checkbox and checnbox group

packages/c-checkbox/tests/__snapshots__/c-checkbox.test.ts.snap

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ exports[`should render properly 1`] = `
1313
<input
1414
aria-checked="false"
1515
aria-disabled="false"
16+
aria-invalid="false"
1617
aria-labelledby="checkbox:EMPTY_STRING:label"
1718
class="chakra-checkbox__input"
1819
data-part="input"

0 commit comments

Comments
 (0)