Skip to content

Commit 10af765

Browse files
chore(release): v1.12.0
# [1.12.0](v1.11.3...v1.12.0) (2025-06-10) ### Bug Fixes * **css:** typedef issue([#50](#50)) ([e37e8fa](e37e8fa)) * **css:** typedef issue([#50](#50)) ([a2e4861](a2e4861)) ### Features * add style processing performance optimization ([ab84953](ab84953)) * **core:** supports CSS objects and style functions ([eef7117](eef7117))
1 parent eef7117 commit 10af765

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.12.0](https://github.com/vue-styled-components/core/compare/v1.11.3...v1.12.0) (2025-06-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **css:** typedef issue([#50](https://github.com/vue-styled-components/core/issues/50)) ([e37e8fa](https://github.com/vue-styled-components/core/commit/e37e8faff45e1f3f9aa41f78645adb683f266018))
7+
* **css:** typedef issue([#50](https://github.com/vue-styled-components/core/issues/50)) ([a2e4861](https://github.com/vue-styled-components/core/commit/a2e48617e25b1f21c4e145afd4804196d40a21c0))
8+
9+
10+
### Features
11+
12+
* add style processing performance optimization ([ab84953](https://github.com/vue-styled-components/core/commit/ab84953b0d9ca2fdfc0452ba5fedde5d25933daf))
13+
* **core:** supports CSS objects and style functions ([eef7117](https://github.com/vue-styled-components/core/commit/eef7117faae627f8297b195275fc769fb00bf744))
14+
115
# [1.12.0-beta.3](https://github.com/vue-styled-components/core/compare/v1.12.0-beta.2...v1.12.0-beta.3) (2025-06-10)
216

317

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-styled-components/core",
33
"type": "module",
4-
"version": "1.12.0-beta.3",
4+
"version": "1.12.0",
55
"author": {
66
"name": "akinoccc",
77
"email": "akinochen@foxmail.com"

0 commit comments

Comments
 (0)