Skip to content

Commit 86e459f

Browse files
authored
Bump patch supported range to 15.4.6 (#102)
Co-authored-by: apteryxxyz <[email protected]>
1 parent 059e7be commit 86e459f

File tree

6 files changed

+58
-53
lines changed

6 files changed

+58
-53
lines changed

.changeset/TZW7Lq6Hea7UK.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"next-ws": patch
3+
---
4+
5+
Bump patch supported range to 15.4.6

examples/base-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "next-ws patch"
99
},
1010
"dependencies": {
11-
"next": "15.4.3",
11+
"next": "15.4.6",
1212
"next-ws": "workspace:^",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",

examples/chat-room/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "next-ws patch"
99
},
1010
"dependencies": {
11-
"next": "15.4.3",
11+
"next": "15.4.6",
1212
"next-ws": "workspace:^",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",

examples/custom-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "next-ws patch"
99
},
1010
"dependencies": {
11-
"next": "15.4.3",
11+
"next": "15.4.6",
1212
"next-ws": "workspace:^",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",

pnpm-lock.yaml

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/patches/patch-2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export const patchRouterServer = definePatchStep({
3131

3232
export default definePatch({
3333
name: 'patch-2',
34-
versions: '>=13.5.1 <=15.4.3',
34+
versions: '>=13.5.1 <=15.4.6',
3535
steps: [p1_patchNextNodeServer, patchRouterServer, patchNextTypesPlugin],
3636
});

0 commit comments

Comments
 (0)