From 54b585c34dffe52d05fe79d7b25aa6216fe0d326 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Wed, 23 Aug 2023 17:08:57 +0000 Subject: [PATCH] v2.19.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/next-intl/CHANGELOG.md | 11 +++++++++++ packages/next-intl/package.json | 4 ++-- packages/use-intl/CHANGELOG.md | 11 +++++++++++ packages/use-intl/package.json | 2 +- pnpm-lock.yaml | 2 +- 7 files changed, 38 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f0798dd..c1004a0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.19.4 (2023-08-23) + + +### Bug Fixes + +* Allow to import `next-intl/link` into Server Components without having to add a wrapping Client Component ([#465](https://github.com/amannn/next-intl/issues/465)) ([21a0691](https://github.com/amannn/next-intl/commit/21a06913055028848d36474fe636a4e3e332f647)) + + + + + ## 2.19.3 (2023-08-23) diff --git a/lerna.json b/lerna.json index e421616aa..d27006cc5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.19.3", + "version": "2.19.4", "packages": [ "packages/*" ], diff --git a/packages/next-intl/CHANGELOG.md b/packages/next-intl/CHANGELOG.md index e3e542a52..1e8d8262a 100644 --- a/packages/next-intl/CHANGELOG.md +++ b/packages/next-intl/CHANGELOG.md @@ -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.19.4 (2023-08-23) + + +### Bug Fixes + +* Allow to import `next-intl/link` into Server Components without having to add a wrapping Client Component ([#465](https://github.com/amannn/next-intl/issues/465)) ([21a0691](https://github.com/amannn/next-intl/commit/21a06913055028848d36474fe636a4e3e332f647)) + + + + + ## 2.19.3 (2023-08-23) diff --git a/packages/next-intl/package.json b/packages/next-intl/package.json index f92f11c91..41283a393 100644 --- a/packages/next-intl/package.json +++ b/packages/next-intl/package.json @@ -1,6 +1,6 @@ { "name": "next-intl", - "version": "2.19.3", + "version": "2.19.4", "sideEffects": false, "author": "Jan Amann ", "description": "A minimal, but complete solution for internationalization in Next.js apps.", @@ -68,7 +68,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^2.19.3" + "use-intl": "^2.19.4" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", diff --git a/packages/use-intl/CHANGELOG.md b/packages/use-intl/CHANGELOG.md index e422ed237..7942637ef 100644 --- a/packages/use-intl/CHANGELOG.md +++ b/packages/use-intl/CHANGELOG.md @@ -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.19.4 (2023-08-23) + + +### Bug Fixes + +* Allow to import `next-intl/link` into Server Components without having to add a wrapping Client Component ([#465](https://github.com/amannn/next-intl/issues/465)) ([21a0691](https://github.com/amannn/next-intl/commit/21a06913055028848d36474fe636a4e3e332f647)) + + + + + ## 2.19.3 (2023-08-23) diff --git a/packages/use-intl/package.json b/packages/use-intl/package.json index 6c6e69233..b92b44e2c 100644 --- a/packages/use-intl/package.json +++ b/packages/use-intl/package.json @@ -1,6 +1,6 @@ { "name": "use-intl", - "version": "2.19.3", + "version": "2.19.4", "sideEffects": false, "author": "Jan Amann ", "description": "Minimal, but complete solution for managing internationalization in React apps.", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0979f1019..e61291d24 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -376,7 +376,7 @@ importers: specifier: ^0.6.3 version: 0.6.3 use-intl: - specifier: ^2.19.3 + specifier: ^2.19.4 version: link:../use-intl devDependencies: '@size-limit/preset-big-lib':