Skip to content

Commit

Permalink
v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Dec 20, 2024
1 parent 1d60d08 commit 0b484fb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.26.3 (2024-12-20)

### Bug Fixes

* Add missing deprecation warnings for `[email protected]` ([#1485](https://github.com/amannn/next-intl/issues/1485)) ([1d60d08](https://github.com/amannn/next-intl/commit/1d60d08c446d9eeac8bcc5bfbd0654113a737518)) – by @amannn

## 3.26.2 (2024-12-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.26.2",
"version": "3.26.3",
"packages": [
"packages/*"
],
Expand Down
8 changes: 7 additions & 1 deletion packages/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.26.3 (2024-12-20)

### Bug Fixes

* Add missing deprecation warnings for `[email protected]` ([#1485](https://github.com/amannn/next-intl/issues/1485)) ([1d60d08](https://github.com/amannn/next-intl/commit/1d60d08c446d9eeac8bcc5bfbd0654113a737518)) – by @amannn

## 3.26.2 (2024-12-18)

### Bug Fixes
Expand Down Expand Up @@ -1027,4 +1033,4 @@ Please refer to [the release notes](https://next-intl-docs.vercel.app/blog/next-

## [1.3.3](https://github.com/amannn/next-intl/compare/v1.3.2...v1.3.3) (2021-02-09)

**Note:** Version bump only for package next-intl
**Note:** Version bump only for package next-intl
2 changes: 1 addition & 1 deletion packages/next-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-intl",
"version": "3.26.2",
"version": "3.26.3",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"funding": [
Expand Down
6 changes: 6 additions & 0 deletions packages/use-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.26.3 (2024-12-20)

### Bug Fixes

* Add missing deprecation warnings for `[email protected]` ([#1485](https://github.com/amannn/next-intl/issues/1485)) ([1d60d08](https://github.com/amannn/next-intl/commit/1d60d08c446d9eeac8bcc5bfbd0654113a737518)) – by @amannn

## 3.26.2 (2024-12-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-intl",
"version": "3.26.2",
"version": "3.26.3",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "Internationalization (i18n) for React",
Expand Down

0 comments on commit 0b484fb

Please sign in to comment.