minimal-shared 1.1.0 → 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 +20 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,15 +1,30 @@
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
4
 
5
5
  ## Hooks
6
6
 
7
- [Visit list of hooks](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
7
+ A collection of reusable React hooks for Minimal UI and Zone UI.
8
+ You can browse the available hooks here:
8
9
 
9
- ## Utils
10
+ 👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
10
11
 
11
- [Visit list of utils](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
12
+ ## Utilities
13
+
14
+ Helper and utility functions for common frontend patterns and workflows.
15
+ Explore the list of available utils:
16
+
17
+ 👉 [**View all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
12
18
 
13
19
  ## Changelog
14
20
 
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)
21
+ [**CHANGELOG.md →**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
22
+
23
+ ## License
24
+
25
+ This project is licensed under the **MIT License**.
26
+
27
+ ## About
28
+
29
+ `minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem,
30
+ 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.2",
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"