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

Commit fd6d1d6

Browse files
Merge pull request #272 from chakra-ui/changeset-release/main
ci(release): version packages and publish (beta)
2 parents e49c7a5 + 340605e commit fd6d1d6

Some content is hidden

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

79 files changed

+1708
-40
lines changed

.changeset/pre.json

+14
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,22 @@
4343
"@chakra-ui/vue-auto-import": "0.0.0-dev-20230215144750"
4444
},
4545
"changesets": [
46+
"beige-bugs-try",
47+
"chilly-forks-stare",
48+
"gorgeous-swans-kneel",
49+
"honest-worms-hunt",
4650
"hungry-gifts-visit",
51+
"kind-parrots-worry",
52+
"light-deers-attend",
4753
"loud-dolphins-own",
54+
"many-steaks-wonder",
55+
"nasty-plums-greet",
56+
"ninety-poems-cheat",
57+
"quick-spiders-tickle",
58+
"short-emus-approve",
59+
"soft-cycles-sit",
60+
"stale-kiwis-shave",
61+
"unlucky-beds-walk",
4862
"unlucky-boats-perform"
4963
]
5064
}

modules/nuxt/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @chakra-ui/nuxt-next
22

3+
## 2.1.0-beta.2
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/c-color-mode@2.1.0-beta.1
43+
- @chakra-ui/vue-next@2.1.0-beta.1
44+
345
## 0.0.0-beta.1
446

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

packages/c-accordion/CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# @chakra-ui/c-accordion
22

3+
## 2.1.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/vue-composables@2.1.0-beta.1
43+
- @chakra-ui/c-motion@2.1.0-beta.1
44+
- @chakra-ui/c-icon@2.1.0-beta.1
45+
- @chakra-ui/vue-system@2.1.0-beta.1
46+
- @chakra-ui/vue-utils@2.1.0-beta.1
47+
348
## 0.0.0-beta.1
449

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

packages/c-alert/CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# @chakra-ui/c-alert
22

3+
## 2.1.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/c-icon@2.1.0-beta.1
43+
- @chakra-ui/vue-system@2.1.0-beta.1
44+
- @chakra-ui/vue-utils@2.1.0-beta.1
45+
346
## 0.0.0-beta.1
447

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

packages/c-avatar/CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# @chakra-ui/c-avatar
22

3+
## 2.1.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/c-image@2.1.0-beta.1
43+
- @chakra-ui/c-icon@2.1.0-beta.1
44+
- @chakra-ui/vue-layout@2.1.0-beta.1
45+
- @chakra-ui/vue-system@2.1.0-beta.1
46+
- @chakra-ui/vue-utils@2.1.0-beta.1
47+
348
## 0.0.0-beta.1
449

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

packages/c-breadcrumb/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @chakra-ui/c-breadcrumb
22

3+
## 2.1.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/vue-system@2.1.0-beta.1
43+
- @chakra-ui/vue-utils@2.1.0-beta.1
44+
345
## 0.0.0-beta.1
446

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

packages/c-button/CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# @chakra-ui/c-button
22

3+
## 2.1.0-beta.1
4+
5+
### Minor Changes
6+
7+
- 630d1c5c: Add slot and prop support for icon compoennts in icon button and
8+
icon
9+
- 408e2367: adds `createIcon` api to allow consumers to inline icons they want
10+
to use o the fly"
11+
- 7ae8edac: Convert all component exports to named exports
12+
- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for
13+
`useTheme` hook"
14+
- db54c195: Version packages to flat number
15+
16+
### Patch Changes
17+
18+
- 8b97512b: Normalize build output. Fix Nuxt imports"
19+
- 1b6ddd39: Rename core to vue package directory
20+
- e17c0e5d: Fix build version numbers
21+
- 58af70d6: Include lodash modules in nuxt dependencies
22+
- df489c30: chore: exclude lodash.merge from bundler
23+
- ef9b3e51: Fix mergeWith import from lodash
24+
- 1a1a6b49: Include all internal lodash modules to the optimized dependencies
25+
since they do not natively export ESM modules.
26+
- 3100adfc: Update contribution guide"
27+
- 348e90d0: Exclude chakra ui utils from bundling"
28+
- Updated dependencies [8b97512b]
29+
- Updated dependencies [1b6ddd39]
30+
- Updated dependencies [e17c0e5d]
31+
- Updated dependencies [58af70d6]
32+
- Updated dependencies [df489c30]
33+
- Updated dependencies [630d1c5c]
34+
- Updated dependencies [ef9b3e51]
35+
- Updated dependencies [408e2367]
36+
- Updated dependencies [7ae8edac]
37+
- Updated dependencies [1a1a6b49]
38+
- Updated dependencies [3100adfc]
39+
- Updated dependencies [348e90d0]
40+
- Updated dependencies [5d8c878d]
41+
- Updated dependencies [db54c195]
42+
- @chakra-ui/c-spinner@2.1.0-beta.1
43+
- @chakra-ui/c-icon@2.1.0-beta.1
44+
- @chakra-ui/vue-system@2.1.0-beta.1
45+
- @chakra-ui/vue-utils@2.1.0-beta.1
46+
347
## 0.0.0-beta.1
448

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

0 commit comments

Comments
 (0)