diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f64f05..ba2e55ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 3d2ee1b5..a3602bf8 100644 --- a/README.md +++ b/README.md @@ -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* diff --git a/floor/CHANGELOG.md b/floor/CHANGELOG.md index 55f64f05..ba2e55ea 100644 --- a/floor/CHANGELOG.md +++ b/floor/CHANGELOG.md @@ -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 diff --git a/floor/README.md b/floor/README.md index 3d2ee1b5..7e017729 100644 --- a/floor/README.md +++ b/floor/README.md @@ -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* diff --git a/floor/pubspec.yaml b/floor/pubspec.yaml index a0505a6d..db4f21b0 100644 --- a/floor/pubspec.yaml +++ b/floor/pubspec.yaml @@ -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 diff --git a/floor_annotation/CHANGELOG.md b/floor_annotation/CHANGELOG.md index 8a0eff1a..c56325b9 100644 --- a/floor_annotation/CHANGELOG.md +++ b/floor_annotation/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.5.0 + +* Update dependency + # 0.4.0 * Add primary key field to @Entity annotation diff --git a/floor_annotation/pubspec.yaml b/floor_annotation/pubspec.yaml index 5ac3efb2..6d9a5fca 100644 --- a/floor_annotation/pubspec.yaml +++ b/floor_annotation/pubspec.yaml @@ -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 environment: - sdk: '>=2.1.0 <3.0.0' + sdk: '>=2.6.0 <3.0.0' dependencies: meta: ^1.1.8 diff --git a/floor_generator/CHANGELOG.md b/floor_generator/CHANGELOG.md index 55f64f05..ba2e55ea 100644 --- a/floor_generator/CHANGELOG.md +++ b/floor_generator/CHANGELOG.md @@ -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 diff --git a/floor_generator/pubspec.yaml b/floor_generator/pubspec.yaml index 763632c4..dffe7fff 100644 --- a/floor_generator/pubspec.yaml +++ b/floor_generator/pubspec.yaml @@ -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