Skip to content

Commit

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

## 3.15.2 (2024-06-19)

**Note:** Version bump only for package root

## 3.15.1 (2024-06-19)

### 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.15.1",
"version": "3.15.2",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.15.2 (2024-06-19)

**Note:** Version bump only for package next-intl

## 3.15.1 (2024-06-19)

### Bug Fixes
Expand Down
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.15.1",
"version": "3.15.2",
"sideEffects": false,
"author": "Jan Amann <jan@amann.work>",
"funding": [
Expand Down
4 changes: 4 additions & 0 deletions packages/use-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.15.2 (2024-06-19)

**Note:** Version bump only for package use-intl

## 3.15.1 (2024-06-19)

### 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.15.1",
"version": "3.15.2",
"sideEffects": false,
"author": "Jan Amann <jan@amann.work>",
"description": "Internationalization (i18n) for React",
Expand Down

0 comments on commit e83042b

Please sign in to comment.