Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smartdeepp committed Sep 3, 2024
1 parent 670cf2e commit f602584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
- uses: bitovi/[email protected]
with:
install_command: npm install # default: npm ci
build_command: npm build-storybook # default: npm run build-storybook
build_command: npm run build-storybook # default: npm run build-storybook
path: storybook-static # default: dist/storybook
checkout: false # default: true
2 changes: 1 addition & 1 deletion package/ss-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pragnen/ss-header",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f602584

Please sign in to comment.