Skip to content

Commit ca2d313

Browse files
chore: version packages
1 parent b6d02ea commit ca2d313

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/remove-gh-auto-create.md

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

CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- 10b2abf: `dot deploy --modable` no longer auto-creates a GitHub repository. The CLI now requires the user to set up a public GitHub `origin` themselves and fails with a clear message if `origin` is unset, points to a private repo, or points to a non-GitHub URL. The `--repo-name` flag is removed, the `gh` CLI dependency is dropped (no longer installed by `dot init`, no longer probed for authentication), and `dot mod` now initialises an empty git history without a baseline commit so users can stage and commit their first revision however they like.
8+
39
## 0.18.2
410

511
### Patch 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.18.2",
4+
"version": "0.19.0",
55
"private": true,
66
"type": "module",
77
"packageManager": "pnpm@10.32.1",

0 commit comments

Comments
 (0)