From ab8cf45bb979232d2c15a1b0d854d3909c214ab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:37:16 +0100 Subject: [PATCH] publish new versions (#2121) Co-authored-by: FabianLars --- .changes/fix-sql-queryresult-type.md | 5 ----- plugins/sql/CHANGELOG.md | 4 ++++ plugins/sql/package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-sql-queryresult-type.md diff --git a/.changes/fix-sql-queryresult-type.md b/.changes/fix-sql-queryresult-type.md deleted file mode 100644 index f93f741c..00000000 --- a/.changes/fix-sql-queryresult-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -sql-js: patch ---- - -Fixed the QueryResult typing by marking `lastInsertId` as optional to reflect postgres-only changes made in the 2.0.0 release. diff --git a/plugins/sql/CHANGELOG.md b/plugins/sql/CHANGELOG.md index ce1532cc..61b79f03 100644 --- a/plugins/sql/CHANGELOG.md +++ b/plugins/sql/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.0.2] + +- [`31956469`](https://github.com/tauri-apps/plugins-workspace/commit/319564699638c080b73d506bcaad186ecc4a8236) ([#1928](https://github.com/tauri-apps/plugins-workspace/pull/1928) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) Fixed the QueryResult typing by marking `lastInsertId` as optional to reflect postgres-only changes made in the 2.0.0 release. + ## \[2.0.3] - [`90ef77c8`](https://github.com/tauri-apps/plugins-workspace/commit/90ef77c8723ac9d0ba7bd3b52a80a2b14843ff99) ([#2038](https://github.com/tauri-apps/plugins-workspace/pull/2038) by [@johncarmack1984](https://github.com/tauri-apps/plugins-workspace/../../johncarmack1984)) Allow blocking on async code without creating a nested runtime. diff --git a/plugins/sql/package.json b/plugins/sql/package.json index 564b061e..3c973955 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-sql", - "version": "2.0.1", + "version": "2.0.2", "description": "Interface with SQL databases", "license": "MIT OR Apache-2.0", "authors": [