From 6bb472185b17a5936d6f50de509478da20c8318e Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sun, 9 Apr 2023 11:01:07 +0330 Subject: [PATCH] Release 1.6.0 --- docs/changelog.md | 8 ++++++++ docs/getting-started.md | 2 +- example/pubspec.lock | 2 +- flat_orm/CHANGELOG.md | 4 ++++ flat_orm/README.md | 2 +- flat_orm/pubspec.yaml | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 76cf91d8..66298d8e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index ab98f2af..062bb594 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index d7c55522..86fe893d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/flat_orm/CHANGELOG.md b/flat_orm/CHANGELOG.md index 83d6a396..33e6a66a 100644 --- a/flat_orm/CHANGELOG.md +++ b/flat_orm/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.6.0 + +* Add experimental Web support + ## 1.5.4 * Update analyzer to v5 diff --git a/flat_orm/README.md b/flat_orm/README.md index 21da7e69..24e06b32 100644 --- a/flat_orm/README.md +++ b/flat_orm/README.md @@ -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 diff --git a/flat_orm/pubspec.yaml b/flat_orm/pubspec.yaml index 2c144cfd..c3eddddf 100644 --- a/flat_orm/pubspec.yaml +++ b/flat_orm/pubspec.yaml @@ -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