From a9888fd159f33044483be7a08954b82d554d5e4f Mon Sep 17 00:00:00 2001 From: Seven Du Date: Fri, 19 Jan 2024 03:04:41 +0800 Subject: [PATCH] chore(version): v4.0.0-beta.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ docs/getting-started/index.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14d0e24..5678f1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 29cfdbb5..de85413b 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -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] ``` diff --git a/pubspec.yaml b/pubspec.yaml index c15d83fb..d14fbfd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: