Skip to content

Commit dac8e6c

Browse files
author
Seven Du
committed
chore(version): orm-v4.4.0
1 parent ce20e1f commit dac8e6c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/orm/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Prisma Dart v4.4.0
2+
3+
To install Prisma ORM for Dart v4.4.0 run this command:
4+
5+
```bash
6+
dart pub add orm:4.4.0
7+
```
8+
9+
or update your `pubspec.yaml` file:
10+
11+
```yaml
12+
dependencies:
13+
orm: ^4.4.0
14+
```
15+
16+
## What's Changed
17+
18+
* fix(deps): update dependency webfetch to ^0.0.17 by @renovate in https://github.com/medz/prisma-dart/pull/383
19+
* feat(client): support `createManyAndReturn` model delegate method by @medz in https://github.com/medz/prisma-dart/pull/386
20+
21+
**Full Changelog**: https://github.com/medz/prisma-dart/compare/orm-v4.3.0...orm-v4.4.0
22+
123
# Prisma Dart v4.3.0
224

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

packages/orm/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: orm
22
description: Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
3-
version: 4.3.0
3+
version: 4.4.0
44
homepage: https://prisma.pub
55
repository: https://github.com/medz/prisma-dart
66
funding:

0 commit comments

Comments
 (0)