@gfazioli/mantine-rings-progress 1.1.3 → 1.1.5

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 +14 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,8 +20,21 @@
20
20
  ## Overview
21
21
 
22
22
  This component is created on top of the [Mantine](https://mantine.dev/) library.
23
+
24
+ [![Mantine UI Library](https://img.shields.io/badge/-MANTINE_UI_LIBRARY-blue?style=for-the-badge&labelColor=black&logo=mantine
25
+ )](https://mantine.dev/)
26
+
23
27
  Display progress with animated rings like the Apple Watch activity app.
24
- You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
28
+
29
+ [![Mantine Extensions](https://img.shields.io/badge/-Watch_the_Video-blue?style=for-the-badge&labelColor=black&logo=youtube
30
+ )](https://www.youtube.com/playlist?list=PL85tTROKkZrWyqCcmNCdWajpx05-cTal4)
31
+ [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
32
+ )](https://gfazioli.github.io/mantine-rings-progress/)
33
+ [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
34
+ )](https://mantine-extensions.vercel.app/)
35
+
36
+
37
+ 👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
25
38
 
26
39
  ## Installation
27
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-rings-progress",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Rings Progress component for Mantine",
5
5
  "homepage": "https://gfazioli.github.io/mantine-rings-progress/",
6
6
  "packageManager": "yarn@4.0.1",