Skip to content

Commit

Permalink
release everything
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnichase committed Jun 20, 2024
1 parent b7ed14a commit 6913b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-got-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Bun
uses: oven-sh/setup-bun@v1
# - name: Set version to release tag
# working-directory: ./packages/got-api
# shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/got-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-api",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"type": "module",
"types": "dist/module/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/got-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gothub/got-react",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"type": "module",
"main": "dist/module/index.js",
Expand Down

0 comments on commit 6913b90

Please sign in to comment.