Skip to content

Commit

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

## 3.16.0-canary.0 (2024-06-13)

### Features

* test feat release ([405f450](https://github.com/amannn/next-intl/commit/405f4504994285c890c69811e17e10f996ee371e)) – by [@amannn](https://github.com/amannn)

## 3.15.1-canary.0 (2024-06-13)

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

# 3.15.0 (2024-06-10)


### Features

* Add support for custom prefixes for i18n routing ([#1086](https://github.com/amannn/next-intl/issues/1086)) ([4ba921a](https://github.com/amannn/next-intl/commit/4ba921ac5c513d65c81343db3805c8e48da7c3f4))
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-canary.0",
"version": "3.16.0-canary.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions 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.16.0-canary.0 (2024-06-13)

### Features

* test feat release ([405f450](https://github.com/amannn/next-intl/commit/405f4504994285c890c69811e17e10f996ee371e)) – by [@amannn](https://github.com/amannn)

## 3.15.1-canary.0 (2024-06-13)

**Note:** Version bump only for package next-intl
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-canary.0",
"version": "3.16.0-canary.0",
"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.16.0-canary.0 (2024-06-13)

### Features

* test feat release ([405f450](https://github.com/amannn/next-intl/commit/405f4504994285c890c69811e17e10f996ee371e)) – by [@amannn](https://github.com/amannn)

## 3.15.1-canary.0 (2024-06-13)

**Note:** Version bump only for package use-intl
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-canary.0",
"version": "3.16.0-canary.0",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "Internationalization (i18n) for React",
Expand Down

0 comments on commit 60a46d5

Please sign in to comment.