This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +63
-16
lines changed Expand file tree Collapse file tree 11 files changed +63
-16
lines changed Original file line number Diff line number Diff line change 88 "@chakra-ui/theme-vue" : " 0.3.1" ,
99 "chakra-ui-docs" : " 0.7.1"
1010 },
11- "changesets" : []
11+ "changesets" : [
12+ " dry-rocks-thank"
13+ ]
1214}
Original file line number Diff line number Diff line change 1+ # nuxt-js
2+
3+ ## 1.0.1-next.0
4+ ### Patch Changes
5+
6+
7+
8+ - [ ` 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+
10+ - Updated dependencies [[ ` 5c5a3006 ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7 )] :
11+ - @chakra-ui/nuxt @0.4.2-next.0
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-js" ,
3- "version" : " 1.0.0" ,
3+ "version" : " 1.0.1-next. 0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " nuxt" ,
99 "generate" : " nuxt generate"
1010 },
1111 "dependencies" : {
12- "@chakra-ui/nuxt" : " ^0.4.1 " ,
12+ "@chakra-ui/nuxt" : " ^0.4.2-next.0 " ,
1313 "@nuxtjs/emotion" : " ^0.1.0" ,
1414 "core-js" : " ^3.15.1" ,
1515 "nuxt" : " ^2.15.7"
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.10.2-next.0
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-next.0
11+
312## 0.10.1
413
514### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @chakra-ui/vue" ,
3- "version" : " 0.10.1 " ,
3+ "version" : " 0.10.2-next.0 " ,
44 "description" : " Build Accessible and Responsive Vue.js websites and applications with speed ⚡️" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
3737 },
3838 "dependencies" : {
3939 "@chakra-ui/styled-system" : " ^1.12.2" ,
40- "@chakra-ui/theme-vue" : " ^0.3.1 " ,
40+ "@chakra-ui/theme-vue" : " ^0.3.2-next.0 " ,
4141 "@popperjs/core" : " ^2.4.0" ,
4242 "animejs" : " ^3.1.0" ,
4343 "aria-hidden" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.4.2-next.0
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-next.0
11+ - @chakra-ui/theme-vue @0.3.2-next.0
12+
313## 0.4.1
414
515### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @chakra-ui/nuxt" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2-next.0 " ,
44 "description" : " Chakra UI Module for Nuxt.js" ,
55 "repository" : " https://github.com/chakra-ui/chakra-ui-vue" ,
66 "license" : " MIT" ,
99 "name" : " Kelvin Omereshone <kelvinomereshone@gmail.com>"
1010 }
1111 ],
12- "files" : [
13- " lib"
14- ],
12+ "files" : [" lib" ],
1513 "main" : " lib/module.js" ,
1614 "types" : " types/index.d.ts" ,
1715 "scripts" : {
2119 "test" : " jest"
2220 },
2321 "dependencies" : {
24- "@chakra-ui/theme-vue" : " ^0.3.1 " ,
25- "@chakra-ui/vue" : " ^0.10.1 " ,
22+ "@chakra-ui/theme-vue" : " ^0.3.2-next.0 " ,
23+ "@chakra-ui/vue" : " ^0.10.2-next.0 " ,
2624 "@emotion/css" : " ^11.0.0" ,
2725 "chakra-loader" : " latest"
2826 },
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.3.2-next.0
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+
39## 0.3.1
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @chakra-ui/theme-vue" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2-next.0 " ,
44 "description" : " Default theme for @chakra-ui/vue default theme object" ,
55 "author" : {
66 "name" : " Jonathan Bakebwa" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.7.2-next.0
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-next.0
11+ - @chakra-ui/nuxt @0.4.2-next.0
12+ - @chakra-ui/theme-vue @0.3.2-next.0
13+
314## 0.7.1
415
516### Minor Changes
You can’t perform that action at this time.
0 commit comments