Skip to content

Commit

Permalink
fix: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kraikov committed Aug 12, 2022
1 parent e6b6a2f commit 2a17648
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .changeset/fair-glasses-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'@chainify/bitcoin': patch
'@chainify/bitcoin-ledger': patch
'@chainify/client': patch
'@chainify/errors': patch
'@chainify/evm': patch
'@chainify/evm-contracts': patch
'@chainify/evm-ledger': patch
'@chainify/hw-ledger': patch
'@chainify/logger': patch
'@chainify/near': patch
'@chainify/solana': patch
'@chainify/terra': patch
'@chainify/types': patch
'@chainify/utils': patch
---

- fix script
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"changeset": "changeset",
"version": "yarn changeset version",
"release": "yarn workspaces foreach --from '@chainify/*' npm publish --access public",
"changeset-release": "yarn build --force && yarn changeset publish",
"changeset-release": "yarn changeset publish",
"release:beta": "yarn release --tag beta",
"tag": "yarn changeset tag",
"docs": "typedoc"
Expand Down

0 comments on commit 2a17648

Please sign in to comment.