Skip to content

Commit

Permalink
chore(version): v4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 18, 2024
1 parent b0862e7 commit a9888fd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Prisma Client Dart v4.0.0-beta.1

To install Prisma Client Dart v4.0.0-beta.1 run:

```bash
dart pub add orm:4.0.0-beta.1
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: 4.0.0-beta.1
```
## What's Changed
- fix relations are throwing error when you use include, https://github.com/medz/prisma-dart/issues/324
## Thanks
@kidusdev
# Prisma Client Dart v4.0.0-beta
To install Prisma Client Dart v4.0.0-beta run:
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ bun add prisma
Please run the following command to install `orm`:

```bash
dart pub add orm:4.0.0-beta
dart pub add orm:4.0.0-beta.1
```

Or add the following to your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^4.0.0-beta // [!code focus]
orm: ^4.0.0-beta.1 // [!code focus]
```
2 changes: 1 addition & 1 deletion 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.0.0-beta
version: 4.0.0-beta.1
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

1 comment on commit a9888fd

@vercel
Copy link

@vercel vercel bot commented on a9888fd Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.