Skip to content

Commit cccc854

Browse files
chore: version packages
1 parent bf1003a commit cccc854

File tree

7 files changed

+30
-11
lines changed

7 files changed

+30
-11
lines changed

.changeset/release-packages.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/apps/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @dotdm/cli
22

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- bf1003a: Fix deploy dry-run using Alice's address instead of the actual signer
8+
9+
The deployer was hardcoding ALICE_SS58 as the origin for dry-run gas/storage estimation. On public testnets this caused misleading errors (e.g. StorageDepositNotEnoughFunds) when the actual signer's account state differed from Alice's. Dry-runs now use the real signer's SS58 address.
10+
11+
- Updated dependencies [bf1003a]
12+
- @dotdm/contracts@0.3.2
13+
- @dotdm/cdm@0.5.3
14+
315
## 0.4.3
416

517
### Patch Changes

src/apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotdm/cli",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"private": true,
55
"type": "module",
66
"bin": {

src/lib/cdm/typescript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @dotdm/cdm
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bf1003a]
8+
- @dotdm/contracts@0.3.2
9+
310
## 0.5.2
411

512
### Patch Changes

src/lib/cdm/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotdm/cdm",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/lib/contracts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @dotdm/contracts
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- bf1003a: Fix deploy dry-run using Alice's address instead of the actual signer
8+
9+
The deployer was hardcoding ALICE_SS58 as the origin for dry-run gas/storage estimation. On public testnets this caused misleading errors (e.g. StorageDepositNotEnoughFunds) when the actual signer's account state differed from Alice's. Dry-runs now use the real signer's SS58 address.
10+
311
## 0.3.1
412

513
### Patch Changes

src/lib/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotdm/contracts",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)