Skip to content

Commit

Permalink
chore: sync cli and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 31, 2024
1 parent 7244cdd commit f1cfd98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@shelve/app",
"description": "Shelve is a project management tool for developers teams",
"private": true,
"version": "0.0.0",
"version": "0.2.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"release": "bun run lint && bun run build && npm publish"
"release": "bun run build && changelogen --bump --no-output && npm publish"
},
"devDependencies": {
"@shelve/eslint-config": "*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shelve",
"private": true,
"version": "0.0.6",
"version": "0.2.0",
"scripts": {
"build": "automd && turbo build",
"dev": "turbo dev",
Expand Down Expand Up @@ -35,4 +35,4 @@
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit f1cfd98

Please sign in to comment.