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

Commit 8b97512

Browse files
committed
chore: create chanegset
1 parent 1eaed0a commit 8b97512

File tree

4 files changed

+56
-5
lines changed

4 files changed

+56
-5
lines changed

.changeset/beige-bugs-try.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+
Normalize build output. Fix Nuxt imports"

@types/components.d.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.0.0-beta.1 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.0 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-26T11:03:05.352Z
9+
* This file was generated on 2023-02-17T13:41:24.872Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -124,6 +124,7 @@ declare module "@vue/runtime-core" {
124124
CText: typeof import("@chakra-ui/vue-next")["CText"]
125125
CUnorderedList: typeof import("@chakra-ui/vue-next")["CUnorderedList"]
126126
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
127+
CMenu: typeof import("@chakra-ui/vue-next")["CMenu"]
127128
CAlertDialog: typeof import("@chakra-ui/vue-next")["CAlertDialog"]
128129
CAlertDialogBody: typeof import("@chakra-ui/vue-next")["CAlertDialogBody"]
129130
CAlertDialogCloseButton: typeof import("@chakra-ui/vue-next")["CAlertDialogCloseButton"]
@@ -156,6 +157,9 @@ declare module "@vue/runtime-core" {
156157
CSkipNavLink: typeof import("@chakra-ui/vue-next")["CSkipNavLink"]
157158
CSpinner: typeof import("@chakra-ui/vue-next")["CSpinner"]
158159
CScrollLock: typeof import("@chakra-ui/vue-next")["CScrollLock"]
160+
CThemeProvider: typeof import("@chakra-ui/vue-next")["CThemeProvider"]
161+
CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"]
162+
CToastContainer: typeof import("@chakra-ui/vue-next")["CToastContainer"]
159163
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
160164
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
161165
"chakra.a": (typeof chakra)["a"]

components.d.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @chakra-ui/vue-next2.0.0-beta.1 auto-imported
2+
* Typescript support for @chakra-ui/vue-next2.1.0-beta.0 auto-imported
33
* components using `unplugin-vue-components,`
44
*
55
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-26T11:03:05.352Z
9+
* This file was generated on 2023-02-17T13:41:24.872Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -124,6 +124,7 @@ declare module "@vue/runtime-core" {
124124
CText: typeof import("@chakra-ui/vue-next")["CText"]
125125
CUnorderedList: typeof import("@chakra-ui/vue-next")["CUnorderedList"]
126126
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
127+
CMenu: typeof import("@chakra-ui/vue-next")["CMenu"]
127128
CAlertDialog: typeof import("@chakra-ui/vue-next")["CAlertDialog"]
128129
CAlertDialogBody: typeof import("@chakra-ui/vue-next")["CAlertDialogBody"]
129130
CAlertDialogCloseButton: typeof import("@chakra-ui/vue-next")["CAlertDialogCloseButton"]
@@ -156,6 +157,9 @@ declare module "@vue/runtime-core" {
156157
CSkipNavLink: typeof import("@chakra-ui/vue-next")["CSkipNavLink"]
157158
CSpinner: typeof import("@chakra-ui/vue-next")["CSpinner"]
158159
CScrollLock: typeof import("@chakra-ui/vue-next")["CScrollLock"]
160+
CThemeProvider: typeof import("@chakra-ui/vue-next")["CThemeProvider"]
161+
CPresenceGroup: typeof import("@chakra-ui/vue-next")["CPresenceGroup"]
162+
CToastContainer: typeof import("@chakra-ui/vue-next")["CToastContainer"]
159163
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
160164
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
161165
"chakra.a": (typeof chakra)["a"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:ci": "pnpm build --concurrency=5",
2222
"postbuild:ci": "pnpm pkgs:size",
2323
"build:types": "jiti scripts/generate-global-types.ts",
24-
"postbuild": "pnpm pkgs:size",
24+
"postbuild": "pnpm build:types && pnpm pkgs:size",
2525
"build:fast": "turbo run build:fast --filter=!./examples/* --filter=!{./packages/test-utils}",
2626
"postbuild:fast": "pnpm pkgs:size",
2727
"scaffold": "hygen generator",

0 commit comments

Comments
 (0)