File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.1] ( https://github.com/v-vibe/vue-styled-components/compare/v1.3.0...v1.3.1 ) (2024-07-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** theme-provider:** reactive theme loss issue ([ #15 ] ( https://github.com/v-vibe/vue-styled-components/issues/15 ) ) ([ 29f02b9] ( https://github.com/v-vibe/vue-styled-components/commit/29f02b9cb85b0bf311e277fe8681e4dcbde91206 ) )
7
+
1
8
## [ 1.3.1-beta.1] ( https://github.com/v-vibe/vue-styled-components/compare/v1.3.0...v1.3.1-beta.1 ) (2024-07-22)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vvibe/vue-styled-components" ,
3
3
"private" : false ,
4
- "version" : " 1.3.1-beta.1 " ,
4
+ "version" : " 1.3.1" ,
5
5
"type" : " module" ,
6
6
"files" : [
7
7
" dist/*"
69
69
"publishConfig" : {
70
70
"access" : " public" ,
71
71
"provenance" : true
72
+ },
73
+ "pnpm" : {
74
+ "overrides" : {
75
+ "vue-template-compiler@>=2.0.0 <3.0.0" : " >=3.0.0"
76
+ }
72
77
}
73
78
}
You can’t perform that action at this time.
0 commit comments