Skip to content

Commit dd3a047

Browse files
committed
v4.6.1
1 parent 3937e44 commit dd3a047

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.6.1 (2025-12-16)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2176](https://github.com/amannn/next-intl/issues/2176)) ([3937e44](https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc)) – by @amannn
11+
612
## 4.6.0 (2025-12-12)
713

814
### Features

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.0",
3+
"version": "4.6.1",
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.6.1 (2025-12-16)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2176](https://github.com/amannn/next-intl/issues/2176)) ([3937e44](https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc)) – by @amannn
11+
612
## 4.6.0 (2025-12-12)
713

814
### Features

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.0",
3+
"version": "4.6.1",
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.6.1 (2025-12-16)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2176](https://github.com/amannn/next-intl/issues/2176)) ([3937e44](https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc)) – by @amannn
11+
612
## 4.6.0 (2025-12-12)
713

814
### Features

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.0",
3+
"version": "4.6.1",
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.6.1 (2025-12-16)
7+
8+
### Bug Fixes
9+
10+
* Improvements for `useExtracted` ([#2176](https://github.com/amannn/next-intl/issues/2176)) ([3937e44](https://github.com/amannn/next-intl/commit/3937e449c4adcc1e6d308d76aa69787daba59cdc)) – by @amannn
11+
612
## 4.6.0 (2025-12-12)
713

814
### Features

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.0",
3+
"version": "4.6.1",
44
"sideEffects": false,
55
"author": "Jan Amann <[email protected]>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)