Skip to content

Commit 5ffd7c2

Browse files
chore(release): v1.5.0-beta.1
# [1.5.0-beta.1](v1.4.1...v1.5.0-beta.1) (2024-08-18) ### Bug Fixes * **provider:** [theme] no hint when passing props ([c758864](c758864)) ### Features * **provider:** [theme] add support for extending and implementing theme typedef ([5087d1b](5087d1b))
1 parent 96495b4 commit 5ffd7c2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.5.0-beta.1](https://github.com/vue-styled-components/core/compare/v1.4.1...v1.5.0-beta.1) (2024-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **provider:** [theme] no hint when passing props ([c758864](https://github.com/vue-styled-components/core/commit/c7588645974d620366b44a12b6f95afe2b8c6d03))
7+
8+
9+
### Features
10+
11+
* **provider:** [theme] add support for extending and implementing theme typedef ([5087d1b](https://github.com/vue-styled-components/core/commit/5087d1b9c9eaa983d4448613aad03719fb7812a1))
12+
113
# [1.5.0-alpha.1](https://github.com/vue-styled-components/core/compare/v1.4.1...v1.5.0-alpha.1) (2024-08-18)
214

315

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.5.0-alpha.1",
3+
"version": "1.5.0-beta.1",
44
"type": "module",
55
"files": [
66
"dist/*"

0 commit comments

Comments
 (0)