Skip to content

Commit d4bb7ba

Browse files
committed
v0.6.2
1 parent 8b4a55e commit d4bb7ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hooks-library/packages",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "A collection of hooks and utilities for React",
66
"main": "index.js",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hooks-library/core",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A collection of hooks and utilities for React",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"author": "Arpit<https://github.com/heyitsarpit>",
2727
"dependencies": {
28-
"@react-hooks-library/shared": "0.6.1"
28+
"@react-hooks-library/shared": "0.6.2"
2929
},
3030
"devDependencies": {
3131
"@types/css-font-loading-module": "^0.0.6"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hooks-library/shared",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A collection of hooks and utilities for React",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hooks-library/website",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Documentation website for react",
55
"author": "Arpit<https://github.com/heyitsarpit>",
66
"license": "MIT",

0 commit comments

Comments
 (0)