Skip to content

Commit a0e97c1

Browse files
committed
v4.5.8
1 parent 9b7c9fe commit a0e97c1

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
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.5.8 (2025-12-03)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2152](https://github.com/amannn/next-intl/issues/2152)) ([9b7c9fe](https://github.com/amannn/next-intl/commit/9b7c9fe73af2cccf20b25ad009a835db432df1df)) – by @amannn
11+
612
## 4.5.7 (2025-12-01)
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.5.7",
3+
"version": "4.5.8",
44
"packages": [
55
"packages/*"
66
],

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.5.8 (2025-12-03)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2152](https://github.com/amannn/next-intl/issues/2152)) ([9b7c9fe](https://github.com/amannn/next-intl/commit/9b7c9fe73af2cccf20b25ad009a835db432df1df)) – by @amannn
11+
612
## 4.5.7 (2025-12-01)
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.5.7",
3+
"version": "4.5.8",
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.5.8 (2025-12-03)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2152](https://github.com/amannn/next-intl/issues/2152)) ([9b7c9fe](https://github.com/amannn/next-intl/commit/9b7c9fe73af2cccf20b25ad009a835db432df1df)) – by @amannn
11+
612
## 4.5.7 (2025-12-01)
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.5.7",
3+
"version": "4.5.8",
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.5.8 (2025-12-03)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2152](https://github.com/amannn/next-intl/issues/2152)) ([9b7c9fe](https://github.com/amannn/next-intl/commit/9b7c9fe73af2cccf20b25ad009a835db432df1df)) – by @amannn
11+
612
## 4.5.7 (2025-12-01)
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.5.7",
3+
"version": "4.5.8",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)