Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Oct 12, 2023
1 parent 4fcbb84 commit 82c233c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.0",
"version": "0.8.1",
"description": "Type-safe internationalization (i18n) utility types",
"types": "dist/index.d.ts",
"keywords": [
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": "1.1.1",
"version": "1.1.2",
"description": "Type-safe internationalization (i18n) for Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"client-only": "^0.0.1",
"international-types": "^0.8.0",
"international-types": "^0.8.1",
"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 82c233c

Please sign in to comment.