Skip to content

Commit

Permalink
chore(version): 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Sep 23, 2022
1 parent 2def0e9 commit c2a193f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.2.3

🌟 Help us spread the word about [Prisma ORM for Dart](https://github.com/odroe/prisma-dart) by starring the repo or [Tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20ORM%20for%20Dart%20release%20v2.2.3🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/2.2.3) about the release. 🌟

### Bug Fixes

1. Fixed debian/ubuntu system distro match - [#31](https://github.com/odroe/prisma-dart/issues/31)
2. Runtime - Fixed parse user facing error
3. CLI - Fixed check engine version binary incomplete


## 2.2.2

Fixed generate `schema` not working ([#29](https://github.com/odroe/prisma-dart/issues/29)
Expand Down
6 changes: 0 additions & 6 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## {next}

🌟 Help us spread the word about [Prisma ORM for Dart](https://github.com/odroe/prisma-dart) by starring the repo or [Tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@prisma%20ORM%20for%20Dart%20release%20v{next}🚀%0D%0A%0D%0Ahttps://github.com/odroe/prisma-dart/releases/tag/{next}) about the release. 🌟

### Bug Fixes

1. Fixed debian/ubuntu system distro match - [#31](https://github.com/odroe/prisma-dart/issues/31)
2. Runtime - Fixed parse user facing error
3. CLI - Fixed check engine version binary incomplete
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const String binaryVersion = 'c875e43600dfe042452e0b868f7a48b817b9640b';
const String capiVersion = '0.0.1';

/// The Prisma CLI version.
const String packageVersion = '2.2.2';
const String packageVersion = '2.2.3';
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: 2.2.2
version: 2.2.3
homepage: https://prisma.pub
repository: https://github.com/odroe/prisma-dart

Expand Down

0 comments on commit c2a193f

Please sign in to comment.