Skip to content

Commit

Permalink
release: vike-react@0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Nov 30, 2024
1 parent 0e11f42 commit 7170f0a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"vike-react-query": "^0.1.2",
"@tanstack/react-query": "^5.20.1",
"vite": "^5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"vite": "^5.4.0"
},
"typesVersions": {
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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"vite": "^5.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-chakra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"vite": "^5.4.0"
},
"typesVersions": {
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.203",
"vike-react": "^0.5.8",
"vike-react": "^0.5.9",
"vite": "^5.4.0",
"vitest": "^1.2.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vike-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.5.9](https://github.com/vikejs/vike-react/compare/vike-react@0.5.8...vike-react@0.5.9) (2024-11-30)


### Bug Fixes

* add `ImportString` type to `onBeforeRenderHtml` & `onAfterRenderHtml` ([b102b72](https://github.com/vikejs/vike-react/commit/b102b72e4da3dbbad3813007bba9b31dfb610464))
* add eject.config.js ([0070495](https://github.com/vikejs/vike-react/commit/00704957fcf374ad0c7ebb0645a36b8d2035d2d2))
* rename +config.js to config.js ([fcac4b0](https://github.com/vikejs/vike-react/commit/fcac4b0ac9076925f6a874d05fd6129fd7c787ac))



## [0.5.8](https://github.com/vikejs/vike-react/compare/vike-react@0.5.7...vike-react@0.5.8) (2024-11-20)


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.8",
"version": "0.5.9",
"repository": "https://github.com/vikejs/vike-react",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7170f0a

Please sign in to comment.