Skip to content

Commit

Permalink
chore(version): orm-v5.1.1
Browse files Browse the repository at this point in the history
close #427
  • Loading branch information
medz committed Sep 17, 2024
1 parent f6bbd24 commit 139ebce
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ This will add a like this to you packages `pubspec.yaml` (and run an implicit `d

```yaml
dependencies:
orm: ^5.1.0
orm: ^5.1.1
```
Or you can run the following command:
```sh
dart pub add orm:^5.1.0
dart pub add orm:^5.1.1
```

## Sponsors
Expand Down
19 changes: 19 additions & 0 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v5.1.1

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

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

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^5.1.1
```
### What's Changed
- **fix**: primitive type fields cannot be nullable.
## v5.1.0
To install Prisma ORM for Dart v5.1.0 run this command
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library prisma.version;

const version = '5.0.7';
const version = '5.1.1';
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: 5.1.0
version: 5.1.1
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

0 comments on commit 139ebce

Please sign in to comment.