Skip to content

Commit

Permalink
release: v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Sep 4, 2024
1 parent 3fa1f95 commit a31b5c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.7.4](https://github.com/vikejs/vike-solid/compare/v0.7.3...v0.7.4) (2024-09-04)


### Bug Fixes

* add vite as peer dependency (fix [#110](https://github.com/vikejs/vike-solid/issues/110)) ([704e0a7](https://github.com/vikejs/vike-solid/commit/704e0a7ae3dd41e350d0a3f50516e0ebeee6a90d))
* useData lose reactivity ([3fa1f95](https://github.com/vikejs/vike-solid/commit/3fa1f9561a1fa7f8811e67b6b3fb020cc4223955))



## [0.7.3](https://github.com/vikejs/vike-solid/compare/v0.7.2...v0.7.3) (2024-08-24)


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.3",
"version": "0.7.4",
"type": "module",
"scripts": {
"dev": "rollup -c rollup.config.js --watch",
Expand Down

0 comments on commit a31b5c3

Please sign in to comment.