Skip to content

Commit 812d5e7

Browse files
committed
v4.5.6
1 parent 5397c49 commit 812d5e7

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.6 (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2133](https://github.com/amannn/next-intl/issues/2133)) ([5397c49](https://github.com/amannn/next-intl/commit/5397c49bc886fb2c8e44ac2f0e417d8a6f78811e)) – by @amannn
11+
612
## 4.5.5 (2025-11-19)
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.5",
3+
"version": "4.5.6",
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.6 (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2133](https://github.com/amannn/next-intl/issues/2133)) ([5397c49](https://github.com/amannn/next-intl/commit/5397c49bc886fb2c8e44ac2f0e417d8a6f78811e)) – by @amannn
11+
612
## 4.5.5 (2025-11-19)
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.5",
3+
"version": "4.5.6",
44
"sideEffects": false,
55
"author": "Jan Amann <[email protected]>",
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.6 (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2133](https://github.com/amannn/next-intl/issues/2133)) ([5397c49](https://github.com/amannn/next-intl/commit/5397c49bc886fb2c8e44ac2f0e417d8a6f78811e)) – by @amannn
11+
612
## 4.5.5 (2025-11-19)
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.5",
3+
"version": "4.5.6",
44
"sideEffects": false,
55
"author": "강동윤 <[email protected]>",
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.6 (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2133](https://github.com/amannn/next-intl/issues/2133)) ([5397c49](https://github.com/amannn/next-intl/commit/5397c49bc886fb2c8e44ac2f0e417d8a6f78811e)) – by @amannn
11+
612
## 4.5.5 (2025-11-19)
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.5",
3+
"version": "4.5.6",
44
"sideEffects": false,
55
"author": "Jan Amann <[email protected]>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)