Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Oct 17, 2022
1 parent d7e1c8d commit 517cc3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "12.2.2",
"next-international": "workspace:0.3.5",
"next-international": "workspace:0.3.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
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.3.5",
"version": "0.3.6",
"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": "0.3.5",
"version": "0.3.6",
"description": "Type-safe internationalization (i18n) for Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
"react": "^18.0.0 || ^17.0.0"
},
"dependencies": {
"international-types": "0.3.5"
"international-types": "0.3.6"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 517cc3c

Please sign in to comment.