Skip to content

Commit 76154b2

Browse files
chore(release): v1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2024-05-10) ### Bug Fixes * **core:** animation doesn't working ([41fb553](41fb553)) * **core:** identical styles cannot override ([#6](#6)) ([fe1cf46](fe1cf46))
1 parent e6371e1 commit 76154b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.0...v1.0.1) (2024-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** animation doesn't working ([41fb553](https://github.com/v-vibe/vue-styled-components/commit/41fb5535ba9b0ecb5aa0c79700846a3e36f09d85))
7+
* **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))
8+
19
# 1.0.0 (2024-05-02)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vvibe/vue-styled-components",
33
"private": false,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"files": [
77
"dist/*"

0 commit comments

Comments
 (0)