Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Dec 14, 2021
1 parent bdc8252 commit 47bad1c
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.2.2",
"version": "0.2.3",
"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.2.2",
"version": "0.2.3",
"description": "A collection of hooks and utilities for React",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -24,7 +24,7 @@
"license": "MIT",
"author": "Arpit<https://github.com/heyitsarpit>",
"dependencies": {
"@react-hooks-library/shared": "0.2.2"
"@react-hooks-library/shared": "0.2.3"
},
"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.2.2",
"version": "0.2.3",
"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.2.2",
"version": "0.2.3",
"description": "Documentation website for react",
"author": "Arpit<https://github.com/heyitsarpit>",
"license": "MIT",
Expand Down

1 comment on commit 47bad1c

@vercel
Copy link

@vercel vercel bot commented on 47bad1c Dec 14, 2021

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.