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

Commit 61e8b8d

Browse files
committed
feat: create changeset
1 parent 31868b4 commit 61e8b8d

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.changeset/spicy-doors-heal.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
"@chakra-ui/vue-composables": minor
3+
"@chakra-ui/c-close-button": minor
4+
"@chakra-ui/c-form-control": minor
5+
"@chakra-ui/c-live-region": minor
6+
"@chakra-ui/c-media-query": minor
7+
"@chakra-ui/c-scroll-lock": minor
8+
"@chakra-ui/c-breadcrumb": minor
9+
"@chakra-ui/c-accordion": minor
10+
"@chakra-ui/c-pin-input": minor
11+
"@chakra-ui/c-checkbox": minor
12+
"@chakra-ui/c-skip-nav": minor
13+
"@chakra-ui/c-textarea": minor
14+
"@chakra-ui/c-spinner": minor
15+
"@chakra-ui/c-avatar": minor
16+
"@chakra-ui/c-button": minor
17+
"@chakra-ui/c-motion": minor
18+
"@chakra-ui/vue-accessibilty": minor
19+
"@chakra-ui/c-alert": minor
20+
"@chakra-ui/c-image": minor
21+
"@chakra-ui/c-input": minor
22+
"@chakra-ui/c-modal": minor
23+
"@chakra-ui/c-table": minor
24+
"@chakra-ui/c-code": minor
25+
"@chakra-ui/c-menu": minor
26+
"@chakra-ui/vue-layout": minor
27+
"@chakra-ui/vue-system": minor
28+
"@chakra-ui/c-tag": minor
29+
"@chakra-ui/vue-utils": minor
30+
"@chakra-ui/vue-next": minor
31+
---
32+
33+
Create Live Region, Textarea and useBreakpoint and useBreakpointValue hooks and
34+
components

@types/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-26T20:03:44.297Z
9+
* This file was generated on 2023-02-26T20:07:20.175Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-26T20:03:44.297Z
9+
* This file was generated on 2023-02-26T20:07:20.175Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

0 commit comments

Comments
 (0)