Skip to content

Commit cbbb036

Browse files
committed
chore: bump CLI package version to 0.1.0
1 parent f994b90 commit cbbb036

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/cli/deno.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@runx/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"exports": "./mod.ts",
5+
"license": "MIT",
56
"imports": {
67
"@std/fs": "jsr:@std/[email protected]",
78
"@cliffy/command": "jsr:@cliffy/[email protected]",

packages/cli/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getAffectedPackages, getChangedFiles } from './lib/git.ts';
99
await new Command()
1010
.name('runx')
1111
.description('Monorepo CLI')
12-
.version('v0.0.0-development')
12+
.version('v0.1.0')
1313
.option(
1414
'-a, --affected [base:string]',
1515
'Run command only for affected packages',

0 commit comments

Comments
 (0)