Skip to content

Commit 6a66c76

Browse files
🚀 Release v3.8.2 - @novu/js,@novu/react,@novu/nextjs,@novu/react-native (#9296)
Co-authored-by: LetItRock <[email protected]>
1 parent 563119a commit 6a66c76

File tree

10 files changed

+28
-6
lines changed

10 files changed

+28
-6
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@novu/dashboard",
33
"private": true,
4-
"version": "2.3.4",
4+
"version": "2.3.6",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/web",
3-
"version": "2.1.13",
3+
"version": "2.1.14",
44
"private": true,
55
"scripts": {
66
"start": "pnpm panda --watch & cross-env NODE_OPTIONS=--max_old_space_size=8192 PORT=4200 react-app-rewired start",

packages/js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v3.8.2 (2025-10-03)
2+
3+
### 🩹 Fixes
4+
5+
- **js:** correct archiveAllRead endpoint URL to match server implementation ([4b9fe22d30](https://github.com/novuhq/novu/commit/4b9fe22d30))
6+
7+
### ❤️ Thank You
8+
9+
- Paweł
10+
111
## v3.8.1 (2025-08-13)
212

313
### 🚀 Features

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/js",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"repository": "https://github.com/novuhq/novu",
55
"description": "Novu JavaScript SDK for <Inbox />",
66
"author": "",

packages/nextjs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.8.2 (2025-10-03)
2+
3+
This was a version bump only for @novu/nextjs to align it with other projects, there were no code changes.
4+
15
## v3.8.1 (2025-08-13)
26

37
### 🩹 Fixes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/nextjs",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/novuhq/novu",

packages/react-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.8.2 (2025-10-03)
2+
3+
This was a version bump only for @novu/react-native to align it with other projects, there were no code changes.
4+
15
## v3.8.1 (2025-08-13)
26

37
### 🩹 Fixes

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/react-native",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"repository": "https://github.com/novuhq/novu",
55
"description": "Novu's React Native SDK for building custom inbox notification experiences",
66
"author": "",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.8.2 (2025-10-03)
2+
3+
This was a version bump only for @novu/react to align it with other projects, there were no code changes.
4+
15
## v3.8.1 (2025-08-13)
26

37
### 🚀 Features

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@novu/react",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/novuhq/novu",

0 commit comments

Comments
 (0)