Skip to content

Commit

Permalink
publish new versions (tauri-apps#2121)
Browse files Browse the repository at this point in the history
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
github-actions[bot] and FabianLars authored Dec 2, 2024
1 parent 3ef756f commit ab8cf45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-sql-queryresult-type.md

This file was deleted.

4 changes: 4 additions & 0 deletions plugins/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/sql/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ab8cf45

Please sign in to comment.