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

Commit 989eff9

Browse files
committed
chore: run changeset
1 parent fc321fc commit 989eff9

Some content is hidden

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

69 files changed

+505
-126
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"proud-apples-compare",
5454
"quiet-bananas-develop",
5555
"rare-ads-impress",
56+
"selfish-mice-lay",
5657
"slimy-bugs-give",
5758
"sweet-lamps-brake",
5859
"ten-pandas-run",

.changeset/selfish-mice-lay.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
"@chakra-ui/c-accordion": patch
3+
"@chakra-ui/c-alert": patch
4+
"@chakra-ui/c-breadcrumb": patch
5+
"@chakra-ui/c-button": patch
6+
"@chakra-ui/c-close-button": patch
7+
"@chakra-ui/c-code": patch
8+
"@chakra-ui/c-color-mode": patch
9+
"@chakra-ui/c-flex": patch
10+
"@chakra-ui/c-focus-lock": patch
11+
"@chakra-ui/c-form-control": patch
12+
"@chakra-ui/c-icon": patch
13+
"@chakra-ui/c-input": patch
14+
"@chakra-ui/c-modal": patch
15+
"@chakra-ui/c-motion": patch
16+
"@chakra-ui/c-popper": patch
17+
"@chakra-ui/c-portal": patch
18+
"@chakra-ui/c-reset": patch
19+
"@chakra-ui/c-scroll-lock": patch
20+
"@chakra-ui/c-spinner": patch
21+
"@chakra-ui/c-theme-provider": patch
22+
"@chakra-ui/c-visually-hidden": patch
23+
"@chakra-ui/vue-next": patch
24+
"@chakra-ui/vue-layout": patch
25+
"@chakra-ui/nuxt-next": patch
26+
"@chakra-ui/vue-system": patch
27+
"@chakra-ui/vue-test-utils": patch
28+
"@chakra-ui/vue-theme": patch
29+
"@chakra-ui/vue-theme-tools": patch
30+
"@chakra-ui/vue-utils": patch
31+
"@chakra-ui/vue-a11y": patch
32+
"@chakra-ui/vue-composables": patch
33+
"@chakra-ui/vue-auto-import": patch
34+
"@chakra-ui/vue-docs": patch
35+
---
36+
37+
lz "chore: upgrade to latest version. Fixes build error"

components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
2-
* Typescript support for @@chakra-ui/vue-next1.0.0-alpha.7 auto-imported
2+
* Typescript support for @@chakra-ui/vue-next1.0.0-alpha.9 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 2021-12-21T17:13:01.320Z
9+
* This file was generated on 2021-12-29T16:43:17.327Z
1010
*/
1111

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

packages/c-accordion/CHANGELOG.md

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

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- lz "chore: upgrade to latest version. Fixes build error"
8+
9+
- Updated dependencies []:
10+
- @chakra-ui/vue-system@0.1.0-alpha.8
11+
312
## 0.1.0-alpha.7
413

514
### Minor Changes

packages/c-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-accordion",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.8",
44
"main": "dist/chakra-ui-c-accordion.cjs.js",
55
"module": "dist/chakra-ui-c-accordion.esm.js",
66
"files": [
@@ -20,7 +20,7 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/vue-system": "0.1.0-alpha.7"
23+
"@chakra-ui/vue-system": "0.1.0-alpha.8"
2424
},
2525
"peerDependencies": {
2626
"vue": ">=3.0.5"

packages/c-alert/CHANGELOG.md

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

3+
## 1.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- lz "chore: upgrade to latest version. Fixes build error"
8+
9+
- Updated dependencies []:
10+
- @chakra-ui/c-icon@1.0.0-alpha.8
11+
- @chakra-ui/vue-system@0.1.0-alpha.8
12+
- @chakra-ui/vue-utils@0.1.0-alpha.8
13+
314
## 1.0.0-alpha.7
415

516
### Minor Changes

packages/c-alert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-alert",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"main": "dist/chakra-ui-c-alert.cjs.js",
55
"module": "dist/chakra-ui-c-alert.esm.js",
66
"files": [
@@ -20,9 +20,9 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/c-icon": "1.0.0-alpha.7",
24-
"@chakra-ui/vue-system": "0.1.0-alpha.7",
25-
"@chakra-ui/vue-utils": "0.1.0-alpha.7"
23+
"@chakra-ui/c-icon": "1.0.0-alpha.8",
24+
"@chakra-ui/vue-system": "0.1.0-alpha.8",
25+
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
2626
},
2727
"peerDependencies": {
2828
"vue": ">=3.0.5"

packages/c-breadcrumb/CHANGELOG.md

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

3+
## 1.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- lz "chore: upgrade to latest version. Fixes build error"
8+
9+
- Updated dependencies []:
10+
- @chakra-ui/vue-system@0.1.0-alpha.8
11+
- @chakra-ui/vue-utils@0.1.0-alpha.8
12+
313
## 1.0.0-alpha.7
414

515
### Minor Changes

packages/c-breadcrumb/package.json

Lines changed: 3 additions & 3 deletions
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": "1.0.0-alpha.7",
4+
"version": "1.0.0-alpha.8",
55
"main": "dist/chakra-ui-c-breadcrumb.cjs.js",
66
"module": "dist/chakra-ui-c-breadcrumb.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@chakra-ui/styled-system": "^1.10.0",
3232
"@chakra-ui/utils": "^1.8.2",
33-
"@chakra-ui/vue-system": "0.1.0-alpha.7",
34-
"@chakra-ui/vue-utils": "0.1.0-alpha.7"
33+
"@chakra-ui/vue-system": "0.1.0-alpha.8",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
3535
},
3636
"peerDependencies": {
3737
"vue": "^3.1.4"

packages/c-button/CHANGELOG.md

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

3+
## 1.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- lz "chore: upgrade to latest version. Fixes build error"
8+
9+
- Updated dependencies []:
10+
- @chakra-ui/c-icon@1.0.0-alpha.8
11+
- @chakra-ui/c-spinner@1.0.0-alpha.8
12+
- @chakra-ui/vue-system@0.1.0-alpha.8
13+
- @chakra-ui/vue-utils@0.1.0-alpha.8
14+
315
## 1.0.0-alpha.7
416

517
### Minor Changes

0 commit comments

Comments
 (0)