Skip to content

Commit

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


### Bug Fixes

* enable useConfig() after hydration ([c1e0c83](https://github.com/vikejs/vike-react/commit/c1e0c8327aca1f06999b104432ead562c8eec8c4))
* fix `useConfig()` for `{body,html}Attributes` (vikejs/vike-vue[#180](https://github.com/vikejs/vike-react/issues/180)) ([653b808](https://github.com/vikejs/vike-react/commit/653b808846446182e7d7b51fddc247ad8bc722af))
* fix callable cumulative configs ([a6c82a2](https://github.com/vikejs/vike-react/commit/a6c82a27ec5a2e916a1fdc93dae5a9465286f93b))
* support callable cumulative configs ([a53b7c1](https://github.com/vikejs/vike-react/commit/a53b7c17dfa2e03e816e33db5295b7c019ee1f7d))
* update lang upon useConfig() ([405af64](https://github.com/vikejs/vike-react/commit/405af647a524de7901f3a2c1ae12b7c87083931f))



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


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.2",
"version": "0.5.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a244e11

Please sign in to comment.