react-native-football-formation 1.0.7 → 1.0.8

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ A highly customizable React Native component for displaying football/soccer team
6
6
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)
7
7
  ![License](https://img.shields.io/badge/license-MIT-green)
8
8
 
9
+ ## Status
10
+
11
+ > **Note:** This package is currently in active development and is provided for testing and evaluation purposes only. The API is subject to change and stability is not guaranteed. It is not recommended for use in production environments at this time.
12
+
9
13
  ## Demo
10
14
 
11
15
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-football-formation",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A highly customizable React Native component for displaying football/soccer team formations with player positions and match statistics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",