diff --git a/apps/docs/package.json b/apps/docs/package.json index 807eb27..d67471b 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@rss3/web3-icons-docs", - "version": "0.0.0", + "version": "0.0.5", "private": true, "type": "module", "scripts": { diff --git a/package.json b/package.json index c8699d3..e10fd1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rss3/web3-icons-monorepo", - "version": "0.0.4", + "version": "0.0.5", "description": "Icons for Web3", "license": "MIT", "scripts": { @@ -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", diff --git a/packages/web3-icons-react/package.json b/packages/web3-icons-react/package.json index e1bbc41..f4891a8 100644 --- a/packages/web3-icons-react/package.json +++ b/packages/web3-icons-react/package.json @@ -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": { diff --git a/packages/web3-icons-svg/package.json b/packages/web3-icons-svg/package.json index a3605ea..3684f24 100644 --- a/packages/web3-icons-svg/package.json +++ b/packages/web3-icons-svg/package.json @@ -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": {