Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.6.0 #40

Merged
merged 1 commit into from
Apr 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.6.0

* Add experimental Web support

## 1.5.4

* Update analyzer to v5

## 1.5.3

* Fix adapter not adding event when result is 0 for single insertion
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
flat_orm: ^1.5.3
flat_orm: ^1.6.0

dev_dependencies:
flat_generator: ^1.6.2
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ packages:
path: "../flat_orm"
relative: true
source: path
version: "1.5.4"
version: "1.6.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 4 additions & 0 deletions flat_orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.0

* Add experimental Web support

## 1.5.4

* Update analyzer to v5
Expand Down
2 changes: 1 addition & 1 deletion flat_orm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
flat_orm: ^1.5.4
flat_orm: ^1.6.0

dev_dependencies:
flat_generator: ^1.6.3
Expand Down
2 changes: 1 addition & 1 deletion flat_orm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flat_orm
description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 1.5.4
version: 1.6.0
homepage: https://amir-p.github.io/flat
publish_to: none

Expand Down