Skip to content

Commit 0fd7ae8

Browse files
committed
v3.21.0
1 parent ee1a2a9 commit 0fd7ae8

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

+6
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+
## 3.21.0 (2024-10-09)
7+
8+
### Features
9+
10+
* Add `t.has` to check whether a given message exists ([#1399](https://github.com/amannn/next-intl/issues/1399)) ([ee1a2a9](https://github.com/amannn/next-intl/commit/ee1a2a94b62474a5d8a1d39c8ff39bec072c02a0)) – by @tholander
11+
612
## 3.20.0 (2024-09-24)
713

814
### Features

lerna.json

+1-1
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": "3.20.0",
3+
"version": "3.21.0",
44
"packages": [
55
"packages/*"
66
],

packages/next-intl/CHANGELOG.md

+6
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+
## 3.21.0 (2024-10-09)
7+
8+
### Features
9+
10+
* Add `t.has` to check whether a given message exists ([#1399](https://github.com/amannn/next-intl/issues/1399)) ([ee1a2a9](https://github.com/amannn/next-intl/commit/ee1a2a94b62474a5d8a1d39c8ff39bec072c02a0)) – by @tholander
11+
612
## 3.20.0 (2024-09-24)
713

814
### Features

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.20.0",
3+
"version": "3.21.0",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"funding": [

packages/use-intl/CHANGELOG.md

+6
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+
## 3.21.0 (2024-10-09)
7+
8+
### Features
9+
10+
* Add `t.has` to check whether a given message exists ([#1399](https://github.com/amannn/next-intl/issues/1399)) ([ee1a2a9](https://github.com/amannn/next-intl/commit/ee1a2a94b62474a5d8a1d39c8ff39bec072c02a0)) – by @tholander
11+
612
## 3.20.0 (2024-09-24)
713

814
### Features

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.20.0",
3+
"version": "3.21.0",
44
"sideEffects": false,
55
"author": "Jan Amann <jan@amann.work>",
66
"description": "Internationalization (i18n) for React",

0 commit comments

Comments
 (0)