Skip to content

Commit

Permalink
chore: release 0.4.0 (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Jan 24, 2025
1 parent 8d3e10c commit 1d462d5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/react-server-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.0 (2025-01-24)

- feat!: migrate to Vite 6 environment API ([#634](https://github.com/hi-ogawa/vite-plugins/pull/634))

## v0.0.15 (2025-01-23)

- feat: auto load dotenv for dev and preview ([#637](https://github.com/hi-ogawa/vite-plugins/pull/637))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/react-server-next",
"version": "0.0.15",
"version": "0.1.0",
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/react-server-next",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.4.0 (2025-01-24)

- feat!: migrate to Vite 6 environment API ([#634](https://github.com/hi-ogawa/vite-plugins/pull/634))

## v0.3.9 (2025-01-23)

- feat: cloudflare platform api ([#644](https://github.com/hi-ogawa/vite-plugins/pull/644))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/react-server",
"version": "0.3.9",
"version": "0.4.0",
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/react-server",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d462d5

Please sign in to comment.