Skip to content

Commit bd1d8a9

Browse files
Update README.md
1 parent 6f415f4 commit bd1d8a9

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Minimal UI ([https://minimals.cc/](https://minimals.cc/))
3+
Copyright (c) 2025 Minimal UI ([https://minimals.cc/](https://minimals.cc/))
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/minimal-shared/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# minimal-shared
22

3-
## 1.1.2
3+
## 1.1.3
44

55
_Oct 25, 2025_
66

packages/minimal-shared/README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,22 @@ A collection of **shared hooks** and **utility functions** used across [Minimal
44

55
## Hooks
66

7-
A collection of reusable React hooks for Minimal UI and Zone UI.
8-
You can browse the available hooks here:
9-
10-
👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
7+
Shared React hooks for Minimal UI and Zone UI.
8+
[**Browse all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
119

1210
## Utilities
1311

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+
Shared utilities for Minimal UI and Zone UI.
13+
[**Browse all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
1814

1915
## Changelog
2016

21-
[**CHANGELOG.md →**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
17+
The [**changelog**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md) is updated for each release.
2218

2319
## License
2420

25-
This project is licensed under the **MIT License**.
21+
Licensed under the MIT License.
2622

2723
## About
2824

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**.
25+
`minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem, a modern UI framework built with **TypeScript**, **React**, and **Turborepo**.

packages/minimal-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal-shared",
33
"author": "Minimals",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"description": "Shared hooks and utils used by Minimal UI and Zone UI.",
66
"keywords": [
77
"typescript",

0 commit comments

Comments
 (0)