Skip to content

Commit 6ae3e64

Browse files
committed
v4.0.0
1 parent 172656f commit 6ae3e64

File tree

7 files changed

+120
-45
lines changed

7 files changed

+120
-45
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.0 (2025-03-12)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* See [announcement](https://next-intl.dev/blog/next-intl-4-0)
11+
12+
### Features
13+
14+
* `next-intl@4` ([#1412](https://github.com/amannn/next-intl/issues/1412)) ([172656f](https://github.com/amannn/next-intl/commit/172656fc6a25c6deb2ce6d152eede201262c13bf)) – by @amannn
15+
616
## 3.26.5 (2025-02-21)
717

818
### Bug Fixes

lerna.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "3.26.5",
3+
"version": "4.0.0",
44
"packages": [
55
"packages/*"
66
],
77
"npmClient": "pnpm",
88
"changelogPreset": "conventional-changelog-conventionalcommits",
99
"command": {
1010
"publish": {
11-
"removePackageFields": ["devDependencies", "prettier"],
11+
"removePackageFields": [
12+
"devDependencies",
13+
"prettier"
14+
],
1215
"yes": true
1316
},
1417
"version": {

packages/next-intl/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.0 (2025-03-12)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* See [announcement](https://next-intl.dev/blog/next-intl-4-0)
11+
12+
### Features
13+
14+
* `next-intl@4` ([#1412](https://github.com/amannn/next-intl/issues/1412)) ([172656f](https://github.com/amannn/next-intl/commit/172656fc6a25c6deb2ce6d152eede201262c13bf)) – by @amannn
15+
616
## 3.26.5 (2025-02-21)
717

818
### Bug Fixes

packages/next-intl/package.json

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

packages/use-intl/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0.0 (2025-03-12)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* See [announcement](https://next-intl.dev/blog/next-intl-4-0)
11+
12+
### Features
13+
14+
* `next-intl@4` ([#1412](https://github.com/amannn/next-intl/issues/1412)) ([172656f](https://github.com/amannn/next-intl/commit/172656fc6a25c6deb2ce6d152eede201262c13bf)) – by @amannn
15+
616
## 3.26.5 (2025-02-21)
717

818
### Bug Fixes

packages/use-intl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-intl",
3-
"version": "3.26.5",
3+
"version": "4.0.0",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)