Skip to content

Commit

Permalink
Version Packages (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 13, 2023
1 parent 8797afa commit 44ffb62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-walls-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-frogs-explain.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/package-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# grisaia-package-builder

## 0.1.8

### Patch Changes

- 8797afa: Fix binary cli
- 8797afa: Fix binary alias

## 0.1.7

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/package-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grisaia-package-builder",
"version": "0.1.7",
"version": "0.1.8",
"dependencies": {},
"type": "module",
"author": {
Expand All @@ -25,11 +25,9 @@
"types": "./index.d.ts"
}
},

"bin": {
"gbuild": "./bin/cli.cjs"
"gbuild": "./bin/cli.cjs"
}

},
"private": false,
"sideEffects": false,
Expand Down

0 comments on commit 44ffb62

Please sign in to comment.