Skip to content

Commit f0fcc75

Browse files
chore(release): v1.1.0-beta.1
# [1.1.0-beta.1](v1.0.1...v1.1.0-beta.1) (2024-05-16) ### Features * **core:** [styled] support passing type for props ([691be76](691be76))
1 parent e9362d3 commit f0fcc75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0-beta.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.1...v1.1.0-beta.1) (2024-05-16)
2+
3+
4+
### Features
5+
6+
* **core:** [styled] support passing type for props ([691be76](https://github.com/v-vibe/vue-styled-components/commit/691be768583d33a5b64390a6954bd388f0e51867))
7+
18
## [1.0.1](https://github.com/v-vibe/vue-styled-components/compare/v1.0.0...v1.0.1) (2024-05-10)
29

310

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.1",
4+
"version": "1.1.0-beta.1",
55
"type": "module",
66
"files": [
77
"dist/*"

0 commit comments

Comments
 (0)