Skip to content

Commit

Permalink
chore(version) 4.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 17, 2024
1 parent d62ec89 commit 4e3debd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 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

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

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

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: 4.0.0-beta
```
## What's Changed
The **first Beta version is released**. This version is a major version. We will conduct a lot of testing on this version to ensure the stability of this version.
In addition, there are no actual code updates in this version, the documentation brings updates to the API Reference:
1. [Client API Reference](https://prisma.pub/references/client-api.html)
2. [Model Delegate API Reference](https://prisma.pub/references/model-delegate.html)
# Prisma Dart client v4.0.0-alpha.5
To install Prisma Dart client v4.0.0-alpha.5 run:
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library prisma.version;

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

1 comment on commit 4e3debd

@vercel
Copy link

@vercel vercel bot commented on 4e3debd Jan 17, 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.