@gfazioli/mantine-rings-progress 1.1.4 → 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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,8 @@ This component is created on top of the [Mantine](https://mantine.dev/) library.
26
26
 
27
27
  Display progress with animated rings like the Apple Watch activity app.
28
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)
29
31
  [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
30
32
  )](https://gfazioli.github.io/mantine-rings-progress/)
31
33
  [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-rings-progress",
3
- "version": "1.1.4",
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",