From 5c5aad6da0de785f6b92626985823d78b5fc8377 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 18 Feb 2024 18:56:40 +0800 Subject: [PATCH] Updated pubspec --- belatuk.session.sql | 0 packages/orm/angel_migration_runner/CHANGELOG.md | 4 ++++ packages/orm/angel_migration_runner/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 belatuk.session.sql diff --git a/belatuk.session.sql b/belatuk.session.sql new file mode 100644 index 00000000..e69de29b diff --git a/packages/orm/angel_migration_runner/CHANGELOG.md b/packages/orm/angel_migration_runner/CHANGELOG.md index 2f8973a5..df299253 100755 --- a/packages/orm/angel_migration_runner/CHANGELOG.md +++ b/packages/orm/angel_migration_runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.1.1 + +* Updated pubspec + ## 8.1.0 * [BREAKING] Updated `postgres` to 3.0.0 diff --git a/packages/orm/angel_migration_runner/pubspec.yaml b/packages/orm/angel_migration_runner/pubspec.yaml index ae3e5717..ab93ed57 100755 --- a/packages/orm/angel_migration_runner/pubspec.yaml +++ b/packages/orm/angel_migration_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_migration_runner -version: 8.1.0 +version: 8.1.1 description: Command-line based database migration runner for Angel3's ORM. homepage: https://angel3-framework.web.app/ repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner