Skip to content

Commit

Permalink
Merge pull request dart-backend#149 from dukefirehawk/release/angel3_…
Browse files Browse the repository at this point in the history
…migration

Publish angel3_migration
  • Loading branch information
dukefirehawk authored Aug 7, 2024
2 parents 9bb742d + 84f2058 commit 8d6f66a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/orm/angel_migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 8.3.0

* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`

## 8.2.1

* Updated README
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/angel_migration/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angel3_migration
version: 8.2.1
version: 8.3.0
description: The abstract classes for implementing database migration in Angel3 framework. Designed to work with Angel3 ORM.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration
Expand Down
4 changes: 4 additions & 0 deletions packages/orm/angel_migration_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 8.3.0

* Added `addIndex`, `dropIndex` and `dropPrimaryIndex`

## 8.2.2

Fixed `MariaDbMigrationRunner` migration issues
Expand Down
6 changes: 3 additions & 3 deletions packages/orm/angel_migration_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: angel3_migration_runner
version: 8.2.2
version: 8.3.0
description: The implementation of database migration for Angel3 framework. Designed to work with Angel3 ORM.
homepage: https://angel3-framework.web.app/
repository: https://github.com/dart-backend/angel/tree/master/packages/orm/angel_migration_runner
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
angel3_migration: ^8.0.0
angel3_orm: ^8.0.0
angel3_migration: ^8.3.0
angel3_orm: ^8.2.0
args: ^2.4.0
charcode: ^1.3.0
postgres: ^3.0.0
Expand Down

0 comments on commit 8d6f66a

Please sign in to comment.