Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Jan 12, 2024
1 parent 2e36401 commit 4b4ff18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2",
"version": "0.6.0",
"private": true,
"description": "A collection of hooks and utilities for React",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "0.6.0",
"description": "A collection of hooks and utilities for React",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"author": "Arpit<https://github.com/heyitsarpit>",
"dependencies": {
"@react-hooks-library/shared": "0.5.2"
"@react-hooks-library/shared": "0.6.0"
},
"devDependencies": {
"@types/css-font-loading-module": "^0.0.6"
Expand Down
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.2",
"version": "0.6.0",
"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.2",
"version": "0.6.0",
"description": "Documentation website for react",
"author": "Arpit<https://github.com/heyitsarpit>",
"license": "MIT",
Expand Down

1 comment on commit 4b4ff18

@vercel
Copy link

@vercel vercel bot commented on 4b4ff18 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.