Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Jul 28, 2023
1 parent 844fc4c commit 82b03e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/international-types/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/next-international/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions packages/next-international/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 82b03e2

Please sign in to comment.