Skip to content

Commit

Permalink
chore(release): v1.7.0-alpha.1
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
my-release-bot committed Aug 21, 2024
1 parent 97101d0 commit cb55639
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.7.0-alpha.1](https://github.com/vue-styled-components/core/compare/v1.6.1...v1.7.0-alpha.1) (2024-08-21)


### Features

* **core:** [styled] support infering ts type from props ([97101d0](https://github.com/vue-styled-components/core/commit/97101d01953323e27c743221996abff1192e9add))
* **core:** [styled] support passing custom props and no need definition ([119f4b8](https://github.com/vue-styled-components/core/commit/119f4b8a6ab26a7439de3d002baa54d787d11eef))

## [1.6.1](https://github.com/vue-styled-components/core/compare/v1.6.0...v1.6.1) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-styled-components/core",
"version": "1.6.1",
"version": "1.7.0-alpha.1",
"type": "module",
"files": [
"dist/*"
Expand Down

0 comments on commit cb55639

Please sign in to comment.