@dropi/react-native-design-system 0.1.20 → 0.1.21

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,7 @@
3
3
  [![Expo](https://img.shields.io/badge/Expo-%3E%3D51-black?logo=expo)](https://docs.expo.dev/)
4
4
  ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green)
5
5
  [![npm version](https://img.shields.io/npm/v/@dropi/react-native-design-system.svg)](https://www.npmjs.com/package/@dropi/react-native-design-system)
6
- [![Follow](https://img.shields.io/badge/Follow-%40martiolo-black?logo=X)](https://x.com/MartioloJ)
7
- [![LinkedIn](https://img.shields.io/badge/Follow-LinkedIn-blue?logo=linkedin&style=flat)](https://www.linkedin.com/in/juan-martin-jim%C3%A9nez-b13432252/)
6
+ [![Designed & Developed by](https://img.shields.io/badge/Designed%20%26%20Developed%20by-Dropi-orange?style=flat&logo=github)](https://dropi.co/)
8
7
 
9
8
  # 🎨 Dropi - React Native Design System
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",