Skip to content

Commit 2adb2cc

Browse files
chore: release package (#150)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9703630 commit 2adb2cc

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

.changeset/curly-loops-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-items-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-router-hono-server
22

3+
## 2.19.0
4+
5+
### Minor Changes
6+
7+
- 9703630: Prevent build import conflicts by splitting imports into chunks
8+
- 9703630: Rollback single file server output (revert to 2.16.0 behavior)
9+
310
## 2.18.0
411

512
### Minor Changes

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-hono-server",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
44
"type": "module",
55
"description": "The Vite plugin you need to create a Hono server for your React Router app in less than 10 seconds.",
66
"publishConfig": {
@@ -86,7 +86,9 @@
8686
"bin": {
8787
"react-router-hono-server": "dist/cli.js"
8888
},
89-
"files": ["dist"],
89+
"files": [
90+
"dist"
91+
],
9092
"homepage": "https://github.com/rphlmr/react-router-hono-server#readme",
9193
"dependencies": {
9294
"@drizzle-team/brocli": "^0.11.0",
@@ -137,6 +139,12 @@
137139
},
138140
"packageManager": "pnpm@10.7.1",
139141
"pnpm": {
140-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "lefthook", "sharp", "workerd"]
142+
"onlyBuiltDependencies": [
143+
"@biomejs/biome",
144+
"esbuild",
145+
"lefthook",
146+
"sharp",
147+
"workerd"
148+
]
141149
}
142150
}

0 commit comments

Comments
 (0)