minimal-shared 1.1.0 → 1.1.1

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 +30 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,15 +1,40 @@
1
1
  # minimal-shared
2
2
 
3
- Shared hooks and utils used by Mnimal UI and Zone UI.
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
+
5
+ ---
4
6
 
5
7
  ## Hooks
6
8
 
7
- [Visit list of hooks](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
9
+ A collection of reusable React hooks for Minimal UI and Zone UI.
10
+ You can browse the available hooks here:
11
+
12
+ 👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
13
+
14
+ ---
8
15
 
9
- ## Utils
16
+ ## Utilities
10
17
 
11
- [Visit list of utils](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
18
+ Helper and utility functions for common frontend patterns and workflows.
19
+ Explore the list of available utils:
20
+
21
+ 👉 [**View all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
22
+
23
+ ---
12
24
 
13
25
  ## Changelog
14
26
 
15
- [https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
27
+ [**CHANGELOG.md →**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
28
+
29
+ ---
30
+
31
+ ## License
32
+
33
+ This project is licensed under the **MIT License**.
34
+
35
+ ---
36
+
37
+ ## About
38
+
39
+ `minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem,
40
+ a modern UI framework built with **TypeScript**, **React**, and **Turborepo**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minimal-shared",
3
3
  "author": "Minimals",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "Shared hooks and utils used by Minimal UI and Zone UI.",
6
6
  "keywords": [
7
7
  "typescript",
@@ -66,8 +66,8 @@
66
66
  "tsup": "^8.5.0",
67
67
  "typescript": "^5.9.2",
68
68
  "vitest": "^3.2.4",
69
- "internal-eslint-config": "1.0.0",
70
- "internal-ts-config": "1.0.0"
69
+ "internal-ts-config": "1.0.0",
70
+ "internal-eslint-config": "1.0.0"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^18.0.0 || ^19.0.0"