Skip to content

Commit

Permalink
🔖 Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavo4 committed Jun 14, 2024
1 parent c7da248 commit 73838dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astraicons",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"description": "A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.",
"repository": "https://github.com/uiastra/astraicons.git",
Expand All @@ -18,7 +18,8 @@
],
"scripts": {
"prepublishOnly": "npm run build",
"cleanup": "rimraf ./linear ./optimized ./vue/linear ./react/linear ./bold ./vue/bold ./react/bold ./brand ./vue/brand ./react/brand",
"cleanup": "rimraf ./linear ./vue/linear ./react/linear ./bold ./vue/bold ./react/bold ./brand ./vue/brand ./react/brand",
"cleanup-optimized": "rimraf ./optimized",
"build": "npm run build-bold && npm run build-linear && npm run build-brand && npm run build-react && npm run build-vue",
"build-react": "node ./scripts/build.js react",
"build-vue": "node ./scripts/build.js vue",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astraicons/react",
"license": "MIT",
"version": "0.0.4",
"version": "0.0.5",
"description": "A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.",
"keywords": [
"uiastra",
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astraicons/vue",
"license": "MIT",
"version": "0.0.4",
"version": "0.0.5",
"description": "A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.",
"keywords": [
"uiastra",
Expand Down

0 comments on commit 73838dd

Please sign in to comment.