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

Diff for: .changeset/orange-scissors-raise.md

+43
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

Diff for: .changeset/pre.json

+1
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",

Diff for: @types/components.d.ts

+4-2
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"]

Diff for: components.d.ts

+4-2
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"]

Diff for: modules/nuxt/CHANGELOG.md

+12
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

Diff for: modules/nuxt/package.json

+1-1
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",

Diff for: packages/c-accordion/CHANGELOG.md

+15
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

Diff for: packages/c-accordion/package.json

+1-1
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": [

Diff for: packages/c-alert/CHANGELOG.md

+13
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

Diff for: packages/c-alert/package.json

+1-1
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": [

Diff for: packages/c-avatar/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @chakra-ui/c-avatar
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-image@2.1.0-beta.3
13+
- @chakra-ui/c-icon@2.1.0-beta.3
14+
- @chakra-ui/vue-layout@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

Diff for: packages/c-avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-avatar",
33
"description": "Chakra UI Vue | The avatar component is used to represent user and displays the profile picture initials or fallback icon component",
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0-beta.3",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Shyrro <[email protected]>",

Diff for: packages/c-breadcrumb/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-breadcrumb
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-system@2.1.0-beta.3
13+
- @chakra-ui/vue-utils@2.1.0-beta.2
14+
315
## 2.1.0-beta.2
416

517
### Patch Changes

Diff for: packages/c-breadcrumb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-breadcrumb",
33
"description": "Chakra UI Vue | Breadcrumbs help users visualize their current location in relation to the rest of the website or application by showing the hierarchy of pages component",
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0-beta.3",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

Diff for: packages/c-button/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chakra-ui/c-button
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-spinner@2.1.0-beta.3
13+
- @chakra-ui/c-icon@2.1.0-beta.3
14+
- @chakra-ui/vue-system@2.1.0-beta.3
15+
- @chakra-ui/vue-utils@2.1.0-beta.2
16+
317
## 2.1.0-beta.2
418

519
### Patch Changes

Diff for: packages/c-button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-button",
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": [

Diff for: packages/c-checkbox/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @chakra-ui/c-checkbox
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-form-control@2.1.0-beta.3
14+
- @chakra-ui/c-motion@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

Diff for: packages/c-checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-checkbox",
33
"description": "Chakra UI Vue | C checkbox component is used in forms when a user needs to select multiple values from several options component",
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0-beta.3",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

Diff for: packages/c-close-button/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-close-button
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

Diff for: packages/c-close-button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-close-button",
33
"description": "Chakra UI Vue | An accessible close button component for chakra ui vue component",
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0-beta.3",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

Diff for: packages/c-code/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-code
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-system@2.1.0-beta.3
13+
- @chakra-ui/vue-utils@2.1.0-beta.2
14+
315
## 2.1.0-beta.2
416

517
### Patch Changes

Diff for: packages/c-code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-code",
33
"description": "Chakra UI Vue | Code is a component used to display inline code. It is composed from the Box component with a font family of mono for displaying code",
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0-beta.3",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

Diff for: packages/c-color-mode/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-color-mode
22

3+
## 2.1.0-beta.2
4+
5+
### Minor Changes
6+
7+
- Fix CWrap component types
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @chakra-ui/vue-utils@2.1.0-beta.2
13+
314
## 2.1.0-beta.1
415

516
### Minor Changes

Diff for: packages/c-color-mode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-color-mode",
3-
"version": "2.1.0-beta.1",
3+
"version": "2.1.0-beta.2",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"author": "Jonathan Bakebwa <[email protected]>",

Diff for: packages/c-focus-lock/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-focus-lock
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/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

0 commit comments

Comments
 (0)