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

Commit 348e90d

Browse files
committed
chore: create chanegset
1 parent df489c3 commit 348e90d

File tree

42 files changed

+84
-41
lines changed

Some content is hidden

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

42 files changed

+84
-41
lines changed

.changeset/soft-cycles-sit.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
"@chakra-ui/c-visually-hidden": patch
3+
"@chakra-ui/c-theme-provider": patch
4+
"@chakra-ui/vue-composables": patch
5+
"@chakra-ui/c-close-button": patch
6+
"@chakra-ui/c-form-control": patch
7+
"@chakra-ui/c-media-query": patch
8+
"@chakra-ui/c-scroll-lock": patch
9+
"@chakra-ui/c-breadcrumb": patch
10+
"@chakra-ui/c-color-mode": patch
11+
"@chakra-ui/c-focus-lock": patch
12+
"@chakra-ui/c-accordion": patch
13+
"@chakra-ui/c-pin-input": patch
14+
"@chakra-ui/c-checkbox": patch
15+
"@chakra-ui/c-skip-nav": patch
16+
"@chakra-ui/vue-test-utils": patch
17+
"@chakra-ui/vue-auto-import": patch
18+
"@chakra-ui/c-spinner": patch
19+
"@chakra-ui/c-avatar": patch
20+
"@chakra-ui/c-button": patch
21+
"@chakra-ui/c-motion": patch
22+
"@chakra-ui/c-popper": patch
23+
"@chakra-ui/c-portal": patch
24+
"@chakra-ui/vue-accessibilty": patch
25+
"@chakra-ui/c-alert": patch
26+
"@chakra-ui/c-image": patch
27+
"@chakra-ui/c-input": patch
28+
"@chakra-ui/c-modal": patch
29+
"@chakra-ui/c-reset": patch
30+
"@chakra-ui/c-toast": patch
31+
"@chakra-ui/c-code": patch
32+
"@chakra-ui/c-icon": patch
33+
"@chakra-ui/c-menu": patch
34+
"@chakra-ui/vue-layout": patch
35+
"@chakra-ui/vue-styled": patch
36+
"@chakra-ui/vue-system": patch
37+
"@chakra-ui/c-tag": patch
38+
"@chakra-ui/vue-utils": patch
39+
"@chakra-ui/nuxt-next": patch
40+
"@chakra-ui/vue-next": patch
41+
---
42+
43+
Exclude chakra ui utils from bundling"

@types/components.d.ts

Lines changed: 1 addition & 1 deletion
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-02-17T20:06:06.008Z
9+
* This file was generated on 2023-02-18T03:42:38.183Z
1010
*/
1111

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

components.d.ts

Lines changed: 1 addition & 1 deletion
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-02-17T20:06:06.008Z
9+
* This file was generated on 2023-02-18T03:42:38.183Z
1010
*/
1111

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

modules/nuxt/test/fixtures/basic/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
}),
1717
],
1818
metafile: true,
19-
external: ["lodash.mergewith"],
19+
external: ["lodash.mergewith", "@chakra-ui/utils"],
2020
format: ["esm", "cjs"],
2121
entry: {
2222
"chakra-ui-vue-next-test-fixture": "src/index.tsx",

packages/c-accordion/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

packages/c-alert/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

packages/c-avatar/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

packages/c-breadcrumb/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

packages/c-button/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

packages/c-checkbox/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}) as any,
1111
],
1212
metafile: true,
13-
external: ["lodash.mergewith"],
13+
external: ["lodash.mergewith", "@chakra-ui/utils"],
1414
format: ["esm", "cjs"],
1515
entry: ["src/**/*.(ts|tsx)"],
1616
keepNames: true,

0 commit comments

Comments
 (0)