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

Commit 7c452f9

Browse files
committed
chore: create changeset
1 parent ad67f79 commit 7c452f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+613
-52
lines changed

.changeset/orange-scissors-raise.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
"@chakra-ui/c-visually-hidden": minor
3+
"@chakra-ui/vue-composables": minor
4+
"@chakra-ui/c-close-button": minor
5+
"@chakra-ui/c-form-control": 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-focus-lock": minor
10+
"@chakra-ui/c-accordion": minor
11+
"@chakra-ui/c-pin-input": minor
12+
"@chakra-ui/c-checkbox": minor
13+
"@chakra-ui/c-skip-nav": minor
14+
"@chakra-ui/vue-test-utils": minor
15+
"@chakra-ui/vue-auto-import": minor
16+
"@chakra-ui/c-spinner": minor
17+
"@chakra-ui/c-avatar": minor
18+
"@chakra-ui/c-button": minor
19+
"@chakra-ui/c-motion": minor
20+
"@chakra-ui/c-popper": minor
21+
"@chakra-ui/c-portal": minor
22+
"@chakra-ui/vue-accessibilty": minor
23+
"@chakra-ui/c-alert": minor
24+
"@chakra-ui/c-image": minor
25+
"@chakra-ui/c-input": minor
26+
"@chakra-ui/c-modal": minor
27+
"@chakra-ui/c-reset": minor
28+
"@chakra-ui/c-toast": minor
29+
"@chakra-ui/c-code": minor
30+
"@chakra-ui/c-icon": minor
31+
"@chakra-ui/c-menu": minor
32+
"@chakra-ui/vue-layout": minor
33+
"@chakra-ui/vue-styled": minor
34+
"@chakra-ui/vue-system": minor
35+
"@chakra-ui/c-tag": minor
36+
"@chakra-ui/nuxt-next": minor
37+
"@chakra-ui/vue-next": minor
38+
"@chakra-ui/c-color-mode": minor
39+
"@chakra-ui/c-theme-provider": minor
40+
"@chakra-ui/vue-utils": minor
41+
---
42+
43+
Fix CWrap component types

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"mighty-files-report",
5858
"nasty-plums-greet",
5959
"ninety-poems-cheat",
60+
"orange-scissors-raise",
6061
"quick-spiders-tickle",
6162
"short-emus-approve",
6263
"soft-cycles-sit",

@types/components.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.1 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.2 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-25T16:56:58.469Z
9+
* This file was generated on 2023-02-25T17:54:59.918Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -162,6 +162,8 @@ declare module "@vue/runtime-core" {
162162
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
163163
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
164164
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
165+
CWrap: typeof import("@chakra-ui/vue-next")["CWrap"]
166+
CWrapItem: typeof import("@chakra-ui/vue-next")["CWrapItem"]
165167
"chakra.a": (typeof chakra)["a"]
166168
"chakra.b": (typeof chakra)["b"]
167169
"chakra.article": (typeof chakra)["article"]

components.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.1.0-beta.1 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.2 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-02-25T16:56:58.469Z
9+
* This file was generated on 2023-02-25T17:54:59.918Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -162,6 +162,8 @@ declare module "@vue/runtime-core" {
162162
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
163163
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
164164
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
165+
CWrap: typeof import("@chakra-ui/vue-next")["CWrap"]
166+
CWrapItem: typeof import("@chakra-ui/vue-next")["CWrapItem"]
165167
"chakra.a": (typeof chakra)["a"]
166168
"chakra.b": (typeof chakra)["b"]
167169
"chakra.article": (typeof chakra)["article"]

modules/nuxt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/nuxt-next
22

3+
## 2.1.0-beta.4
4+
5+
### Minor Changes
6+
7+
- Fix CWrap component types
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @chakra-ui/vue-next@2.1.0-beta.3
13+
- @chakra-ui/c-color-mode@2.1.0-beta.2
14+
315
## 2.1.0-beta.3
416

517
### Patch Changes

modules/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt-next",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0-beta.4",
44
"description": "Nuxt 3 compatible version of Chakra UI Vue",
55
"license": "MIT",
66
"type": "module",

packages/c-accordion/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @chakra-ui/c-accordion
22

3+
## 2.1.0-beta.3
4+
5+
### Minor Changes
6+
7+
- Fix CWrap component types
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @chakra-ui/vue-composables@2.1.0-beta.3
13+
- @chakra-ui/c-motion@2.1.0-beta.3
14+
- @chakra-ui/c-icon@2.1.0-beta.3
15+
- @chakra-ui/vue-system@2.1.0-beta.3
16+
- @chakra-ui/vue-utils@2.1.0-beta.2
17+
318
## 2.1.0-beta.2
419

520
### Patch Changes

packages/c-accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-accordion",
3-
"version": "2.1.0-beta.2",
3+
"version": "2.1.0-beta.3",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"files": [

packages/c-alert/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-alert
22

3+
## 2.1.0-beta.3
4+
5+
### Minor Changes
6+
7+
- Fix CWrap component types
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @chakra-ui/c-icon@2.1.0-beta.3
13+
- @chakra-ui/vue-system@2.1.0-beta.3
14+
- @chakra-ui/vue-utils@2.1.0-beta.2
15+
316
## 2.1.0-beta.2
417

518
### Patch Changes

packages/c-alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-alert",
3-
"version": "2.1.0-beta.2",
3+
"version": "2.1.0-beta.3",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"files": [

0 commit comments

Comments
 (0)