Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Apr 10, 2024
1 parent b870e6c commit 9a86aab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ci: 'ci',
docs: 'documentation',
enhancement: 'enhancement',
chore: 'chore',
chore: 'dependencies',
perf: 'performance',
style: 'style',
test: 'test',
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelve/cli",
"version": "0.2.4",
"version": "1.0.0",
"description": "The command-line interface for Shelve",
"author": "HugoRCD",
"repository": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"unbuild": "^2.0.0"
},
"license": "Apache-2.0"
}
}
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shelve",
"private": true,
"version": "0.2.4",
"version": "1.0.0",
"scripts": {
"build": "automd && turbo build",
"dev": "turbo dev",
Expand All @@ -27,10 +27,5 @@
"workspaces": [
"apps/*",
"packages/*"
],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
]
}

0 comments on commit 9a86aab

Please sign in to comment.