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

Commit 534bb08

Browse files
committed
chore: bump version
1 parent 8e71c02 commit 534bb08

File tree

89 files changed

+498
-48
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

+498
-48
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"many-steaks-wonder",
6262
"mighty-files-report",
6363
"nasty-plums-greet",
64+
"new-rings-deliver",
6465
"ninety-poems-cheat",
6566
"orange-scissors-raise",
6667
"quick-spiders-tickle",

@types/components.d.ts

Lines changed: 2 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.5 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.6 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-03-12T05:11:09.948Z
9+
* This file was generated on 2023-03-12T05:21:33.049Z
1010
*/
1111

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

components.d.ts

Lines changed: 2 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.5 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.6 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-03-12T05:11:09.948Z
9+
* This file was generated on 2023-03-12T05:21:33.049Z
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.7
4+
5+
### Patch Changes
6+
7+
- 8e71c025: Remove toast context log
8+
- Updated dependencies [8e71c025]
9+
- @chakra-ui/vue-next@2.1.0-beta.6
10+
- @chakra-ui/c-color-mode@2.1.0-beta.5
11+
312
## 2.1.0-beta.6
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.6",
3+
"version": "2.1.0-beta.7",
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.6
4+
5+
### Patch Changes
6+
7+
- 8e71c025: Remove toast context log
8+
- Updated dependencies [8e71c025]
9+
- @chakra-ui/c-icon@2.1.0-beta.6
10+
- @chakra-ui/c-motion@2.1.0-beta.6
11+
- @chakra-ui/vue-system@2.1.0-beta.6
12+
- @chakra-ui/vue-utils@2.1.0-beta.5
13+
- @chakra-ui/vue-composables@2.1.0-beta.6
14+
315
## 2.1.0-beta.5
416

517
### Minor 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.5",
3+
"version": "2.1.0-beta.6",
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.6
4+
5+
### Patch Changes
6+
7+
- 8e71c025: Remove toast context log
8+
- Updated dependencies [8e71c025]
9+
- @chakra-ui/c-icon@2.1.0-beta.6
10+
- @chakra-ui/vue-system@2.1.0-beta.6
11+
- @chakra-ui/vue-utils@2.1.0-beta.5
12+
313
## 2.1.0-beta.5
414

515
### Minor 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.5",
3+
"version": "2.1.0-beta.6",
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.6
4+
5+
### Patch Changes
6+
7+
- 8e71c025: Remove toast context log
8+
- Updated dependencies [8e71c025]
9+
- @chakra-ui/c-icon@2.1.0-beta.6
10+
- @chakra-ui/c-image@2.1.0-beta.6
11+
- @chakra-ui/vue-layout@2.1.0-beta.6
12+
- @chakra-ui/vue-system@2.1.0-beta.6
13+
- @chakra-ui/vue-utils@2.1.0-beta.5
14+
315
## 2.1.0-beta.5
416

517
### Minor Changes

0 commit comments

Comments
 (0)