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

Commit 520550f

Browse files
committed
ci: create changeset
1 parent 4997293 commit 520550f

File tree

6 files changed

+53
-62
lines changed

6 files changed

+53
-62
lines changed

.changeset/kind-tools-camp.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
'@chakra-ui/c-accordion': minor
3+
'@chakra-ui/c-alert': minor
4+
'@chakra-ui/c-button': minor
5+
'@chakra-ui/c-close-button': minor
6+
'@chakra-ui/c-code': minor
7+
'@chakra-ui/c-color-mode': minor
8+
'@chakra-ui/c-flex': minor
9+
'@chakra-ui/c-icon': minor
10+
'@chakra-ui/c-modal': minor
11+
'@chakra-ui/c-popper': minor
12+
'@chakra-ui/c-portal': minor
13+
'@chakra-ui/c-reset': minor
14+
'@chakra-ui/c-spinner': minor
15+
'@chakra-ui/c-theme-provider': minor
16+
'@chakra-ui/c-visually-hidden': minor
17+
'@chakra-ui/vue-next': minor
18+
'@chakra-ui/vue-layout': minor
19+
'@chakra-ui/nuxt-next': minor
20+
'@chakra-ui/vue-system': minor
21+
'@chakra-ui/vue-test-utils': minor
22+
'@chakra-ui/vue-theme': minor
23+
'@chakra-ui/vue-theme-tools': minor
24+
'@chakra-ui/vue-utils': minor
25+
'@chakra-ui/vue-auto-import': minor
26+
'@chakra-ui/vue-docs': minor
27+
---
28+
29+
Created layout components and updated theminnng types for packages.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@types/tinycolor2": "^1.4.2",
6060
"@typescript-eslint/eslint-plugin": "^2.34.0",
6161
"@typescript-eslint/parser": "4.0.1",
62-
"@vitejs/plugin-vue": "^1.1.4",
62+
"@vitejs/plugin-vue": "^1.2.1",
6363
"@vue/babel-plugin-jsx": "^1.0.3",
64-
"@vue/compiler-sfc": "^3.0.6",
64+
"@vue/compiler-sfc": "^3.0.11",
6565
"@vue/eslint-config-typescript": "^5.1.0",
6666
"@vuedx/typecheck": "^0.4.1",
6767
"@vuedx/typescript-plugin-vue": "^0.4.1",
@@ -107,13 +107,13 @@
107107
"ts-jest": "^26.5.0",
108108
"ts-node": "^9.0.0",
109109
"typescript": "^4.1.3",
110-
"vite": "^2.0.1",
111-
"vite-plugin-components": "^0.6.6",
112-
"vite-plugin-pages": "^0.5.1",
110+
"vite": "2.1.5",
111+
"vite-plugin-components": "^0.8.3",
112+
"vite-plugin-pages": "^0.9.2",
113113
"vitepress": "^0.12.0",
114114
"vue": ">=3.0.5",
115115
"vue-jest": "^5.0.0-alpha.7",
116-
"vue-router": "^4.0.4",
116+
"vue-router": "^4.0.6",
117117
"vue3-perfect-scrollbar": "^1.5.5"
118118
}
119119
}

packages/layout/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/chakra-ui/chakra-ui-vue-next.git"
27-
},
24+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/layout",
2825
"bugs": {
2926
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
3027
},
@@ -40,11 +37,14 @@
4037
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
4138
},
4239
"dependencies": {
43-
"@chakra-ui/styled-system": "^1.9.0",
40+
"@chakra-ui/styled-system": "^1.10.0",
4441
"@chakra-ui/vue-system": "0.1.0-alpha.1",
4542
"@chakra-ui/vue-utils": "0.1.0-alpha.1"
4643
},
4744
"peerDependencies": {
4845
"vue": ">=3.0.5"
46+
},
47+
"devDependencies": {
48+
"vue": ">=3.0.5"
4949
}
5050
}

tooling/auto-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"vue": "^3.0.5"
3838
},
3939
"devDependencies": {
40-
"vite": "^2.0.1",
41-
"vite-plugin-components": "^0.6.6",
40+
"vite": "2.1.5",
41+
"vite-plugin-components": "^0.8.3",
4242
"vue": ">=3.0.5"
4343
}
4444
}

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"devDependencies": {
2323
"@emotion/server": "^11.0.0",
2424
"@iconify/json": "^1.1.312",
25-
"markdown-it-prism": "^2.1.6",
26-
"prismjs": "^1.23.0",
27-
"typescript": "^4.1.3",
28-
"vite-plugin-md": "^0.6.0",
29-
"vite-plugin-components": "^0.8.3",
30-
"vite-plugin-icons": "^0.3.3",
3125
"@vitejs/plugin-vue": "^1.2.1",
3226
"@vue/compiler-sfc": "^3.0.11",
3327
"@vue/server-renderer": "^3.0.11",
3428
"@vueuse/head": "^0.5.1",
29+
"markdown-it-prism": "^2.1.6",
30+
"prismjs": "^1.23.0",
31+
"typescript": "^4.1.3",
3532
"vite": "2.1.5",
33+
"vite-plugin-components": "^0.8.3",
34+
"vite-plugin-icons": "^0.3.3",
35+
"vite-plugin-md": "^0.6.0",
3636
"vite-plugin-mdx-vue": "^1.1.3",
3737
"vite-plugin-pages": "^0.9.2",
3838
"vite-ssg": "^0.9.2"

yarn.lock

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@
10521052
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10531053
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10541054

1055-
"@chakra-ui/styled-system@^1.10.0", "@chakra-ui/styled-system@^1.9.0":
1055+
"@chakra-ui/styled-system@^1.10.0":
10561056
version "1.10.1"
10571057
resolved "https://registry.yarnpkg.com/@chakra-ui/styled-system/-/styled-system-1.10.1.tgz#6f6774bec8c0fec768ae8ea57686563f888378b6"
10581058
integrity sha512-fmLNnYmk6WbTSrApubsIRr9LOc5lclLkCa8DOP9mRTaUPKboy61c1p6vSYgto5DZVvNxEUqfuneboCUWk5ew+g==
@@ -3271,7 +3271,7 @@
32713271
"@vue/compiler-core" "3.0.11"
32723272
"@vue/shared" "3.0.11"
32733273

3274-
"@vue/compiler-sfc@^3.0.11", "@vue/compiler-sfc@^3.0.5", "@vue/compiler-sfc@^3.0.6", "@vue/compiler-sfc@^3.0.7":
3274+
"@vue/compiler-sfc@^3.0.11", "@vue/compiler-sfc@^3.0.5":
32753275
version "3.0.11"
32763276
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.11.tgz#cd8ca2154b88967b521f5ad3b10f5f8b6b665679"
32773277
integrity sha512-7fNiZuCecRleiyVGUWNa6pn8fB2fnuJU+3AGjbjl7r1P5wBivfl02H4pG+2aJP5gh2u+0wXov1W38tfWOphsXw==
@@ -6402,18 +6402,6 @@ fast-glob@^3.1.1, fast-glob@^3.2.4, fast-glob@^3.2.5:
64026402
micromatch "^4.0.2"
64036403
picomatch "^2.2.1"
64046404

6405-
"fast-glob@npm:@knightly/fast-glob@master":
6406-
version "3.2.5-knightly-master.202101180131"
6407-
resolved "https://registry.yarnpkg.com/@knightly/fast-glob/-/fast-glob-3.2.5-knightly-master.202101180131.tgz#6e4e4efe8d8376e4f4b94973ee739a8eac124b2b"
6408-
integrity sha512-zf9RptV5EYbjpfrOB3EYA2M2QhTuM0fnU0OxmLrcOAKLmBzJ0p/2910I1sS2U5XjXIzV4N2/It95ztLedz4/+A==
6409-
dependencies:
6410-
"@nodelib/fs.stat" "^2.0.2"
6411-
"@nodelib/fs.walk" "^1.2.3"
6412-
glob-parent "^5.1.0"
6413-
merge2 "^1.3.0"
6414-
micromatch "^4.0.2"
6415-
picomatch "^2.2.1"
6416-
64176405
[email protected], fast-json-stable-stringify@^2.0.0:
64186406
version "2.1.0"
64196407
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -13396,16 +13384,6 @@ vfile@^4.0.0:
1339613384
unist-util-stringify-position "^2.0.0"
1339713385
vfile-message "^2.0.0"
1339813386

13399-
vite-plugin-components@^0.6.6:
13400-
version "0.6.14"
13401-
resolved "https://registry.yarnpkg.com/vite-plugin-components/-/vite-plugin-components-0.6.14.tgz#6807b49b6b64e4d610862fe892ede2dc011431f3"
13402-
integrity sha512-Xhfuwckd1p8/Mj7mRs/wZZx15CZPYljOl/BWwpvMayFlx52lez28y6QQF3/mPXbtWDK3YuNLGp6xUpMnRJ00gQ==
13403-
dependencies:
13404-
chokidar "^3.5.1"
13405-
debug "^4.3.2"
13406-
fast-glob "npm:@knightly/fast-glob@master"
13407-
minimatch "^3.0.4"
13408-
1340913387
vite-plugin-components@^0.8.3:
1341013388
version "0.8.3"
1341113389
resolved "https://registry.yarnpkg.com/vite-plugin-components/-/vite-plugin-components-0.8.3.tgz#245ebb04c22ba1a7cedba24518ef48f1436c1730"
@@ -13441,22 +13419,6 @@ vite-plugin-mdx-vue@^1.1.3:
1344113419
vue-mdx-bundler "1.1.0"
1344213420
xdm "^1.5.1"
1344313421

13444-
vite-plugin-pages@^0.5.1:
13445-
version "0.5.1"
13446-
resolved "https://registry.yarnpkg.com/vite-plugin-pages/-/vite-plugin-pages-0.5.1.tgz#18b3cfe594774e99b6d5045007910db5a5ea3ba7"
13447-
integrity sha512-RWbYoSEaTROLdpS/r7U9V05rH2b40pS78jLFoqDuPR+4CGpGZY3euA90ToF7dwzAH9JvSq5cf5PMRGKzEH+kGw==
13448-
dependencies:
13449-
"@vue/compiler-sfc" "^3.0.7"
13450-
chalk "^4.1.0"
13451-
debug "^4.3.2"
13452-
deep-equal "^2.0.5"
13453-
directory-tree "^2.2.7"
13454-
fast-glob "^3.2.5"
13455-
glob-to-regexp "^0.4.1"
13456-
json5 "^2.2.0"
13457-
vue-router "^4.0.4"
13458-
yaml "^2.0.0-3"
13459-
1346013422
vite-plugin-pages@^0.9.2:
1346113423
version "0.9.2"
1346213424
resolved "https://registry.yarnpkg.com/vite-plugin-pages/-/vite-plugin-pages-0.9.2.tgz#7d3a44c6912ce8e0abf5d4d8474d5f2d2f060bf9"
@@ -13484,7 +13446,7 @@ vite-ssg@^0.9.2:
1348413446
prettier "^2.2.1"
1348513447
yargs "^16.2.0"
1348613448

13487-
[email protected], vite@^2.0.0-beta.70, vite@^2.0.1:
13449+
[email protected], vite@^2.0.0-beta.70:
1348813450
version "2.1.5"
1348913451
resolved "https://registry.yarnpkg.com/vite/-/vite-2.1.5.tgz#4857da441c62f7982c83cbd5f42a00330f20c9c1"
1349013452
integrity sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og==
@@ -13589,7 +13551,7 @@ [email protected]:
1358913551
remark-mdx-frontmatter "^1.0.0"
1359013552
xdm "^1.5.1"
1359113553

13592-
vue-router@^4.0.4, vue-router@^4.0.6:
13554+
vue-router@^4.0.6:
1359313555
version "4.0.6"
1359413556
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.6.tgz#91750db507d26642f225b0ec6064568e5fe448d6"
1359513557
integrity sha512-Y04llmK2PyaESj+N33VxLjGCUDuv9t4q2OpItEGU7POZiuQZaugV6cJpE6Qm1sVFtxufodLKN2y2dQl9nk0Reg==
@@ -13954,7 +13916,7 @@ yaml@^1.10.0, yaml@^1.7.2:
1395413916
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1395513917
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1395613918

13957-
yaml@^2.0.0-3, yaml@^2.0.0-4:
13919+
yaml@^2.0.0-4:
1395813920
version "2.0.0-4"
1395913921
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0-4.tgz#0b8089fecd1843d1a8eb8d0aff1470c471653e15"
1396013922
integrity sha512-MoQoNhTFI400tkaeod+X0Vety1KD2L9dUa6pa1CVcyfcATjC/iDxoMLvqZ6U3D8c5KzxBrU2HnJH+PfaXOqI7w==

0 commit comments

Comments
 (0)