Skip to content

Commit de4baeb

Browse files
committed
v4.8.2
1 parent f57800e commit de4baeb

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.8.2 (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* Avoid throwing config errors for non-Next.js consumers of `next.config.ts` ([#2245](https://github.com/amannn/next-intl/issues/2245)) ([f57800e](https://github.com/amannn/next-intl/commit/f57800ecd43ab9ab928a6c3839e24fed68bc6d24)) – by @amannn
11+
612
## 4.8.1 (2026-01-30)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"packages": [
55
"packages/*"
66
],

packages/icu-minify/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.8.2 (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* Avoid throwing config errors for non-Next.js consumers of `next.config.ts` ([#2245](https://github.com/amannn/next-intl/issues/2245)) ([f57800e](https://github.com/amannn/next-intl/commit/f57800ecd43ab9ab928a6c3839e24fed68bc6d24)) – by @amannn
11+
612
## 4.8.1 (2026-01-30)
713

814
### Bug Fixes

packages/icu-minify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icu-minify",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"funding": [

packages/next-intl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.8.2 (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* Avoid throwing config errors for non-Next.js consumers of `next.config.ts` ([#2245](https://github.com/amannn/next-intl/issues/2245)) ([f57800e](https://github.com/amannn/next-intl/commit/f57800ecd43ab9ab928a6c3839e24fed68bc6d24)) – by @amannn
11+
612
## 4.8.1 (2026-01-30)
713

814
### Bug Fixes

packages/next-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-intl",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"funding": [

packages/swc-plugin-extractor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.8.2 (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* Avoid throwing config errors for non-Next.js consumers of `next.config.ts` ([#2245](https://github.com/amannn/next-intl/issues/2245)) ([f57800e](https://github.com/amannn/next-intl/commit/f57800ecd43ab9ab928a6c3839e24fed68bc6d24)) – by @amannn
11+
612
## 4.8.1 (2026-01-30)
713

814
### Bug Fixes

packages/swc-plugin-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-intl-swc-plugin-extractor",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"sideEffects": false,
55
"author": "강동윤 <kdy1997.dev@gmail.com>",
66
"contributors": [

packages/use-intl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 4.8.2 (2026-02-02)
7+
8+
### Bug Fixes
9+
10+
* Avoid throwing config errors for non-Next.js consumers of `next.config.ts` ([#2245](https://github.com/amannn/next-intl/issues/2245)) ([f57800e](https://github.com/amannn/next-intl/commit/f57800ecd43ab9ab928a6c3839e24fed68bc6d24)) – by @amannn
11+
612
## 4.8.1 (2026-01-30)
713

814
### Bug Fixes

packages/use-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-intl",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"funding": [

0 commit comments

Comments
 (0)