diff --git a/packages/international-types/package.json b/packages/international-types/package.json index e22dfc3..029af6a 100644 --- a/packages/international-types/package.json +++ b/packages/international-types/package.json @@ -1,6 +1,6 @@ { "name": "international-types", - "version": "0.6.2", + "version": "0.7.0", "description": "Type-safe internationalization (i18n) utility types", "types": "dist/index.d.ts", "keywords": [ diff --git a/packages/next-international/README.md b/packages/next-international/README.md index 25df69d..3248eee 100644 --- a/packages/next-international/README.md +++ b/packages/next-international/README.md @@ -392,7 +392,7 @@ export default { } as const ``` -The correct translation will then be determined automatically using a mandatory `count` parameter. The value of `count `is determined by the union of all suffixes, enabling type safety: +The correct translation will then be determined automatically using a mandatory `count` parameter. The value of `count` is determined by the union of all suffixes, enabling type safety: - `zero` only allows `0` - `one` only allows `1` - `two` only allows `2` diff --git a/packages/next-international/package.json b/packages/next-international/package.json index 20c9d43..adbfe38 100644 --- a/packages/next-international/package.json +++ b/packages/next-international/package.json @@ -1,6 +1,6 @@ { "name": "next-international", - "version": "0.6.4", + "version": "0.7.0", "description": "Type-safe internationalization (i18n) for Next.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -55,7 +55,7 @@ }, "dependencies": { "client-only": "^0.0.1", - "international-types": "^0.6.2", + "international-types": "^0.7.0", "server-only": "^0.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e424b9e..7639931 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -159,7 +159,7 @@ importers: specifier: ^0.0.1 version: 0.0.1 international-types: - specifier: ^0.6.2 + specifier: ^0.7.0 version: link:../international-types server-only: specifier: ^0.0.1