Skip to content

Commit

Permalink
v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jul 4, 2023
1 parent bf31626 commit 3fce1cb
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 43 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.17.1 (2023-07-04)


### Bug Fixes

* Switch to `tsup` for more efficient bundling and also switch to `vitest` internally ([#375](https://github.com/amannn/next-intl/issues/375)) ([bf31626](https://github.com/amannn/next-intl/commit/bf31626046bbf5829c34b8b8fc31f5d47a2ab26e))





# 2.17.0 (2023-06-29)


Expand Down Expand Up @@ -778,4 +789,3 @@ This library is now considered production ready. There are no changes from the p
## 0.1.1

- Fix: Don't throw for empty messages (`""`).

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.17.0",
"version": "2.17.1",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/next-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.17.1 (2023-07-04)


### Bug Fixes

* Switch to `tsup` for more efficient bundling and also switch to `vitest` internally ([#375](https://github.com/amannn/next-intl/issues/375)) ([bf31626](https://github.com/amannn/next-intl/commit/bf31626046bbf5829c34b8b8fc31f5d47a2ab26e))





# 2.17.0 (2023-06-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/next-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-intl",
"version": "2.17.0",
"version": "2.17.1",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "A minimal, but complete solution for internationalization in Next.js apps.",
Expand Down Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@formatjs/intl-localematcher": "^0.2.32",
"negotiator": "^0.6.3",
"use-intl": "^2.17.0"
"use-intl": "^2.17.1"
},
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.17.1 (2023-07-04)


### Bug Fixes

* Switch to `tsup` for more efficient bundling and also switch to `vitest` internally ([#375](https://github.com/amannn/next-intl/issues/375)) ([bf31626](https://github.com/amannn/next-intl/commit/bf31626046bbf5829c34b8b8fc31f5d47a2ab26e))





# 2.17.0 (2023-06-29)


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": "2.17.0",
"version": "2.17.1",
"sideEffects": false,
"author": "Jan Amann <[email protected]>",
"description": "Minimal, but complete solution for managing internationalization in React apps.",
Expand Down
46 changes: 8 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit 3fce1cb

@vercel
Copy link

@vercel vercel bot commented on 3fce1cb Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

example-next-13-next-auth – ./examples/example-next-13-next-auth

example-next-13-next-auth-next-intl.vercel.app
example-next-13-next-auth.vercel.app
example-next-13-next-auth-git-main-next-intl.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3fce1cb Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl-example-next-13 – ./examples/example-next-13

next-intl-example-next-13-git-main-next-intl.vercel.app
next-intl-example-next-13.vercel.app
next-intl-example-next-13-next-intl.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3fce1cb Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-intl-docs – ./docs

next-intl-docs-next-intl.vercel.app
next-intl-docs.vercel.app
next-intl-docs-git-main-next-intl.vercel.app

Please sign in to comment.