Skip to content

Commit 7b3475d

Browse files
committed
v4.5.1
1 parent c276c80 commit 7b3475d

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
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.1 (2025-11-11)
7+
8+
### Bug Fixes
9+
10+
* Avoid partial matches in overlapping localized pathnames ([#2090](https://github.com/amannn/next-intl/issues/2090)) ([c276c80](https://github.com/amannn/next-intl/commit/c276c807b433288c995755f000e69db240f8f80f)), closes [#2089](https://github.com/amannn/next-intl/issues/2089) [#2089](https://github.com/amannn/next-intl/issues/2089) – by @amannn
11+
612
## 4.5.0 (2025-11-07)
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.5.0",
3+
"version": "4.5.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.5.1 (2025-11-11)
7+
8+
### Bug Fixes
9+
10+
* Avoid partial matches in overlapping localized pathnames ([#2090](https://github.com/amannn/next-intl/issues/2090)) ([c276c80](https://github.com/amannn/next-intl/commit/c276c807b433288c995755f000e69db240f8f80f)), closes [#2089](https://github.com/amannn/next-intl/issues/2089) [#2089](https://github.com/amannn/next-intl/issues/2089) – by @amannn
11+
612
## 4.5.0 (2025-11-07)
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.5.0",
3+
"version": "4.5.1",
44
"sideEffects": false,
55
"author": "Jan Amann <[email protected]>",
66
"funding": [

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.1 (2025-11-11)
7+
8+
### Bug Fixes
9+
10+
* Avoid partial matches in overlapping localized pathnames ([#2090](https://github.com/amannn/next-intl/issues/2090)) ([c276c80](https://github.com/amannn/next-intl/commit/c276c807b433288c995755f000e69db240f8f80f)), closes [#2089](https://github.com/amannn/next-intl/issues/2089) [#2089](https://github.com/amannn/next-intl/issues/2089) – by @amannn
11+
612
## 4.5.0 (2025-11-07)
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.5.0",
3+
"version": "4.5.1",
44
"sideEffects": false,
55
"author": "Jan Amann <[email protected]>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)