Skip to content

Commit d5bd009

Browse files
chore(release): v1.8.0-alpha.1
# [1.8.0-alpha.1](v1.7.3...v1.8.0-alpha.1) (2024-09-22) ### Features * **attrs:** support passing a function to generate attrs ([d6c4db1](d6c4db1)) * **attrs:** support using attrs value in style ([5e32b20](5e32b20)) * **hooks:** add `useTheme` ([f82e67f](f82e67f)) * **theme:** support embed theme provider and passing a function to theme prop ([7ef63d9](7ef63d9))
1 parent 341de05 commit d5bd009

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.8.0-alpha.1](https://github.com/vue-styled-components/core/compare/v1.7.3...v1.8.0-alpha.1) (2024-09-22)
2+
3+
4+
### Features
5+
6+
* **attrs:** support passing a function to generate attrs ([d6c4db1](https://github.com/vue-styled-components/core/commit/d6c4db15ade756d63a5d21c8300468f29068a191))
7+
* **attrs:** support using attrs value in style ([5e32b20](https://github.com/vue-styled-components/core/commit/5e32b20f548b9023b478b61241a3efffc3ab670c))
8+
* **hooks:** add `useTheme` ([f82e67f](https://github.com/vue-styled-components/core/commit/f82e67fc3466de6a2a220730a1f7f14249f7b687))
9+
* **theme:** support embed theme provider and passing a function to theme prop ([7ef63d9](https://github.com/vue-styled-components/core/commit/7ef63d93600b24b65414682197fc984052212e26))
10+
111
## [1.7.3](https://github.com/vue-styled-components/core/compare/v1.7.2...v1.7.3) (2024-08-31)
212

313

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

0 commit comments

Comments
 (0)