Skip to content

Commit 0294842

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/vitest-2.1.9
2 parents b332cf2 + 62d65b7 commit 0294842

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.10.0](https://github.com/vue-styled-components/core/compare/v1.9.0...v1.10.0) (2025-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin:** some usage not support ([2b66714](https://github.com/vue-styled-components/core/commit/2b6671434dba34980217038abfcbb392d651ada7))
7+
8+
9+
### Features
10+
11+
* basic generic plugin ([a6de4c0](https://github.com/vue-styled-components/core/commit/a6de4c0f89cc25f95c41c0d4816fab5c44aeb95a))
12+
* support generic props ([fae497e](https://github.com/vue-styled-components/core/commit/fae497e460c5029367dd1d64cc6f5e255ffe6082))
13+
114
# [1.9.0](https://github.com/vue-styled-components/core/compare/v1.8.0...v1.9.0) (2024-11-15)
215

316

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default antfu(
88
'**/dist/**',
99
'**/build/**',
1010
'**/coverage/**',
11+
'**/**/package.json',
1112
],
1213
},
1314
)

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.9.0",
4+
"version": "1.10.0",
55
"author": {
66
"name": "akinoccc",
77
"email": "akinochen@foxmail.com"

0 commit comments

Comments
 (0)