From 39927a211f3ead4d14dd6cf531057b7c5accf179 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Sat, 24 Aug 2024 16:09:02 +0200 Subject: [PATCH] release: vike-react@0.5.4 --- examples/apollo/package.json | 2 +- examples/full/package.json | 2 +- examples/minimal/package.json | 2 +- examples/react-query/package.json | 2 +- packages/vike-react-apollo/package.json | 2 +- packages/vike-react-query/package.json | 2 +- packages/vike-react/CHANGELOG.md | 21 +++++++++++++++++++++ packages/vike-react/package.json | 2 +- 8 files changed, 28 insertions(+), 7 deletions(-) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index e04ee4cb..d64d5902 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -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", diff --git a/examples/full/package.json b/examples/full/package.json index 35f13c46..5e8a64e6 100644 --- a/examples/full/package.json +++ b/examples/full/package.json @@ -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" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 2f519398..969f7a3f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -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" diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 2a8d5f1e..697dd3d7 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -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" diff --git a/packages/vike-react-apollo/package.json b/packages/vike-react-apollo/package.json index 09218020..cb7a6fb8 100644 --- a/packages/vike-react-apollo/package.json +++ b/packages/vike-react-apollo/package.json @@ -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": { diff --git a/packages/vike-react-query/package.json b/packages/vike-react-query/package.json index 6c474640..2618a04e 100644 --- a/packages/vike-react-query/package.json +++ b/packages/vike-react-query/package.json @@ -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" }, diff --git a/packages/vike-react/CHANGELOG.md b/packages/vike-react/CHANGELOG.md index faea0857..8a6cbe46 100644 --- a/packages/vike-react/CHANGELOG.md +++ b/packages/vike-react/CHANGELOG.md @@ -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) diff --git a/packages/vike-react/package.json b/packages/vike-react/package.json index a7e8a0a6..0e55337c 100644 --- a/packages/vike-react/package.json +++ b/packages/vike-react/package.json @@ -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": {