Skip to content

Commit

Permalink
release: v0.1.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Sep 27, 2021
1 parent e5c57d1 commit 682220b
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.1.3",
"version": "0.1.4-beta.1",
"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.1.3",
"version": "0.1.4-beta.1",
"description": "A collection of hooks and utilities for React",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"author": "Arpit<https://github.com/heyitsarpit>",
"dependencies": {
"@react-hooks-library/shared": "0.1.3"
"@react-hooks-library/shared": "0.1.4-beta.1"
},
"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.1.3",
"version": "0.1.4-beta.1",
"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.1.3",
"version": "0.1.4-beta.1",
"description": "Documentation website for react",
"author": "Arpit<https://github.com/heyitsarpit>",
"license": "MIT",
Expand Down

1 comment on commit 682220b

@vercel
Copy link

@vercel vercel bot commented on 682220b Sep 27, 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.