@react-native-vector-icons/common 11.0.0-alpha.6 → 11.0.0

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 +3 -3
package/README.md CHANGED
@@ -12,7 +12,7 @@ extension and styling effortless.
12
12
  For the integration of `.svg` files natively, you can explore [`react-native-vector-image`](https://github.com/oblador/react-native-vector-image).
13
13
 
14
14
  > [!TIP]
15
- > If you are still using the old single package `react-native-vector-icons` please visit https://github.com/oblador/react-native-vector-icons/tree/legacy
15
+ > If you are still using the old single package `react-native-vector-icons` please visit https://github.com/oblador/react-native-vector-icons/tree/10.x
16
16
 
17
17
  ## Table of Contents
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-vector-icons/common",
3
- "version": "11.0.0-alpha.6",
3
+ "version": "11.0.0",
4
4
  "description": "Customizable Icons for React Native with support for image source and full styling.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -99,7 +99,7 @@
99
99
  "react-native": "0.76.1",
100
100
  "react-native-builder-bob": "^0.31.0",
101
101
  "turbo": "^1.13.4",
102
- "typescript": "^5.6.3"
102
+ "typescript": "^5.7.2"
103
103
  },
104
104
  "resolutions": {
105
105
  "@types/react": "^18.2.44"
@@ -162,5 +162,5 @@
162
162
  "languages": "kotlin-objc",
163
163
  "version": "0.41.2"
164
164
  },
165
- "gitHead": "76a6e03f0431e67ebf9c13c45818f7b6638beb2a"
165
+ "gitHead": "1651392734fd93ad09e833ab0c3c93f44b918439"
166
166
  }