From a9b1687cda19c2fb64dd250dad48cb5e9b76602a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 02:14:18 +0000 Subject: [PATCH] chore(main): release orm 3.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e061de90..6110c0f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.6" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d32a4..a4b44fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.3.0](https://github.com/odroe/prisma-dart/compare/orm-v3.2.6...orm-v3.3.0) (2023-04-05) + + +### Features + +* **runtime:** Exposing lower level transaction primitives, Thx [@craiglabenz](https://github.com/craiglabenz) ([1c31841](https://github.com/odroe/prisma-dart/commit/1c31841f5a553a6e6c277a6186d970fffd9db512)), closes [#193](https://github.com/odroe/prisma-dart/issues/193) + + +### Bug Fixes + +* **runtime:** Fix repeat attach engine in finalizer ([a5890b7](https://github.com/odroe/prisma-dart/commit/a5890b7afb2c382179cd867ff27babc201a218fc)) +* **runtime:** Fix the engine stop caused by calling `$disconnect` outside of transaction ([4448438](https://github.com/odroe/prisma-dart/commit/4448438a13d001ef1edc9871214da9c2f64178e3)) +* **runtime:** Remove deprecated transactionId ([2606456](https://github.com/odroe/prisma-dart/commit/260645676f373b6598654811f40137bb49e9bfbf)) + ## [3.2.6](https://github.com/odroe/prisma-dart/compare/orm-v3.2.5...orm-v3.2.6) (2023-03-27) diff --git a/pubspec.yaml b/pubspec.yaml index 0a42d7cf..5cc80a65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: orm description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB. -version: 3.2.6 +version: 3.3.0 homepage: https://prisma.pub repository: https://github.com/odroe/prisma-dart funding: