This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree 12 files changed +57
-36
lines changed
12 files changed +57
-36
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# nuxt-js
2
2
3
- ## 1.0.1-next.0
3
+ ## 1.0.1
4
+
4
5
### Patch Changes
5
6
7
+ - [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
8
+
9
+ - Updated dependencies [[ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 )] :
10
+ - @chakra-ui/nuxt @0.4.2
11
+
12
+ ## 1.0.1-next.0
6
13
14
+ ### Patch Changes
7
15
8
16
- [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
9
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-js" ,
3
- "version" : " 1.0.1-next.0 " ,
3
+ "version" : " 1.0.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " nuxt" ,
9
9
"generate" : " nuxt generate"
10
10
},
11
11
"dependencies" : {
12
- "@chakra-ui/nuxt" : " ^0.4.2-next.0 " ,
12
+ "@chakra-ui/nuxt" : " ^0.4.2" ,
13
13
"@nuxtjs/emotion" : " ^0.1.0" ,
14
14
"core-js" : " ^3.15.1" ,
15
15
"nuxt" : " ^2.15.7"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
8
+
9
+ - Updated dependencies [[ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 )] :
10
+ - @chakra-ui/theme-vue @0.3.2
11
+
3
12
## 0.10.2-next.0
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/vue" ,
3
- "version" : " 0.10.2-next.0 " ,
3
+ "version" : " 0.10.2" ,
4
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" ,
37
37
},
38
38
"dependencies" : {
39
39
"@chakra-ui/styled-system" : " ^1.12.2" ,
40
- "@chakra-ui/theme-vue" : " ^0.3.2-next.0 " ,
40
+ "@chakra-ui/theme-vue" : " ^0.3.2" ,
41
41
"@popperjs/core" : " ^2.4.0" ,
42
42
"animejs" : " ^3.1.0" ,
43
43
"aria-hidden" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
8
+
9
+ - Updated dependencies [[ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 )] :
10
+ - @chakra-ui/vue @0.10.2
11
+ - @chakra-ui/theme-vue @0.3.2
12
+
3
13
## 0.4.2-next.0
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/nuxt" ,
3
- "version" : " 0.4.2-next.0 " ,
3
+ "version" : " 0.4.2" ,
4
4
"description" : " Chakra UI Module for Nuxt.js" ,
5
5
"repository" : " https://github.com/chakra-ui/chakra-ui-vue" ,
6
6
"license" : " MIT" ,
19
19
"test" : " jest"
20
20
},
21
21
"dependencies" : {
22
- "@chakra-ui/theme-vue" : " ^0.3.2-next.0 " ,
23
- "@chakra-ui/vue" : " ^0.10.2-next.0 " ,
22
+ "@chakra-ui/theme-vue" : " ^0.3.2" ,
23
+ "@chakra-ui/vue" : " ^0.10.2" ,
24
24
"@emotion/css" : " ^11.0.0" ,
25
25
"chakra-loader" : " latest"
26
26
},
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
8
+
3
9
## 0.3.2-next.0
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/theme-vue" ,
3
- "version" : " 0.3.2-next.0 " ,
3
+ "version" : " 0.3.2" ,
4
4
"description" : " Default theme for @chakra-ui/vue default theme object" ,
5
5
"author" : {
6
6
"name" : " Jonathan Bakebwa" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 ) [ #480 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/480 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! - Fix regression in theme resolution for @chakra-ui/nuxt
8
+
9
+ - Updated dependencies [[ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 )] :
10
+ - @chakra-ui/vue @0.10.2
11
+ - @chakra-ui/nuxt @0.4.2
12
+ - @chakra-ui/theme-vue @0.3.2
13
+
3
14
## 0.7.2-next.0
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chakra-ui-docs" ,
3
- "version" : " 0.7.2-next.0 " ,
3
+ "version" : " 0.7.2" ,
4
4
"description" : " Chakra UI Vue documentation site" ,
5
5
"private" : true ,
6
6
"scripts" : {
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@chakra-ui/nuxt" : " ^0.4.2-next.0 " ,
30
- "@chakra-ui/theme-vue" : " ^0.3.2-next.0 " ,
31
- "@chakra-ui/vue" : " ^0.10.2-next.0 " ,
29
+ "@chakra-ui/nuxt" : " ^0.4.2" ,
30
+ "@chakra-ui/theme-vue" : " ^0.3.2" ,
31
+ "@chakra-ui/vue" : " ^0.10.2" ,
32
32
"@emotion/css" : " ^11.0.0" ,
33
33
"@mdx-js/vue-loader" : " ^1.6.1" ,
34
34
"@nuxtjs/dotenv" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments