Skip to content

Commit

Permalink
release: vike-react@0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 24, 2024
1 parent fd4dd08 commit 39927a2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1",
"typescript": "^5.3.3",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vike-react-apollo": "^0.1.1",
"@apollo/client": "^3.10.8",
"@apollo/client-react-streaming": "^0.11.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-streaming": "^0.3.43",
"typescript": "^5.5.4",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vite": "^5.4.0"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vite": "^5.4.0"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vike-react-query": "^0.1.1",
"@tanstack/react-query": "^5.20.1",
"vite": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vite": "^5.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.191",
"vike-react": "^0.5.3",
"vike-react": "^0.5.4",
"vite": "^5.4.0",
"vitest": "^1.2.2"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/vike-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.5.4](https://github.com/vikejs/vike-react/compare/vike-react@0.5.3...vike-react@0.5.4) (2024-08-24)


### Bug Fixes

* add JSDocs ([9dfd4ab](https://github.com/vikejs/vike-react/commit/9dfd4abe6cfd8fa6ed199acdb736fc8a644f2474))
* make useConfig() work for vike-react hooks ([5d21040](https://github.com/vikejs/vike-react/commit/5d2104013956197cd367eb147bdc347ae964969c))
* use vike@0.4.191 ([9d9342f](https://github.com/vikejs/vike-react/commit/9d9342ff496a0d507819eb178cc332a69b2da039))


### Features

* new hook onAfterRenderHtml() ([acd5466](https://github.com/vikejs/vike-react/commit/acd54666c4c391690224a11b8f08521e2df42dbd))


### BREAKING CHANGES

* Update to `vike@0.4.191` or above.



## [0.5.3](https://github.com/vikejs/vike-react/compare/vike-react@0.5.2...vike-react@0.5.3) (2024-08-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-react",
"version": "0.5.3",
"version": "0.5.4",
"repository": "https://github.com/vikejs/vike-react",
"type": "module",
"exports": {
Expand Down

0 comments on commit 39927a2

Please sign in to comment.