Skip to content

Commit

Permalink
Merge pull request #173 from odroe/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--orm

chore(main): release orm 3.2.1
  • Loading branch information
Seven Du authored Mar 19, 2023
2 parents 8adab24 + 67ab61b commit 91133c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.0"
".": "3.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.1](https://github.com/odroe/prisma-dart/compare/orm-v3.2.0...orm-v3.2.1) (2023-03-19)


### Bug Fixes

* fix not convert `default` of property key, Thx [@gzlock](https://github.com/gzlock) ([8adab24](https://github.com/odroe/prisma-dart/commit/8adab240aceea8e7922b2197f1dc67dd67a3251b)), closes [#172](https://github.com/odroe/prisma-dart/issues/172)

## [3.2.0](https://github.com/odroe/prisma-dart/compare/orm-v3.1.5...orm-v3.2.0) (2023-03-18)


Expand Down
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: 3.2.0
version: 3.2.1
homepage: https://prisma.pub
repository: https://github.com/odroe/prisma-dart
funding:
Expand Down

1 comment on commit 91133c1

@vercel
Copy link

@vercel vercel bot commented on 91133c1 Mar 19, 2023

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.