chore: update versions for release

This commit is contained in:
Sam Marks 2022-03-08 10:11:47 -05:00
parent 8c538bfed6
commit 9bec23262c
2 changed files with 4 additions and 4 deletions

View file

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

View file

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