Skip to content

Commit 0e15b36

Browse files
committed
meta: Update CHANGELOG for 6.19.4
- unblocks React 18 across our SDKs - updates NextJS SDK to add React 18 peer dep
1 parent db661b4 commit 0e15b36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 6.19.4
8+
9+
- feat(react): Add React 18 as peer dep (#4819)
10+
- ref(build): Add `build/types` to tarballs and adjust `types` entry points (#4824)
11+
12+
Work in this release contributed by @Turbo87. Thank you for your contribution!
13+
714
## 6.19.3
815

916
- feat(browser): Add new v7 Fetch Transport ([#4765](https://github.com/getsentry/sentry-javascript/pull/4765))

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"next": "^10.0.8 || ^11.0 || ^12.0",
37-
"react": "15.x || 16.x || 17.x",
37+
"react": "15.x || 16.x || 17.x || 18.x",
3838
"webpack": ">= 4.0.0"
3939
},
4040
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)