Merge branch 'master' of github.com:IconoirIcons/iconoir

This commit is contained in:
lucaburgio 2022-06-08 10:58:57 +02:00
commit 116c48a8b2
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iconoir",
"version": "4.9.1",
"version": "4.9.2",
"description": "A Simple and Definitive Open-Source Icons Library",
"type": "module",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react-native",
"version": "4.9.1",
"version": "4.9.2",
"description": "React Native library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -40,4 +40,4 @@
"react-native-svg": "^12.1.1",
"typescript": "^4.4.4"
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "iconoir-react",
"version": "4.9.1",
"version": "4.9.2",
"description": "React library for Iconoir icon set",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -36,4 +36,4 @@
"react": "^17.0.2",
"typescript": "^4.4.4"
}
}
}