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

Commit 0a1d90a

Browse files
Merge pull request #290 from chakra-ui/changeset-release/main
ci(release): version packages and publish (beta)
2 parents 804aa06 + 04c6f00 commit 0a1d90a

File tree

89 files changed

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

+633
-46
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"@chakra-ui/c-live-region": "2.0.0-beta.0",
4545
"@chakra-ui/c-table": "2.0.0-beta.0",
4646
"@chakra-ui/c-textarea": "0.0.0-beta.0",
47-
"@chakra-ui/c-popover": "0.0.0-beta.0"
47+
"@chakra-ui/c-popover": "0.0.0-beta.0",
48+
"@chakra-ui/c-tooltip": "0.0.0-beta.0"
4849
},
4950
"changesets": [
5051
"beige-ants-beg",
@@ -58,6 +59,7 @@
5859
"hungry-gifts-visit",
5960
"kind-parrots-worry",
6061
"light-deers-attend",
62+
"little-maps-watch",
6163
"loud-dolphins-own",
6264
"many-steaks-wonder",
6365
"mighty-files-report",

modules/nuxt/CHANGELOG.md

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

3+
## 2.1.0-beta.9
4+
5+
### Minor Changes
6+
7+
- 1fb11f82: Create `<CTooltip />` component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fb11f82]
12+
- @chakra-ui/vue-next@2.1.0-beta.8
13+
- @chakra-ui/c-color-mode@2.1.0-beta.7
14+
315
## 2.1.0-beta.8
416

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

packages/c-accordion/CHANGELOG.md

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

3+
## 2.1.0-beta.8
4+
5+
### Minor Changes
6+
7+
- 1fb11f82: Create `<CTooltip />` component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fb11f82]
12+
- @chakra-ui/vue-utils@2.1.0-beta.7
13+
- @chakra-ui/c-icon@2.1.0-beta.8
14+
- @chakra-ui/c-motion@2.1.0-beta.8
15+
- @chakra-ui/vue-system@2.1.0-beta.8
16+
- @chakra-ui/vue-composables@2.1.0-beta.8
17+
318
## 2.1.0-beta.7
419

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

packages/c-alert/CHANGELOG.md

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

3+
## 2.1.0-beta.8
4+
5+
### Minor Changes
6+
7+
- 1fb11f82: Create `<CTooltip />` component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fb11f82]
12+
- @chakra-ui/vue-utils@2.1.0-beta.7
13+
- @chakra-ui/c-icon@2.1.0-beta.8
14+
- @chakra-ui/vue-system@2.1.0-beta.8
15+
316
## 2.1.0-beta.7
417

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

packages/c-avatar/CHANGELOG.md

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

3+
## 2.1.0-beta.8
4+
5+
### Minor Changes
6+
7+
- 1fb11f82: Create `<CTooltip />` component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fb11f82]
12+
- @chakra-ui/vue-utils@2.1.0-beta.7
13+
- @chakra-ui/c-icon@2.1.0-beta.8
14+
- @chakra-ui/c-image@2.1.0-beta.8
15+
- @chakra-ui/vue-layout@2.1.0-beta.8
16+
- @chakra-ui/vue-system@2.1.0-beta.8
17+
318
## 2.1.0-beta.7
419

520
### Patch Changes

packages/c-avatar/package.json

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

packages/c-breadcrumb/CHANGELOG.md

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

3+
## 2.1.0-beta.8
4+
5+
### Minor Changes
6+
7+
- 1fb11f82: Create `<CTooltip />` component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fb11f82]
12+
- @chakra-ui/vue-utils@2.1.0-beta.7
13+
- @chakra-ui/vue-system@2.1.0-beta.8
14+
315
## 2.1.0-beta.7
416

517
### Patch Changes

0 commit comments

Comments
 (0)