Skip to content

Commit

Permalink
Merge pull request #40 from Amir-P/release/1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
Amir-P authored Apr 9, 2023
2 parents 4ccb298 + 6bb4721 commit 0db7c86
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
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

0 comments on commit 0db7c86

Please sign in to comment.