Skip to content

Commit cb55639

Browse files
chore(release): v1.7.0-alpha.1
# [1.7.0-alpha.1](v1.6.1...v1.7.0-alpha.1) (2024-08-21) ### Features * **core:** [styled] support infering ts type from props ([97101d0](97101d0)) * **core:** [styled] support passing custom props and no need definition ([119f4b8](119f4b8))
1 parent 97101d0 commit cb55639

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.7.0-alpha.1](https://github.com/vue-styled-components/core/compare/v1.6.1...v1.7.0-alpha.1) (2024-08-21)
2+
3+
4+
### Features
5+
6+
* **core:** [styled] support infering ts type from props ([97101d0](https://github.com/vue-styled-components/core/commit/97101d01953323e27c743221996abff1192e9add))
7+
* **core:** [styled] support passing custom props and no need definition ([119f4b8](https://github.com/vue-styled-components/core/commit/119f4b8a6ab26a7439de3d002baa54d787d11eef))
8+
19
## [1.6.1](https://github.com/vue-styled-components/core/compare/v1.6.0...v1.6.1) (2024-08-21)
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.1",
3+
"version": "1.7.0-alpha.1",
44
"type": "module",
55
"files": [
66
"dist/*"

0 commit comments

Comments
 (0)