Skip to content

Commit

Permalink
chore(orm): v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Jan 8, 2025
1 parent ddd5f53 commit 937b699
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
## v5.3.0

To install Prisma ORM for Dart v5.3.0 run this command

```bash
dart pub add orm:^5.3.0
```

Otherwise, update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^5.3.0
```
### What's New
- **feat**: support `updateManyAndReturn`
- **engine**: upgrade `prisma-engines` to `6.2.0`

## v5.2.1

To install Prisma ORM for Dart v5.2.0 run this command
To install Prisma ORM for Dart v5.2.1 run this command

```bash
dart pub add orm:^5.2.1
Expand All @@ -13,7 +33,7 @@ dependencies:
orm: ^5.2.1
```

## What's New
### What's New

- **bug**: Fixed an issue where unknown errors from the binary engine query were not being properly thrown as exceptions.

Expand Down
6 changes: 3 additions & 3 deletions packages/orm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart

resolution: workspace
version: 5.2.1
version: 5.3.0

funding:
- https://github.com/sponsors/medz
Expand All @@ -23,8 +23,8 @@ executables:

dependencies:
code_builder: ^4.10.0
dart_style: ^3.0.0
decimal: ^3.0.0
dart_style: any
decimal: ^3.1.0
json_rpc_2: ^3.0.2
path: ^1.9.0
rc: ^0.3.3
Expand Down

0 comments on commit 937b699

Please sign in to comment.