Skip to content

Commit d7c257f

Browse files
chore: version packages
1 parent 1d5c9cc commit d7c257f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/login-next-steps.md

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

.changeset/login-not-connected-log.md

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

CHANGELOG.md

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

3+
## 0.37.0
4+
5+
### Minor Changes
6+
7+
- 9e380a6: `playground login` now ends with a "Try one of these next" box suggesting the commands to run after signing in (`pg decentralize`, `pg mod`, `pg deploy`), each with a short description, so newly paired users know where to go next.
8+
9+
### Patch Changes
10+
11+
- 2a4e81e: `playground login` no longer prints a "Statement subscription error: … Not connected" stack trace after a successful sign-in. When the login adapter is destroyed, an in-flight statement-store subscription can surface a bare `Error: Not connected` from the just-closed websocket. That benign teardown artifact was already swallowed as an unhandled rejection, but the statement-store package also logs it directly from its subscription error callback; the local patch that silences that log now matches the bare "Not connected" shape in addition to `DestroyedError`, mirroring `isBenignUnsubscriptionError`.
12+
313
## 0.36.8
414

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

0 commit comments

Comments
 (0)