Skip to content

Commit

Permalink
Release 0.10.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Jan 21, 2020
1 parent 5361c4d commit e0863d4
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 0.10.0

### Changes

* Update dependencies
* Update README with correct instructions to initialize in memory database

### 🐛 Bug Fixes

* Make in-memory database actually be just in memory

# 0.9.0

### 🐛 Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ This package is still in an early phase and the API will likely change.
dependencies:
flutter:
sdk: flutter
floor: ^0.9.0
floor: ^0.10.0

dev_dependencies:
floor_generator: ^0.9.0
build_runner: ^1.7.1
floor_generator: ^0.10.0
build_runner: ^1.7.3
````

1. Creating an *Entity*
Expand Down
11 changes: 11 additions & 0 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 0.10.0

### Changes

* Update dependencies
* Update README with correct instructions to initialize in memory database

### 🐛 Bug Fixes

* Make in-memory database actually be just in memory

# 0.9.0

### 🐛 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ This package is still in an early phase and the API will likely change.
dependencies:
flutter:
sdk: flutter
floor: ^0.9.0
floor: ^0.10.0

dev_dependencies:
floor_generator: ^0.9.0
build_runner: ^1.7.1
floor_generator: ^0.10.0
build_runner: ^1.7.3
````

1. Creating an *Entity*
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: >
A supportive SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 0.9.0
version: 0.10.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <[email protected]>

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

* Update dependency

# 0.4.0

* Add primary key field to @Entity annotation
Expand Down
4 changes: 2 additions & 2 deletions floor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: floor_annotation
description: >
A supportive SQLite abstraction for your Flutter applications.
Don't use this package. Import the floor package.
version: 0.4.0
version: 0.5.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <[email protected]>

environment:
sdk: '>=2.1.0 <3.0.0'
sdk: '>=2.6.0 <3.0.0'

dependencies:
meta: ^1.1.8
11 changes: 11 additions & 0 deletions floor_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 0.10.0

### Changes

* Update dependencies
* Update README with correct instructions to initialize in memory database

### 🐛 Bug Fixes

* Make in-memory database actually be just in memory

# 0.9.0

### 🐛 Bug Fixes
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: >
A supportive SQLite abstraction for your Flutter applications.
This library is the dev dependency.
version: 0.9.0
version: 0.10.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <[email protected]>

Expand Down

0 comments on commit e0863d4

Please sign in to comment.