Skip to content

Commit

Permalink
release: vike-react@0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 10, 2024
1 parent 4fb2251 commit 53b19c9
Show file tree
Hide file tree
Showing 8 changed files with 17 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.5",
"vike-react": "^0.5.6",
"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.5",
"vike-react": "^0.5.6",
"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.5",
"vike-react": "^0.5.6",
"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.5",
"vike-react": "^0.5.6",
"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.5",
"vike-react": "^0.5.6",
"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.5",
"vike-react": "^0.5.6",
"vite": "^5.4.0",
"vitest": "^1.2.2"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/vike-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.6](https://github.com/vikejs/vike-react/compare/vike-react@0.5.5...vike-react@0.5.6) (2024-09-10)


### Bug Fixes

* properly export config (vikejs/vike-vue[#194](https://github.com/vikejs/vike-react/issues/194)) ([4fb2251](https://github.com/vikejs/vike-react/commit/4fb22517c3da62f0e361fcf7eb9d106b5cde127d))
* return undefined instead of throw error upon missing pageContext (fix [#147](https://github.com/vikejs/vike-react/issues/147)) ([68b6dc0](https://github.com/vikejs/vike-react/commit/68b6dc0b5b8933ca94f186dff02dc5b7df7ee18e))



## [0.5.5](https://github.com/vikejs/vike-react/compare/vike-react@0.5.4...vike-react@0.5.5) (2024-08-30)


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

0 comments on commit 53b19c9

Please sign in to comment.