Skip to content

Commit

Permalink
1251 Radix release bug fix (#1252)
Browse files Browse the repository at this point in the history
* Directory release config

* Changeset version file
  • Loading branch information
0xp3gasus authored Aug 28, 2024
1 parent 0bf8f3e commit 319ac1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-cooks-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-radix': patch
---

Release bug fix
5 changes: 3 additions & 2 deletions packages/xchain-radix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"fund": "ts-node src/utils.ts"
},
"publishConfig": {
"access": "public"
"access": "public",
"directory": "release/package"
},
"dependencies": {
"@radixdlt/babylon-gateway-api-sdk": "^1.4.1",
Expand All @@ -47,4 +48,4 @@
"bip39": "^3.1.0",
"ed25519-hd-key": "^1.3.0"
}
}
}

0 comments on commit 319ac1a

Please sign in to comment.