Skip to content

Commit

Permalink
chore(version): orm-v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jun 4, 2024
1 parent ce20e1f commit dac8e6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Prisma Dart v4.4.0

To install Prisma ORM for Dart v4.4.0 run this command:

```bash
dart pub add orm:4.4.0
```

or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^4.4.0
```
## What's Changed
* fix(deps): update dependency webfetch to ^0.0.17 by @renovate in https://github.com/medz/prisma-dart/pull/383
* feat(client): support `createManyAndReturn` model delegate method by @medz in https://github.com/medz/prisma-dart/pull/386

**Full Changelog**: https://github.com/medz/prisma-dart/compare/orm-v4.3.0...orm-v4.4.0

# Prisma Dart v4.3.0

To install Prisma ORM for Dart v4.3.0 run this command:
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/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: 4.3.0
version: 4.4.0
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

0 comments on commit dac8e6c

Please sign in to comment.