Skip to content

Commit f8170c3

Browse files
committed
release: v0.1.4-beta.2
1 parent 3d34612 commit f8170c3

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.1.4-beta.1",
3+
"version": "0.1.4-beta.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.1.4-beta.1",
3+
"version": "0.1.4-beta.2",
44
"description": "A collection of hooks and utilities for React",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/"
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"author": "Arpit<https://github.com/heyitsarpit>",
2525
"dependencies": {
26-
"@react-hooks-library/shared": "0.1.4-beta.1"
26+
"@react-hooks-library/shared": "0.1.4-beta.2"
2727
},
2828
"devDependencies": {
2929
"@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.1.4-beta.1",
3+
"version": "0.1.4-beta.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.1.4-beta.1",
3+
"version": "0.1.4-beta.2",
44
"description": "Documentation website for react",
55
"author": "Arpit<https://github.com/heyitsarpit>",
66
"license": "MIT",

0 commit comments

Comments
 (0)