Skip to content

Commit

Permalink
Merge pull request #373 from medz/renovate/decimal-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency decimal to v3
  • Loading branch information
medz committed Jun 3, 2024
2 parents c06fcab + b7605a5 commit 913ca57
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Prisma Dart v4.3.0

To install Prisma ORM for Dart v4.3.0 run this command:

```bash
dart pub add orm:4.3.0
```

or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^4.3.0
```

## What's Changed

* fix(deps): update dependency decimal to v3

# Prisma Dart v4.2.1

To install Prisma ORM for Dart v4.2.1 run this command:
Expand Down
4 changes: 2 additions & 2 deletions packages/orm/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.2.1
version: 4.3.0
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand All @@ -16,7 +16,7 @@ executables:
dependencies:
code_builder: ^4.8.0
dart_style: ^2.3.4
decimal: ^2.3.3
decimal: ^3.0.0
json_rpc_2: ^3.0.2
logging: ^1.2.0
path: ^1.8.3
Expand Down

0 comments on commit 913ca57

Please sign in to comment.