react-native-chart-kit 7.0.0 → 7.0.1

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,8 +6,9 @@
6
6
  <h1>React Native Chart Kit</h1>
7
7
 
8
8
  <p>
9
- Beautiful charts for React Native. SVG by default, interaction-ready, and
10
- built for modern app screens.
9
+ Beautiful charts for React Native. Line, area, bar, pie, donut, progress,
10
+ and contribution heatmaps for dashboards, reports, and data-rich mobile
11
+ apps.
11
12
  </p>
12
13
 
13
14
  <p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-chart-kit",
3
- "version": "7.0.0",
4
- "description": "Composable React Native charts with SVG defaults, interaction primitives, themes, and migration-friendly APIs.",
3
+ "version": "7.0.1",
4
+ "description": "Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.",
5
5
  "keywords": [
6
6
  "react-native",
7
7
  "react",