@gfazioli/mantine-flip 1.1.4 → 1.1.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ Essentially, when switching between views, the component will handle the flip an
33
33
  [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
34
34
  )](https://gfazioli.github.io/mantine-flip/)
35
35
  [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
36
- )](https://gfazioli.github.io/mantine-onboarding-tour/)
36
+ )](https://mantine-extensions.vercel.app/)
37
37
 
38
38
  👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-flip",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-flip/",
6
6
  "packageManager": "yarn@4.0.1",