Skip to content

Commit b507fc3

Browse files
chore(release): v1.6.1
## [1.6.1](v1.6.0...v1.6.1) (2024-08-21) ### Bug Fixes * **core:** [styled] cannot auto-remove unused style ([93dc029](93dc029)) * **helper:** [tw] cannot merge template string correctly ([23008bb](23008bb))
1 parent 8da66ab commit b507fc3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.1](https://github.com/vue-styled-components/core/compare/v1.6.0...v1.6.1) (2024-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** [styled] cannot auto-remove unused style ([93dc029](https://github.com/vue-styled-components/core/commit/93dc029149a6e80e58efcd71cd1cafb247e7c2c1))
7+
* **helper:** [tw] cannot merge template string correctly ([23008bb](https://github.com/vue-styled-components/core/commit/23008bbef2cd37d20fcdae0885419ff8464cfda4))
8+
19
# [1.6.0](https://github.com/vue-styled-components/core/compare/v1.5.1...v1.6.0) (2024-08-20)
210

311

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-styled-components/core",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"type": "module",
55
"files": [
66
"dist/*"

0 commit comments

Comments
 (0)