diff --git a/.changeset/loud-melons-try.md b/.changeset/loud-melons-try.md deleted file mode 100644 index 808753ab8..000000000 --- a/.changeset/loud-melons-try.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@powersync/diagnostics-app': patch ---- - -- Fixed bug where Rust client implementation would not update the dynamic schema after sync. -- Improved dynamic schema refresh logic for all implementations. Updating the schema should now always update all dependent watched queries e.g. in the SQL Console. diff --git a/tools/diagnostics-app/CHANGELOG.md b/tools/diagnostics-app/CHANGELOG.md index 245bfdb4b..51bf4a106 100644 --- a/tools/diagnostics-app/CHANGELOG.md +++ b/tools/diagnostics-app/CHANGELOG.md @@ -1,5 +1,12 @@ # diagnostics-app +## 0.9.14 + +### Patch Changes + +- ac82680: - Fixed bug where Rust client implementation would not update the dynamic schema after sync. + - Improved dynamic schema refresh logic for all implementations. Updating the schema should now always update all dependent watched queries e.g. in the SQL Console. + ## 0.9.13 ### Patch Changes diff --git a/tools/diagnostics-app/package.json b/tools/diagnostics-app/package.json index ef9795601..72cecf6ce 100644 --- a/tools/diagnostics-app/package.json +++ b/tools/diagnostics-app/package.json @@ -1,6 +1,6 @@ { "name": "@powersync/diagnostics-app", - "version": "0.9.13", + "version": "0.9.14", "private": true, "scripts": { "dev": "vite",