minimal-shared 1.1.1 → 1.1.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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  A collection of **shared hooks** and **utility functions** used across [Minimal UI](https://minimals.cc/) and [Zone UI](https://zone-ui.vercel.app/).
4
4
 
5
- ---
6
-
7
5
  ## Hooks
8
6
 
9
7
  A collection of reusable React hooks for Minimal UI and Zone UI.
@@ -11,8 +9,6 @@ You can browse the available hooks here:
11
9
 
12
10
  👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
13
11
 
14
- ---
15
-
16
12
  ## Utilities
17
13
 
18
14
  Helper and utility functions for common frontend patterns and workflows.
@@ -20,20 +16,14 @@ Explore the list of available utils:
20
16
 
21
17
  👉 [**View all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
22
18
 
23
- ---
24
-
25
19
  ## Changelog
26
20
 
27
21
  [**CHANGELOG.md →**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
28
22
 
29
- ---
30
-
31
23
  ## License
32
24
 
33
25
  This project is licensed under the **MIT License**.
34
26
 
35
- ---
36
-
37
27
  ## About
38
28
 
39
29
  `minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minimal-shared",
3
3
  "author": "Minimals",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "description": "Shared hooks and utils used by Minimal UI and Zone UI.",
6
6
  "keywords": [
7
7
  "typescript",