Skip to content

Commit

Permalink
release: v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 9, 2024
1 parent 2fa784e commit 034fb16
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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.6](https://github.com/vikejs/vike-node/compare/v0.2.5...v0.2.6) (2024-12-09)


### Bug Fixes

* improve error message upon `$ vite preview` ([2fa784e](https://github.com/vikejs/vike-node/commit/2fa784e8f14e57a8b765f2e068faf784e8a11330))



## [0.2.5](https://github.com/vikejs/vike-node/compare/v0.2.4...v0.2.5) (2024-12-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion examples/express-react-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.198",
"vike-node": "^0.2.5",
"vike-node": "^0.2.6",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.198",
"vike-node": "^0.2.5",
"vike-node": "^0.2.6",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-react-cf-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.198",
"vike-node": "^0.2.5",
"vike-node": "^0.2.6",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-react-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.198",
"vike-node": "^0.2.5",
"vike-node": "^0.2.6",
"vike-react": "^0.5.7",
"vite": "^5.4.8",
"telefunc": "^0.1.76"
Expand Down
4 changes: 2 additions & 2 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-node",
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -109,4 +109,4 @@
],
"repository": "github:vikejs/vike-node",
"license": "MIT"
}
}

0 comments on commit 034fb16

Please sign in to comment.