Skip to content

Commit fad853c

Browse files
authored
Merge pull request #204 from k0d13/chore/bump-nextjs-16.2.12
Bump patch supported range to 16.2.12
2 parents ee6923b + fb1c4ea commit fad853c

4 files changed

Lines changed: 53 additions & 48 deletions

File tree

.changeset/T8vIiQlDPWc6h.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.2.12

pnpm-lock.yaml

Lines changed: 46 additions & 46 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.2.11"
6+
next: "16.2.12"
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.2.11',
24+
versions: '>=15.0.0 <=16.2.12',
2525
steps: [
2626
p1_patchNextNodeServer,
2727
p1_patchRouterServer,

0 commit comments

Comments
 (0)