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

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

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

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

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

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

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

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

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

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

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

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.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Shyrro <[email protected]>",

packages/c-breadcrumb/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chakra-ui/c-breadcrumb
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/vue-system@2.1.0-beta.7
10+
- @chakra-ui/vue-utils@2.1.0-beta.6
11+
312
## 2.1.0-beta.6
413

514
### Patch Changes

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.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-button/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-button
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-spinner@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+
314
## 2.1.0-beta.6
415

516
### Patch Changes

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

packages/c-checkbox/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-checkbox
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-form-control@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-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.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-close-button/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chakra-ui/c-close-button
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-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.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-code/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chakra-ui/c-code
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/vue-system@2.1.0-beta.7
10+
- @chakra-ui/vue-utils@2.1.0-beta.6
11+
312
## 2.1.0-beta.6
413

514
### Patch Changes

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.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-color-mode/CHANGELOG.md

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

3+
## 2.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- 10d19f63: Fix: CInput component v-model type"
8+
- Updated dependencies [10d19f63]
9+
- @chakra-ui/vue-utils@2.1.0-beta.6
10+
311
## 2.1.0-beta.5
412

513
### Patch Changes

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.5",
3+
"version": "2.1.0-beta.6",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-focus-lock/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chakra-ui/c-focus-lock
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/vue-system@2.1.0-beta.7
10+
- @chakra-ui/vue-utils@2.1.0-beta.6
11+
- @chakra-ui/vue-composables@2.1.0-beta.7
12+
313
## 2.1.0-beta.6
414

515
### Patch Changes

packages/c-focus-lock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-focus-lock",
33
"description": "Chakra UI Vue | A component to trap focus within a dom element it is useful for modals dialogs and popovers component",
4-
"version": "2.1.0-beta.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-form-control/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-form-control
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+
- @chakra-ui/vue-composables@2.1.0-beta.7
13+
314
## 2.1.0-beta.6
415

516
### Patch Changes

packages/c-form-control/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-form-control",
33
"description": "Chakra UI Vue | Form control component is used to manage form controls such input fields checkbox and radio buttons it provides components and context that make your form fields accessible by default component",
4-
"version": "2.1.0-beta.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-icon/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chakra-ui/c-icon
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/vue-system@2.1.0-beta.7
10+
- @chakra-ui/vue-utils@2.1.0-beta.6
11+
312
## 2.1.0-beta.6
413

514
### Patch Changes

packages/c-icon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-icon",
33
"description": "Chakra UI Vue | A component to display icons in the browser component",
4-
"version": "2.1.0-beta.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-image/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chakra-ui/c-image
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/vue-system@2.1.0-beta.7
10+
- @chakra-ui/vue-utils@2.1.0-beta.6
11+
312
## 2.1.0-beta.6
413

514
### Patch Changes

packages/c-image/package.json

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

packages/c-input/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chakra-ui/c-input
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-form-control@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-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-input",
33
"description": "Chakra UI Vue | Input component is a component that is used to get user input in a text field component",
4-
"version": "2.1.0-beta.6",
4+
"version": "2.1.0-beta.7",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"author": "Jonathan Bakebwa <[email protected]>",

0 commit comments

Comments
 (0)