This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree 7 files changed +50
-24
lines changed
7 files changed +50
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: syncs core and nuxt packages
8
+
3
9
## 0.9.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/vue" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.9.4 " ,
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" ,
21
21
"access" : " public"
22
22
},
23
23
"scripts" : {
24
- "build" : " yarn clean && rollup -c && rollup -c --environment MINIFY" ,
24
+ "build" : " yarn clean && rollup -c --environment MINIFY" ,
25
25
"dev" : " rollup --config rollup.dev.config.js --watch" ,
26
26
"test" : " echo testing ..." ,
27
27
"clean" : " rimraf ./dist"
Original file line number Diff line number Diff line change @@ -95,24 +95,26 @@ const entries = {
95
95
* Configurations
96
96
*/
97
97
export default ( ) => {
98
- const config = [ {
99
- input : entries ,
100
- output : {
101
- dir : 'dist/esm/' ,
102
- format : 'esm' ,
103
- banner : bannerTxt
104
- } ,
105
- ...commons
106
- } ,
107
- {
108
- input : entries ,
109
- output : {
110
- dir : 'dist/cjs/' ,
111
- format : 'cjs' ,
112
- exports : 'named' ,
113
- banner : bannerTxt
98
+ const config = [
99
+ {
100
+ input : entries ,
101
+ output : {
102
+ dir : 'dist/esm/' ,
103
+ format : 'esm' ,
104
+ banner : bannerTxt
105
+ } ,
106
+ ...commons
114
107
} ,
115
- ...commons
116
- } ]
108
+ {
109
+ input : entries ,
110
+ output : {
111
+ dir : 'dist/cjs/' ,
112
+ format : 'cjs' ,
113
+ exports : 'named' ,
114
+ banner : bannerTxt
115
+ } ,
116
+ ...commons
117
+ }
118
+ ]
117
119
return config
118
120
}
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: syncs core and nuxt packages
8
+
9
+ - Updated dependencies [ ] :
10
+ - @chakra-ui/vue @0.9.4
11
+
3
12
## 0.3.4
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/nuxt" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
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.9.2 " ,
21
+ "@chakra-ui/vue" : " ^0.9.4 " ,
22
22
"chakra-loader" : " latest" ,
23
23
"@emotion/css" : " ^11.0.0"
24
24
},
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: syncs core and nuxt packages
8
+
9
+ - Updated dependencies [ ] :
10
+ - @chakra-ui/vue @0.9.4
11
+
3
12
## 0.6.1
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chakra-ui-docs" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
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.11" ,
30
- "@chakra-ui/vue" : " ^0.9.2 " ,
30
+ "@chakra-ui/vue" : " ^0.9.4 " ,
31
31
"@emotion/css" : " ^11.0.0" ,
32
32
"@mdx-js/vue-loader" : " ^1.6.1" ,
33
33
"@nuxtjs/dotenv" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments