We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da66ab commit b507fc3Copy full SHA for b507fc3
CHANGELOG.md
@@ -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
9
# [1.6.0](https://github.com/vue-styled-components/core/compare/v1.5.1...v1.6.0) (2024-08-20)
10
11
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-styled-components/core",
- "version": "1.6.0",
+ "version": "1.6.1",
"type": "module",
"files": [
"dist/*"
0 commit comments