Skip to content

Commit

Permalink
Release 0.16.0 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Oct 16, 2020
1 parent 5fd7cd8 commit dea6cba
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 13 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.16.0

### 🚀 Features

* Add **experimental** support for type converters

# 0.15.0

### 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 @@ As a consequence, it's necessary to have an understanding of SQL and SQLite in o
dependencies:
flutter:
sdk: flutter
floor: ^0.15.0
floor: ^0.16.0

dev_dependencies:
floor_generator: ^0.15.0
floor_generator: ^0.16.0
build_runner: ^1.10.3
````

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,21 @@ packages:
path: "../floor"
relative: true
source: path
version: "0.15.0"
version: "0.16.0"
floor_annotation:
dependency: transitive
description:
path: "../floor_annotation"
relative: true
source: path
version: "0.9.0"
version: "0.10.0"
floor_generator:
dependency: "direct dev"
description:
path: "../floor_generator"
relative: true
source: path
version: "0.15.0"
version: "0.16.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
6 changes: 6 additions & 0 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 0.16.0

### 🚀 Features

* Add **experimental** support for type converters

# 0.15.0

### 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 @@ As a consequence, it's necessary to have an understanding of SQL and SQLite in o
dependencies:
flutter:
sdk: flutter
floor: ^0.15.0
floor: ^0.16.0

dev_dependencies:
floor_generator: ^0.15.0
floor_generator: ^0.16.0
build_runner: ^1.10.3
````

Expand Down
4 changes: 2 additions & 2 deletions floor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ packages:
path: "../floor_annotation"
relative: true
source: path
version: "0.9.0"
version: "0.10.0"
floor_generator:
dependency: "direct dev"
description:
path: "../floor_generator"
relative: true
source: path
version: "0.15.0"
version: "0.16.0"
flutter:
dependency: "direct main"
description: flutter
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.15.0
version: 0.16.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>

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

# 0.10.0

* Add experimental `TypeConverter` abstract class and `TypeConverters` annotation

# 0.9.0

* Update meta package
Expand Down
2 changes: 1 addition & 1 deletion floor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor_annotation
description: >
The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications.
Don't use this package directly. Import the floor package instead.
version: 0.9.0
version: 0.10.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>

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.16.0

### 🚀 Features

* Add **experimental** support for type converters

# 0.15.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ packages:
path: "../floor_annotation"
relative: true
source: path
version: "0.9.0"
version: "0.10.0"
glob:
dependency: transitive
description:
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.15.0
version: 0.16.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>

Expand Down

0 comments on commit dea6cba

Please sign in to comment.