Skip to content

Commit f7da9b1

Browse files
committed
v4.7.0
1 parent ebc5e43 commit f7da9b1

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.7.0 (2026-01-01)
7+
8+
### Features
9+
10+
* Improvements for `useExtracted` ([#2200](https://github.com/amannn/next-intl/issues/2200)) ([ebc5e43](https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163)) – by @amannn
11+
612
## 4.6.1 (2025-12-16)
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.6.1",
3+
"version": "4.7.0",
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.7.0 (2026-01-01)
7+
8+
### Features
9+
10+
* Improvements for `useExtracted` ([#2200](https://github.com/amannn/next-intl/issues/2200)) ([ebc5e43](https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163)) – by @amannn
11+
612
## 4.6.1 (2025-12-16)
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.6.1",
3+
"version": "4.7.0",
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.7.0 (2026-01-01)
7+
8+
### Features
9+
10+
* Improvements for `useExtracted` ([#2200](https://github.com/amannn/next-intl/issues/2200)) ([ebc5e43](https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163)) – by @amannn
11+
612
## 4.6.1 (2025-12-16)
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.6.1",
3+
"version": "4.7.0",
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.7.0 (2026-01-01)
7+
8+
### Features
9+
10+
* Improvements for `useExtracted` ([#2200](https://github.com/amannn/next-intl/issues/2200)) ([ebc5e43](https://github.com/amannn/next-intl/commit/ebc5e43e41be1712f621ed6d19d752bcf993e163)) – by @amannn
11+
612
## 4.6.1 (2025-12-16)
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.6.1",
3+
"version": "4.7.0",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)