From aba3ffef742266d7d349c2c08f1a11b638de754f Mon Sep 17 00:00:00 2001 From: QuiiBz Date: Sat, 8 Apr 2023 21:57:30 +0200 Subject: [PATCH] 0.4.0 --- packages/international-types/package.json | 4 ++-- packages/next-international/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/international-types/package.json b/packages/international-types/package.json index 7d4d227..ef55ed3 100644 --- a/packages/international-types/package.json +++ b/packages/international-types/package.json @@ -1,6 +1,6 @@ { "name": "international-types", - "version": "0.3.8", + "version": "0.4.0", "description": "Type-safe internationalization (i18n) utility types", "types": "dist/index.d.ts", "keywords": [ @@ -24,4 +24,4 @@ "scripts": { "build": "tsc --declaration --emitDeclarationOnly --outDir dist index.ts" } -} \ No newline at end of file +} diff --git a/packages/next-international/package.json b/packages/next-international/package.json index 0c8e182..84adf85 100644 --- a/packages/next-international/package.json +++ b/packages/next-international/package.json @@ -1,6 +1,6 @@ { "name": "next-international", - "version": "0.3.6", + "version": "0.4.0", "description": "Type-safe internationalization (i18n) for Next.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -32,7 +32,7 @@ "tsup": "^6.1.3" }, "peerDependencies": { - "next": "^12.0.0 || ^11.0.0", + "next": "^13.0.0 || ^12.0.0 || ^11.0.0", "react": "^18.0.0 || ^17.0.0" }, "dependencies": {