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

Commit 6688f83

Browse files
committed
chore: version packages
1 parent 10d19f6 commit 6688f83

File tree

89 files changed

+496
-46
lines changed

Some content is hidden

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

89 files changed

+496
-46
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"chilly-forks-stare",
5454
"giant-deers-compete",
5555
"gorgeous-swans-kneel",
56+
"happy-impalas-lick",
5657
"honest-worms-hunt",
5758
"hungry-gifts-visit",
5859
"kind-parrots-worry",

@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-03-12T05:21:33.049Z
9+
* This file was generated on 2023-03-14T07:13:33.703Z
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-03-12T05:21:33.049Z
9+
* This file was generated on 2023-03-14T07:13:33.703Z
1010
*/
1111

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

modules/nuxt/CHANGELOG.md

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

3+
## 2.1.0-beta.8
4+
5+
### Patch Changes
6+
7+
- 10d19f63: Fix: CInput component v-model type"
8+
- Updated dependencies [10d19f63]
9+
- @chakra-ui/c-color-mode@2.1.0-beta.6
10+
- @chakra-ui/vue-next@2.1.0-beta.7
11+
312
## 2.1.0-beta.7
413

514
### 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.7",
3+
"version": "2.1.0-beta.8",
44
"description": "Nuxt 3 compatible version of Chakra UI Vue",
55
"license": "MIT",
66
"type": "module",

packages/c-accordion/CHANGELOG.md

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

3+
## 2.1.0-beta.7
4+
5+
### Patch Changes
6+
7+
- 10d19f63: Fix: CInput component v-model type"
8+
- Updated dependencies [10d19f63]
9+
- @chakra-ui/c-icon@2.1.0-beta.7
10+
- @chakra-ui/c-motion@2.1.0-beta.7
11+
- @chakra-ui/vue-system@2.1.0-beta.7
12+
- @chakra-ui/vue-utils@2.1.0-beta.6
13+
- @chakra-ui/vue-composables@2.1.0-beta.7
14+
315
## 2.1.0-beta.6
416

517
### 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.6",
3+
"version": "2.1.0-beta.7",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"files": [

packages/c-alert/CHANGELOG.md

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

3+
## 2.1.0-beta.7
4+
5+
### Patch Changes
6+
7+
- 10d19f63: Fix: CInput component v-model type"
8+
- Updated dependencies [10d19f63]
9+
- @chakra-ui/c-icon@2.1.0-beta.7
10+
- @chakra-ui/vue-system@2.1.0-beta.7
11+
- @chakra-ui/vue-utils@2.1.0-beta.6
12+
313
## 2.1.0-beta.6
414

515
### 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.6",
3+
"version": "2.1.0-beta.7",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"files": [

packages/c-avatar/CHANGELOG.md

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

3+
## 2.1.0-beta.7
4+
5+
### Patch Changes
6+
7+
- 10d19f63: Fix: CInput component v-model type"
8+
- Updated dependencies [10d19f63]
9+
- @chakra-ui/c-icon@2.1.0-beta.7
10+
- @chakra-ui/c-image@2.1.0-beta.7
11+
- @chakra-ui/vue-layout@2.1.0-beta.7
12+
- @chakra-ui/vue-system@2.1.0-beta.7
13+
- @chakra-ui/vue-utils@2.1.0-beta.6
14+
315
## 2.1.0-beta.6
416

517
### Patch Changes

0 commit comments

Comments
 (0)