@vibehooks/react 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,6 @@
6
6
  Modern React and Next.js hooks, unopinionated and focused on developer experience.
7
7
  </p>
8
8
 
9
- ### **Release: Monday, February 9 2025**
10
-
11
9
  ## **Installation**
12
10
 
13
11
  You can install the package with the following command:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vibehooks/react",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "Modern React and Next.js hooks, unopinionated and focused on developer experience.",
6
6
  "author": "Sebastian Marat Urdanegui Bisalaya <sebasurdanegui@gmail.com>",
7
7
  "license": "MIT",