Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Dec 22, 2023
1 parent f528994 commit d6ba359
Show file tree
Hide file tree
Showing 3 changed files with 4,813 additions and 592 deletions.
6 changes: 6 additions & 0 deletions bin/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ const genComponentFromBuffer = async (
xmlnOrder: "alphabetical",
},
},
{
name: "removeAttrs",
params: {
attrs: ["aria-hidden"],
},
},
],
},
plugins: [
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-heroicons",
"version": "3.2.1-beta.0",
"version": "3.2.1",
"description": "React Native components for heroicons",
"files": [
"solid",
Expand Down Expand Up @@ -38,14 +38,14 @@
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-prettier": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/react-native": "^0.70.19",
"camelcase": "^6.3.0",
"esbuild": "^0.13.15",
"junk": "^3.1.0",
"react": "^18.2.0",
"react-native-svg": "^13.7.0",
"react-native-svg": "^13.14.0",
"release-it": "^15.6.0",
"rimraf": "^3.0.2",
"tiny-glob": "^0.2.9",
Expand Down
Loading

0 comments on commit d6ba359

Please sign in to comment.