Skip to content

Commit ce5eef7

Browse files
chore(release): v1.3.1
## [1.3.1](v1.3.0...v1.3.1) (2024-07-24) ### Bug Fixes * **theme-provider:** reactive theme loss issue ([#15](#15)) ([29f02b9](29f02b9))
1 parent 7c66bb5 commit ce5eef7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [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)
29

310

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vvibe/vue-styled-components",
33
"private": false,
4-
"version": "1.3.1-beta.1",
4+
"version": "1.3.1",
55
"type": "module",
66
"files": [
77
"dist/*"
@@ -69,5 +69,10 @@
6969
"publishConfig": {
7070
"access": "public",
7171
"provenance": true
72+
},
73+
"pnpm": {
74+
"overrides": {
75+
"vue-template-compiler@>=2.0.0 <3.0.0": ">=3.0.0"
76+
}
7277
}
7378
}

0 commit comments

Comments
 (0)