Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Jan 12, 2024
1 parent 5468b6a commit 6e9e2fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hooks-library/packages",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"description": "A collection of hooks and utilities for React",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hooks-library/core",
"version": "0.5.1",
"version": "0.5.2",
"description": "A collection of hooks and utilities for React",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -25,12 +25,12 @@
"license": "MIT",
"author": "Arpit<https://github.com/heyitsarpit>",
"dependencies": {
"@react-hooks-library/shared": "0.5.1"
"@react-hooks-library/shared": "0.5.2"
},
"devDependencies": {
"@types/css-font-loading-module": "^0.0.6"
},
"peerDependencies": {
"react": ">=16.9.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hooks-library/shared",
"version": "0.5.1",
"version": "0.5.2",
"description": "A collection of hooks and utilities for React",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hooks-library/website",
"version": "0.5.1",
"version": "0.5.2",
"description": "Documentation website for react",
"author": "Arpit<https://github.com/heyitsarpit>",
"license": "MIT",
Expand Down

0 comments on commit 6e9e2fa

Please sign in to comment.