We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa03f6e commit 9f2e0f7Copy full SHA for 9f2e0f7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.1-beta.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.0...v1.0.1-beta.1) (2024-05-10)
2
+
3
4
+### Bug Fixes
5
6
+* **core:** identical styles cannot override ([#6](https://github.com/v-vibe/vue-styled-components/issues/6)) ([fe1cf46](https://github.com/v-vibe/vue-styled-components/commit/fe1cf46297aa45f20b77b11a2dec22931f196027))
7
8
# 1.0.0 (2024-05-02)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@vvibe/vue-styled-components",
"private": false,
- "version": "1.0.0",
+ "version": "1.0.1-beta.1",
"type": "module",
"files": [
"dist/*"
0 commit comments