This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +32
-13
lines changed Expand file tree Collapse file tree 7 files changed +32
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 38460db: Resolves performance issues my changing the underlying styling api.
8
+ Lots of optimizations in low-level primitives that yield better runtime performance for Chakra UI Vue.
9
+
3
10
## 0.5.10
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/vue" ,
3
- "version" : " 0.5.10 " ,
4
- "description" : " Build Accessible and Responsive Vue.js applications with ease " ,
3
+ "version" : " 0.6.0 " ,
4
+ "description" : " Build Accessible and Responsive Vue.js websites and applications with speed ⚡️ " ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
7
"unpkg" : " dist/umd/index.min.js" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 38460db: Resolves performance issues my changing the underlying styling api.
8
+ Lots of optimizations in low-level primitives that yield better runtime performance for Chakra UI Vue.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [ 38460db]
13
+ - @chakra-ui/vue @0.6.0
14
+
3
15
## 0.4.8
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chakra-ui-docs" ,
3
- "version" : " 0.4.8 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Chakra UI Vue documentation site" ,
5
5
"private" : true ,
6
6
"scripts" : {
27
27
},
28
28
"dependencies" : {
29
29
"@chakra-ui/theme-vue" : " ^0.2.6" ,
30
- "@chakra-ui/vue" : " ^0.5.10 " ,
30
+ "@chakra-ui/vue" : " ^0.6.0 " ,
31
31
"@fortawesome/free-brands-svg-icons" : " ^5.12.0" ,
32
32
"@fortawesome/free-solid-svg-icons" : " ^5.11.2" ,
33
33
"@mdx-js/vue-loader" : " ^1.6.1" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 38460db]
8
+ - @chakra-ui/vue @0.6.0
9
+
3
10
## 0.0.5
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/nuxt" ,
3
- "version" : " 0.0.5 " ,
3
+ "version" : " 0.0.6 " ,
4
4
"description" : " Chakra UI Module for Nuxt.js" ,
5
5
"repository" : " https://github.com/chakra-ui/chakra-ui-vue" ,
6
6
"license" : " MIT" ,
18
18
"test" : " jest"
19
19
},
20
20
"dependencies" : {
21
- "@chakra-ui/vue" : " ^0.5.10 " ,
21
+ "@chakra-ui/vue" : " ^0.6.0 " ,
22
22
"emotion" : " ^10.0.27"
23
23
},
24
24
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments