Skip to content

Commit 63bd8a4

Browse files
chore: version packages
1 parent 88d78d3 commit 63bd8a4

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-modable-private-repo-preflight.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.16.17
4+
5+
### Patch Changes
6+
7+
- 88d78d3: `dot deploy --modable` now rejects private GitHub repositories at preflight with a clear error message instead of silently failing later. `dot mod` also surfaces a more actionable error when it encounters a private or non-existent repository instead of the misleading "pin one in metadata.branch" hint.
8+
39
## 0.16.16
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.16.16",
4+
"version": "0.16.17",
55
"private": true,
66
"type": "module",
77
"packageManager": "pnpm@10.32.1",

0 commit comments

Comments
 (0)