Skip to content

Commit afc3cb3

Browse files
chore: version packages
1 parent 2fb4aaf commit afc3cb3

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

.changeset/record-modded-from.md

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

.changeset/registry-username-display.md

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# playground-cli
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- 77b5241: `dot mod` now records the source app's domain in `dot.json`, and `dot deploy --playground` publishes it as a `moddedFrom` field in the on-chain metadata. The playground-app can use this to display "Modded from: <domain>" attribution on app detail pages. The value is shape-validated through the same `normalizeDomain` rules as the deploying domain, so a hand-edited `dot.json` can't sneak XSS payloads into shared metadata.
8+
9+
### Patch Changes
10+
11+
- 82afc4d: `dot init` now shows the user's registry username (the handle set on the
12+
playground.dot profile) when one has been claimed, falling back to the
13+
People-parachain identity name and then to the H160, same precedence as
14+
the playground-app. Also surfaces an "account in use" row with the
15+
derivation path + H160 so the user can verify the exact account that
16+
signs on their behalf.
17+
18+
`dot deploy --playground` now matches the v11 registry contract's 7-arg
19+
`publish()` signature (adds `modded_from`, `is_moddable`, `is_dev_signer`),
20+
which unblocks publishes against the freshly deployed playground registry
21+
on Paseo Asset Hub Next. `cdm.json` is refreshed to the v11 manifest; the
22+
runtime keeps resolving the live contract address from the on-chain
23+
meta-registry.
24+
325
## 0.23.0
426

527
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground-cli",
33
"description": "CLI for Polkadot Playground",
4-
"version": "0.23.0",
4+
"version": "0.24.0",
55
"private": true,
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)