Skip to content

Commit 69f4c18

Browse files
chore: release package (next) (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bf869b commit 69f4c18

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"react-router-hono-server": "2.17.0-pre"
66
},
77
"changesets": [
8-
"purple-crabs-follow"
8+
"purple-crabs-follow",
9+
"small-parks-help"
910
]
1011
}

CHANGELOG.md

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

3+
## 2.17.0-next.1
4+
5+
### Patch Changes
6+
7+
- 9bf869b: Statically import RR build
8+
39
## 2.17.0-next.0
410

511
### 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.17.0-next.0",
3+
"version": "2.17.0-next.1",
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",
@@ -134,7 +136,13 @@
134136
},
135137
"packageManager": "pnpm@10.7.1",
136138
"pnpm": {
137-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "lefthook", "sharp", "workerd"],
139+
"onlyBuiltDependencies": [
140+
"@biomejs/biome",
141+
"esbuild",
142+
"lefthook",
143+
"sharp",
144+
"workerd"
145+
],
138146
"overrides": {
139147
"@hono/node-server": "1.14.1"
140148
}

0 commit comments

Comments
 (0)