Skip to content

Commit

Permalink
chore: version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jun 3, 2024
1 parent 8908854 commit a6567f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Prisma Dart v4.2.1

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

```bash
dart pub add orm:4.2.1
```

or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^4.2.1
```
## What's Changed
# Prisma Dart v4.2.0
To install Prisma Client for Dart v4.2.0 run:
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.2.0
version: 4.2.1
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

0 comments on commit a6567f4

Please sign in to comment.