Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/young-maps-grin.md

This file was deleted.

6 changes: 6 additions & 0 deletions tools/diagnostics-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# diagnostics-app

## 0.9.12

### Patch Changes

- 0a6af1c: Added support for a "token" query parameter, when supplied to the root URL it will be used as the API token for the diagnostics tool instead of needing to be provided manually to the login form.

## 0.9.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/diagnostics-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/diagnostics-app",
"version": "0.9.11",
"version": "0.9.12",
"private": true,
"scripts": {
"dev": "vite",
Expand Down