Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Apr 8, 2023
1 parent 90da232 commit aba3ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/international-types/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -24,4 +24,4 @@
"scripts": {
"build": "tsc --declaration --emitDeclarationOnly --outDir dist index.ts"
}
}
}
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.3.6",
"version": "0.4.0",
"description": "Type-safe internationalization (i18n) for Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit aba3ffe

Please sign in to comment.