Skip to content

Commit 263eb6d

Browse files
chore(release): v1.4.0
# [1.4.0](v1.3.1...v1.4.0) (2024-08-15) ### Bug Fixes * **core:** [styled] autmatically infer props type ([176f06a](176f06a)) ### Features * implement automatic addition of vendor prefixes to CSS styles and add support for nested CSS in legacy browsers([#19](#19)) ([2fc5b48](2fc5b48))
1 parent 213c2d8 commit 263eb6d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/v-vibe/vue-styled-components/compare/v1.3.1...v1.4.0) (2024-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** [styled] autmatically infer props type ([176f06a](https://github.com/v-vibe/vue-styled-components/commit/176f06ae9298a7cafdb2e5241a1d5e0a093f14fa))
7+
8+
9+
### Features
10+
11+
* implement automatic addition of vendor prefixes to CSS styles and add support for nested CSS in legacy browsers([#19](https://github.com/v-vibe/vue-styled-components/issues/19)) ([2fc5b48](https://github.com/v-vibe/vue-styled-components/commit/2fc5b48e49345c0e4238667ee22173f09ea81070))
12+
113
## [1.3.1](https://github.com/v-vibe/vue-styled-components/compare/v1.3.0...v1.3.1) (2024-07-24)
214

315

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",
4+
"version": "1.4.0",
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)