Skip to content

Commit

Permalink
Release 0.14.0 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Jul 20, 2020
1 parent 6209163 commit 2b03ad2
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 0.14.0

### Changes

* Document entity inheritance and add integration test
* Raise minimum sqflite version to 1.3.0
* add integration test for transaction rollback
* Mention missing null propagation in streams
* Fix types (integer instead of real)

# 0.13.0

### ⚠️ Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ After integrating type converters and embeddable objects, the API surface won't
dependencies:
flutter:
sdk: flutter
floor: ^0.13.0
floor: ^0.14.0

dev_dependencies:
floor_generator: ^0.13.0
floor_generator: ^0.14.0
build_runner: ^1.7.3
````

Expand Down
10 changes: 10 additions & 0 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 0.14.0

### Changes

* Document entity inheritance and add integration test
* Raise minimum sqflite version to 1.3.0
* add integration test for transaction rollback
* Mention missing null propagation in streams
* Fix types (integer instead of real)

# 0.13.0

### ⚠️ Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ After integrating type converters and embeddable objects, the API surface won't
dependencies:
flutter:
sdk: flutter
floor: ^0.13.0
floor: ^0.14.0

dev_dependencies:
floor_generator: ^0.13.0
floor_generator: ^0.14.0
build_runner: ^1.7.3
````

Expand Down
2 changes: 1 addition & 1 deletion floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor
description: >
The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 0.13.0
version: 0.14.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>

Expand Down
10 changes: 10 additions & 0 deletions floor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# 0.14.0

### Changes

* Document entity inheritance and add integration test
* Raise minimum sqflite version to 1.3.0
* add integration test for transaction rollback
* Mention missing null propagation in streams
* Fix types (integer instead of real)

# 0.13.0

### ⚠️ Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor_generator
description: >
The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications.
This library is the dev dependency.
version: 0.13.0
version: 0.14.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>

Expand Down

0 comments on commit 2b03ad2

Please sign in to comment.