Skip to content

Commit

Permalink
chore(flutter): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 29, 2024
1 parent 3311a94 commit 940b361
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion packages/orm_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v0.5.0

To install Prisma Flutter Integration v0.5.0 run this command

```bash
dart pub add orm_flutter:^v0.5.0
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm_flutter: ^0.5.0
```
### What's New
- Upgrade Prisma CABI engine to `v6.0.0`
- Support Swift Package Manager

## v0.4.0

To install Prisma Flutter Integration v0.4.0 run this command
Expand All @@ -10,7 +30,7 @@ Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm_flutter: ^v0.4.0
orm_flutter: ^0.4.0
```

### What's New
Expand Down
4 changes: 2 additions & 2 deletions packages/orm_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart

resolution: workspace
version: 0.4.0
version: 0.5.0

funding:
- https://github.com/sponsors/medz
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter:
sdk: flutter
orm: ^5.2.1
orm_flutter_ffi: ^0.0.1
orm_flutter_ffi: ^0.0.2

dev_dependencies:
flutter_lints: ^5.0.0

0 comments on commit 940b361

Please sign in to comment.