Skip to content

Commit 1435fb2

Browse files
k0d13apteryxxyz
andauthored
Bump patch supported range to 16.0.6 (#150)
Co-authored-by: apteryxxyz <[email protected]>
1 parent 87152c2 commit 1435fb2

File tree

4 files changed

+52
-47
lines changed

4 files changed

+52
-47
lines changed

.changeset/mk4lP2zgn0Nq9.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 16.0.6

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- "examples/*"
44

55
catalog:
6-
next: "16.0.5"
6+
next: "16.0.6"
77
react: "19.1.1"
88
react-dom: "19.1.1"
99
"@types/react": "19.1.10"

src/patches/patch-2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const patchCookies = definePatchStep({
2121

2222
export default definePatch({
2323
name: 'patch-2',
24-
versions: '>=15.0.0 <=16.0.5',
24+
versions: '>=15.0.0 <=16.0.6',
2525
steps: [
2626
p1_patchNextNodeServer,
2727
p1_patchRouterServer,

0 commit comments

Comments
 (0)