Skip to content

Commit 35069ba

Browse files
committedMar 15, 2024
v3.9.5
1 parent 080333a commit 35069ba

File tree

7 files changed

+38
-5
lines changed

7 files changed

+38
-5
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 3.9.5 (2024-03-15)
7+
8+
9+
### Bug Fixes
10+
11+
* Improve support for older browsers by switching from `replaceAll` to `replace` ([#885](https://github.com/amannn/next-intl/issues/885) by @MichalMoravik) ([080333a](https://github.com/amannn/next-intl/commit/080333aa8ec2e4e41dc740e370032ee429b190f0)), closes [#884](https://github.com/amannn/next-intl/issues/884)
12+
13+
14+
15+
16+
617
## 3.9.4 (2024-03-08)
718

819

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.9.4",
2+
"version": "3.9.5",
33
"packages": [
44
"packages/*"
55
],

‎packages/next-intl/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 3.9.5 (2024-03-15)
7+
8+
9+
### Bug Fixes
10+
11+
* Improve support for older browsers by switching from `replaceAll` to `replace` ([#885](https://github.com/amannn/next-intl/issues/885) by @MichalMoravik) ([080333a](https://github.com/amannn/next-intl/commit/080333aa8ec2e4e41dc740e370032ee429b190f0)), closes [#884](https://github.com/amannn/next-intl/issues/884)
12+
13+
14+
15+
16+
617
## 3.9.4 (2024-03-08)
718

819

‎packages/next-intl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-intl",
3-
"version": "3.9.4",
3+
"version": "3.9.5",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"funding": [
@@ -82,7 +82,7 @@
8282
"dependencies": {
8383
"@formatjs/intl-localematcher": "^0.2.32",
8484
"negotiator": "^0.6.3",
85-
"use-intl": "^3.9.4"
85+
"use-intl": "^3.9.5"
8686
},
8787
"peerDependencies": {
8888
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",

‎packages/use-intl/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## 3.9.5 (2024-03-15)
7+
8+
9+
### Bug Fixes
10+
11+
* Improve support for older browsers by switching from `replaceAll` to `replace` ([#885](https://github.com/amannn/next-intl/issues/885) by @MichalMoravik) ([080333a](https://github.com/amannn/next-intl/commit/080333aa8ec2e4e41dc740e370032ee429b190f0)), closes [#884](https://github.com/amannn/next-intl/issues/884)
12+
13+
14+
15+
16+
617
## 3.9.4 (2024-03-08)
718

819

‎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.9.4",
3+
"version": "3.9.5",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"description": "Minimal, but complete solution for managing internationalization in React apps.",

‎pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)