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

Commit ef9b3e5

Browse files
committed
chore: create chanegset
1 parent e17c0e5 commit ef9b3e5

File tree

41 files changed

+176
-147
lines changed

Some content is hidden

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

41 files changed

+176
-147
lines changed

.changeset/many-steaks-wonder.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+
Fix mergeWith import from lodash

@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-17T17:25:56.046Z
9+
* This file was generated on 2023-02-17T18:14:49.428Z
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-17T17:25:56.046Z
9+
* This file was generated on 2023-02-17T18:14:49.428Z
1010
*/
1111

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

modules/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@chakra-ui/theme": "^2.2.5",
43-
"@chakra-ui/utils": "2.0.14",
43+
"@chakra-ui/utils": "2.0.15",
4444
"@nuxt/eslint-config": "^0.1.1",
4545
"@nuxt/module-builder": "^0.2.1",
4646
"@nuxt/schema": "^3.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@chakra-ui/theme": "^2.2.5",
8080
"@chakra-ui/theme-tools": "^2.0.17",
8181
"@chakra-ui/theme-utils": "^2.0.6",
82-
"@chakra-ui/utils": "2.0.14",
82+
"@chakra-ui/utils": "2.0.15",
8383
"@chakra-ui/vue-auto-import": "workspace:*",
8484
"@chakra-ui/vue-next": "workspace:*",
8585
"@chakra-ui/vue-styled": "workspace:*",

packages/c-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@chakra-ui/c-icon": "workspace:*",
2929
"@chakra-ui/c-motion": "workspace:*",
30-
"@chakra-ui/utils": "2.0.14",
30+
"@chakra-ui/utils": "2.0.15",
3131
"@chakra-ui/vue-composables": "workspace:*",
3232
"@chakra-ui/vue-system": "workspace:*",
3333
"@chakra-ui/vue-utils": "workspace:*",
@@ -43,4 +43,4 @@
4343
"devDependencies": {
4444
"vue": "3.2.47"
4545
}
46-
}
46+
}

packages/c-avatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@chakra-ui/c-image": "workspace:*",
3535
"@chakra-ui/styled-system": "2.5.1",
3636
"@chakra-ui/theme-tools": "^2.0.17",
37-
"@chakra-ui/utils": "2.0.14",
37+
"@chakra-ui/utils": "2.0.15",
3838
"@chakra-ui/vue-layout": "workspace:*",
3939
"@chakra-ui/vue-system": "workspace:*",
4040
"@chakra-ui/vue-utils": "workspace:*",
@@ -49,4 +49,4 @@
4949
"publishConfig": {
5050
"access": "public"
5151
}
52-
}
52+
}

packages/c-avatar/src/c-avatar-group.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ import {
99
SNAO,
1010
vueThemingProps,
1111
useThemingProps,
12+
mergeWith,
1213
} from "@chakra-ui/vue-utils"
13-
import { filterUndefined, mergeWith } from "@chakra-ui/utils"
14+
import { filterUndefined } from "@chakra-ui/utils"
15+
1416
import {
1517
h,
1618
Fragment,

packages/c-breadcrumb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@chakra-ui/styled-system": "2.5.1",
37-
"@chakra-ui/utils": "2.0.14",
37+
"@chakra-ui/utils": "2.0.15",
3838
"@chakra-ui/vue-system": "workspace:*",
3939
"@chakra-ui/vue-utils": "workspace:*"
4040
},
@@ -44,4 +44,4 @@
4444
"devDependencies": {
4545
"vue": "3.2.47"
4646
}
47-
}
47+
}

packages/c-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@chakra-ui/c-icon": "workspace:*",
2929
"@chakra-ui/c-spinner": "workspace:*",
30-
"@chakra-ui/utils": "2.0.14",
30+
"@chakra-ui/utils": "2.0.15",
3131
"@chakra-ui/vue-system": "workspace:*",
3232
"@chakra-ui/vue-utils": "workspace:*"
3333
},
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"vue": "3.2.47"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)