Skip to content

Commit

Permalink
Merge pull request #195 from odroe/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--orm

chore(main): release orm 3.3.0
  • Loading branch information
Seven Du authored Apr 5, 2023
2 parents 6c90883 + a9b1687 commit 685cf9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.6"
".": "3.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

1 comment on commit 685cf9d

@vercel
Copy link

@vercel vercel bot commented on 685cf9d Apr 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.