Skip to content

Commit

Permalink
chore: use pnpm and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Mar 12, 2024
1 parent b004649 commit 10303e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-melons-give.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run: pnpm install
- uses: changesets/action@v1
with:
version: pnpm run version
publish: pnpm run publish
commit: '[ci] release'
title: '[ci] release'
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feiyun/client",
"repository": "https://github.com/hxg2050/feiyun.git",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/feiyun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feiyun",
"repository": "https://github.com/hxg2050/feiyun.git",
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit 10303e0

Please sign in to comment.