Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Aug 27, 2024
1 parent 60f7d90 commit e6083c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rss3/web3-icons-docs",
"version": "0.0.0",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rss3/web3-icons-monorepo",
"version": "0.0.4",
"version": "0.0.5",
"description": "Icons for Web3",
"license": "MIT",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"postinstall": "node ./scripts/optimize-icons.mjs",
"lint": "biome check .",
"lint:fix": "biome check . --apply",
"release": "bumpp"
"release": "bumpp -r"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rss3/web3-icons-react",
"version": "0.0.4",
"version": "0.0.5",
"description": "React Icons for Web3",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-icons-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rss3/web3-icons-svg",
"version": "0.0.4",
"version": "0.0.5",
"description": "Svg Icons for Web3",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit e6083c4

Please sign in to comment.