Skip to content

Commit 723ec77

Browse files
chore: version packages
1 parent 42a2e6a commit 723ec77

3 files changed

Lines changed: 20 additions & 19 deletions

File tree

.changeset/decentralize-interactive.md

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

CHANGELOG.md

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

3+
## 0.26.0
4+
5+
### Minor Changes
6+
7+
- b8ed87f: `dot decentralize` is now interactive when invoked with no `--site` flag.
8+
Running `dot decentralize` on its own opens a TUI that walks through a
9+
short flow — a yellow "about this command" callout explaining that the
10+
command mirrors a live static site (https URL) and republishes it as a
11+
.dot site, then prompts for the site URL, a signer (dev / your phone),
12+
and a `.dot` name. Domain availability is checked inline against the
13+
chain (same path as `dot deploy`); leaving the name blank auto-generates
14+
a free hostname-derived label as before. The pipeline then runs the same
15+
mirror + Bulletin upload + DotNS register the headless path uses, and
16+
prints a final summary card with the live URL, IPFS CID, and gateway.
17+
18+
`dot decentralize --site=…` (with or without `--dot` / `--suri`) keeps
19+
the existing headless contract — the demo service that passes
20+
`--suri=//Bob` is unchanged.
21+
322
## 0.25.0
423

524
### 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.25.0",
4+
"version": "0.26.0",
55
"private": true,
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)