Skip to content

Commit

Permalink
chore(version): 4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 3, 2024
1 parent d1a4902 commit 6ea7738
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Prisma Dart client v4.0.0-alpha.1

To install Prisma Dart client v4.0.0-alpha.0 run:

```sh
dart pub add orm:4.0.0-alpha.1
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: 4.0.0-alpha.1
```
## What's Changed
1. Refactor the entire client generator
2. `PrismaClient` is now generated by the generator
3. Ability to operate transactions on your own
4. Use binary engine by default

# Prisma Dart client v4.0.0-alpha.0

To install Prisma Dart client v4.0.0-alpha.0 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.0';
const version = '4.0.0-alpha.1';
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.0
version: 4.0.0-alpha.1
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

0 comments on commit 6ea7738

Please sign in to comment.