Skip to content

Commit

Permalink
Release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed Feb 27, 2021
1 parent bca5828 commit a5ad32f
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 0.19.1

### Changes

* Remove floor example to pass static analysis

# 0.19.0

### Changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -60,9 +60,9 @@ import 'package:floor/floor.dart';
class Person {
@primaryKey
final int id;
final String name;
Person(this.id, this.name);
}
```
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.19.1

### Changes

* Remove floor example to pass static analysis

## 0.19.0

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

# 0.19.1

### Changes

* Remove floor example to pass static analysis

# 0.19.0

### Changes
Expand Down Expand Up @@ -51,7 +57,7 @@

### 🚀 Features

* Add **experimental** support for type converters
* Add **experimental** support for type converters

# 0.15.0

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
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.19.0
version: 0.19.1
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <[email protected]>

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

# 0.19.1

### Changes

* Remove floor example to pass static analysis

# 0.19.0

### 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.19.0
version: 0.19.1
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <[email protected]>

Expand Down

0 comments on commit a5ad32f

Please sign in to comment.