Skip to content

Commit e21c2dc

Browse files
mkaczanowskiwelldan97
authored andcommitted
bump substrate package version
1 parent d7ced8b commit e21c2dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/staking-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@chorus-one/signer-fireblocks": "^1.0.0",
3434
"@chorus-one/signer-local": "^1.0.0",
3535
"@chorus-one/solana": "^1.0.0",
36-
"@chorus-one/substrate": "^1.0.0",
36+
"@chorus-one/substrate": "^1.0.1",
3737
"@chorus-one/ton": "^1.0.0",
3838
"@chorus-one/utils": "^1.0.0",
3939
"@commander-js/extra-typings": "^11.1.0",

packages/substrate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chorus-one/substrate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "All-in-one toolkit for building staking dApps on Substrate Network SDK blockchains(Polkadot, Kusama, etc.)",
55
"scripts": {
66
"build": "rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json"

0 commit comments

Comments
 (0)