Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 22, 2023
1 parent 33a8be1 commit 58da67a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.1](https://github.com/vikejs/vike-react/compare/v0.2.0...v0.2.1) (2023-09-22)


### Bug Fixes

* use Vike.PageContext ([33a8be1](https://github.com/vikejs/vike-react/commit/33a8be12bb62f885108cc0e6d8870cfe060a946b))



# [0.2.0](https://github.com/vikejs/vike-react/compare/v0.1.6...v0.2.0) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.0.2",
"vike-react": "0.2.0",
"vike-react": "0.2.1",
"vite": "^4.3.8",
"vite-plugin-ssr": "^0.4.141"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.0.2",
"vike-react": "0.2.0",
"vike-react": "0.2.1",
"vite": "^4.3.8",
"vite-plugin-ssr": "^0.4.141"
},
Expand Down
2 changes: 1 addition & 1 deletion vike-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-react",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/renderer/+config.js",
"types": "./dist/renderer/+config.d.ts",
Expand Down

0 comments on commit 58da67a

Please sign in to comment.