@geee-be/react-utils 1.3.1 → 1.3.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/CHANGELOG.md +6 -0
  2. package/package.json +15 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @geee-be/react-utils
2
2
 
3
+ ## 1.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 3e252a0: Metadata update
8
+
3
9
  ## 1.3.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "name": "@geee-be/react-utils",
3
- "version": "1.3.1",
4
- "description": "",
5
- "keywords": [],
3
+ "version": "1.3.2",
4
+ "description": "A collection of powerful, type-safe React hooks and utility functions. Includes state management, SSR-compatible hooks, device detection, and browser API wrappers.",
5
+ "keywords": [
6
+ "react",
7
+ "hooks",
8
+ "utilities",
9
+ "typescript",
10
+ "ssr",
11
+ "nextjs",
12
+ "state-management",
13
+ "browser-api",
14
+ "device-detection",
15
+ "frontend",
16
+ "react-hooks"
17
+ ],
6
18
  "license": "MIT",
7
19
  "author": "Greg Bacchus",
8
20
  "type": "module",