Skip to content

Commit 42b74d9

Browse files
chore(release): v1.4.1
## [1.4.1](v1.4.0...v1.4.1) (2024-08-16) ### Bug Fixes * **helper:** [create-global-style] cannot apply style correctly ([ccd9805](ccd9805))
1 parent 61a8e4c commit 42b74d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.1](https://github.com/v-vibe/vue-styled-components/compare/v1.4.0...v1.4.1) (2024-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **helper:** [create-global-style] cannot apply style correctly ([ccd9805](https://github.com/v-vibe/vue-styled-components/commit/ccd980506ef70983e4b974820edfc714c1729b54))
7+
18
# [1.4.0](https://github.com/v-vibe/vue-styled-components/compare/v1.3.1...v1.4.0) (2024-08-15)
29

310

package.json

Lines changed: 6 additions & 1 deletion
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.4.0",
4+
"version": "1.4.1",
55
"type": "module",
66
"files": [
77
"dist/*"
@@ -73,5 +73,10 @@
7373
},
7474
"dependencies": {
7575
"stylis": "^4.3.2"
76+
},
77+
"pnpm": {
78+
"overrides": {
79+
"vue-template-compiler@>=2.0.0 <3.0.0": ">=3.0.0"
80+
}
7681
}
7782
}

0 commit comments

Comments
 (0)