diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ac550e..54cc4604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.19.1 + +### Changes + +* Remove floor example to pass static analysis + # 0.19.0 ### Changes diff --git a/README.md b/README.md index aa2a57a0..4a9792f4 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ The third dependency is `build_runner` which has to be included as a dev depende dependencies: flutter: sdk: flutter - floor: ^0.19.0 + floor: ^0.19.1 dev_dependencies: - floor_generator: ^0.19.0 + floor_generator: ^0.19.1 build_runner: ^1.11.1 ``` @@ -60,9 +60,9 @@ import 'package:floor/floor.dart'; class Person { @primaryKey final int id; - + final String name; - + Person(this.id, this.name); } ``` diff --git a/docs/changelog.md b/docs/changelog.md index 61fe2d66..0e10be46 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.19.1 + +### Changes + +* Remove floor example to pass static analysis + ## 0.19.0 ### Changes diff --git a/floor/CHANGELOG.md b/floor/CHANGELOG.md index f5872ced..54cc4604 100644 --- a/floor/CHANGELOG.md +++ b/floor/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.19.1 + +### Changes + +* Remove floor example to pass static analysis + # 0.19.0 ### Changes @@ -51,7 +57,7 @@ ### 🚀 Features -* Add **experimental** support for type converters +* Add **experimental** support for type converters # 0.15.0 @@ -111,12 +117,12 @@ ### Changes -* Ignore Getters&Setters -* Use Flutter bundled pub to get and upgrade project dependencies +* Ignore Getters&Setters +* Use Flutter bundled pub to get and upgrade project dependencies * Generate database implementation on every CI run * Throw exception when querying for unsupported type * Add generated code for example app -* Add workflow scripts +* Add workflow scripts * Run real database tests on development machine and CI ### 🚀 Features diff --git a/floor/README.md b/floor/README.md index 02fbb99e..75385299 100644 --- a/floor/README.md +++ b/floor/README.md @@ -36,10 +36,10 @@ The third dependency is `build_runner` which has to be included as a dev depende dependencies: flutter: sdk: flutter - floor: ^0.19.0 + floor: ^0.19.1 dev_dependencies: - floor_generator: ^0.19.0 + floor_generator: ^0.19.1 build_runner: ^1.11.1 ``` diff --git a/floor/pubspec.yaml b/floor/pubspec.yaml index 771845dc..957e0d25 100644 --- a/floor/pubspec.yaml +++ b/floor/pubspec.yaml @@ -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.19.0 +version: 0.19.1 homepage: https://github.com/vitusortner/floor author: Vitus Ortner diff --git a/floor_generator/CHANGELOG.md b/floor_generator/CHANGELOG.md index f1ac550e..54cc4604 100644 --- a/floor_generator/CHANGELOG.md +++ b/floor_generator/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.19.1 + +### Changes + +* Remove floor example to pass static analysis + # 0.19.0 ### Changes diff --git a/floor_generator/pubspec.yaml b/floor_generator/pubspec.yaml index 4a9d6be3..932f0213 100644 --- a/floor_generator/pubspec.yaml +++ b/floor_generator/pubspec.yaml @@ -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.19.0 +version: 0.19.1 homepage: https://github.com/vitusortner/floor author: Vitus Ortner