We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a336ff commit fad6314Copy full SHA for fad6314
packages/common/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 12.3.1 (2025-10-21)
2
+
3
+### 🩹 Fixes
4
5
+- supported node version range ([#1840](https://github.com/oblador/react-native-vector-icons/pull/1840))
6
+- correct required node version ([#1837](https://github.com/oblador/react-native-vector-icons/pull/1837))
7
8
+### ❤️ Thank You
9
10
+- Vojtech Novak @vonovak
11
12
## 12.3.0 (2025-08-03)
13
14
### 🩹 Fixes
packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-vector-icons/common",
- "version": "12.3.0",
+ "version": "12.3.1",
"description": "Customizable Icons for React Native with support for image source and full styling.",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
0 commit comments