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

Commit 604ca82

Browse files
Merge pull request #301 from chakra-ui/changeset-release/main
ci(release): version packages and publish (beta)
2 parents 7597bf7 + 0675668 commit 604ca82

File tree

91 files changed

+648
-47
lines changed

Some content is hidden

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

91 files changed

+648
-47
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"@chakra-ui/c-table": "2.0.0-beta.0",
4646
"@chakra-ui/c-textarea": "0.0.0-beta.0",
4747
"@chakra-ui/c-popover": "0.0.0-beta.0",
48-
"@chakra-ui/c-tooltip": "0.0.0-beta.0"
48+
"@chakra-ui/c-tooltip": "0.0.0-beta.0",
49+
"@chakra-ui/c-tabs": "2.1.0-beta.0"
4950
},
5051
"changesets": [
5152
"beige-ants-beg",
@@ -74,6 +75,7 @@
7475
"soft-cycles-sit",
7576
"spicy-doors-heal",
7677
"stale-kiwis-shave",
78+
"sweet-wolves-lick",
7779
"tasty-grapes-rhyme",
7880
"unlucky-beds-walk",
7981
"unlucky-boats-perform"

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.12
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-next@2.1.0-beta.11
13+
- @chakra-ui/c-color-mode@2.1.0-beta.10
14+
315
## 2.1.0-beta.11
416

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-composables@2.1.0-beta.11
13+
- @chakra-ui/vue-utils@2.1.0-beta.10
14+
- @chakra-ui/c-icon@2.1.0-beta.11
15+
- @chakra-ui/c-motion@2.1.0-beta.11
16+
- @chakra-ui/vue-system@2.1.0-beta.11
17+
318
## 2.1.0-beta.10
419

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/c-icon@2.1.0-beta.11
14+
- @chakra-ui/vue-system@2.1.0-beta.11
15+
316
## 2.1.0-beta.10
417

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/c-icon@2.1.0-beta.11
14+
- @chakra-ui/c-image@2.1.0-beta.11
15+
- @chakra-ui/vue-layout@2.1.0-beta.11
16+
- @chakra-ui/vue-system@2.1.0-beta.11
17+
318
## 2.1.0-beta.10
419

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/vue-system@2.1.0-beta.11
14+
315
## 2.1.0-beta.10
416

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/c-icon@2.1.0-beta.11
14+
- @chakra-ui/c-spinner@2.1.0-beta.11
15+
- @chakra-ui/vue-system@2.1.0-beta.11
16+
317
## 2.1.0-beta.10
418

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-composables@2.1.0-beta.11
13+
- @chakra-ui/vue-utils@2.1.0-beta.10
14+
- @chakra-ui/c-form-control@2.1.0-beta.11
15+
- @chakra-ui/c-motion@2.1.0-beta.11
16+
- @chakra-ui/vue-system@2.1.0-beta.11
17+
318
## 2.1.0-beta.10
419

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/c-icon@2.1.0-beta.11
14+
- @chakra-ui/vue-system@2.1.0-beta.11
15+
316
## 2.1.0-beta.10
417

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/vue-system@2.1.0-beta.11
14+
315
## 2.1.0-beta.10
416

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

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.10
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
314
## 2.1.0-beta.9
415

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

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.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-composables@2.1.0-beta.11
13+
- @chakra-ui/vue-utils@2.1.0-beta.10
14+
- @chakra-ui/vue-system@2.1.0-beta.11
15+
316
## 2.1.0-beta.10
417

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

packages/c-form-control/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chakra-ui/c-form-control
22

3+
## 2.1.0-beta.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-composables@2.1.0-beta.11
13+
- @chakra-ui/vue-utils@2.1.0-beta.10
14+
- @chakra-ui/c-icon@2.1.0-beta.11
15+
- @chakra-ui/vue-system@2.1.0-beta.11
16+
317
## 2.1.0-beta.10
418

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

packages/c-icon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-icon
22

3+
## 2.1.0-beta.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/vue-system@2.1.0-beta.11
14+
315
## 2.1.0-beta.10
416

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

packages/c-image/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-image
22

3+
## 2.1.0-beta.11
4+
5+
### Minor Changes
6+
7+
- 143703ef: Adds CTabs component, Descendant Authority Hook
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [143703ef]
12+
- @chakra-ui/vue-utils@2.1.0-beta.10
13+
- @chakra-ui/vue-system@2.1.0-beta.11
14+
315
## 2.1.0-beta.10
416

517
### Patch Changes

0 commit comments

Comments
 (0)