Skip to content

Commit

Permalink
release: v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 24, 2024
1 parent 50e3b4d commit 98fe78f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.7.3](https://github.com/vikejs/vike-solid/compare/v0.7.2...v0.7.3) (2024-08-24)


### Bug Fixes

* make useConfig() work for vike-solid hooks ([addbecd](https://github.com/vikejs/vike-solid/commit/addbecdae7d1caffdd1c0f45b1e6233c16bcebb6))
* use vike@0.4.191 ([1a27788](https://github.com/vikejs/vike-solid/commit/1a277885768599fa4a12f10c33ee9972bd6db561))


### Features

* new setting [Wrapper](https://vike.dev/Wrapper) ([12eb11e](https://github.com/vikejs/vike-solid/commit/12eb11e3266743bc206d766c476a1607963f3106))


### BREAKING CHANGES

* Update to `vike@0.4.191` or above.



## [0.7.2](https://github.com/vikejs/vike-solid/compare/v0.7.1...v0.7.2) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion vike-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-solid",
"version": "0.7.2",
"version": "0.7.3",
"type": "module",
"scripts": {
"dev": "rollup -c rollup.config.js --watch",
Expand Down

0 comments on commit 98fe78f

Please sign in to comment.