Skip to content

Commit

Permalink
release: v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 12, 2024
1 parent ce05a56 commit 36f5c9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.7.1](https://github.com/vikejs/vike-solid/compare/v0.7.0...v0.7.1) (2024-08-12)


### Bug Fixes

* don't unnecessarily pass useConfig() values to client-side ([613bce3](https://github.com/vikejs/vike-solid/commit/613bce3383ffe0ff33bad647c6fb0322e7461779))
* update peerDependencies list ([d5051e1](https://github.com/vikejs/vike-solid/commit/d5051e105d97f3b04340a1eb7d8fdc7afa3c28fb))


### Features

* new [components `<Head>` and `<Config>`](https://vike.dev/useConfig#config-head) ([#104](https://github.com/vikejs/vike-solid/issues/104)) ([ed1c070](https://github.com/vikejs/vike-solid/commit/ed1c070ef4bc2d4ee158d21ab1a151df07ed924b))
* support setting `{body,html}Attributes` based on `pageContext` ([ce05a56](https://github.com/vikejs/vike-solid/commit/ce05a564dac219d1f08f3ca9b4483a8f87aab785))



# [0.7.0](https://github.com/vikejs/vike-solid/compare/v0.6.2...v0.7.0) (2024-08-06)


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

0 comments on commit 36f5c9c

Please sign in to comment.