From 8fe7e529351f6017f34878a19118a09762431f46 Mon Sep 17 00:00:00 2001 From: "hoc081098@gmail.com" Date: Wed, 6 Mar 2024 13:12:43 +0700 Subject: [PATCH] chore(publish): prepare for v2.7.0 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 11 +++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d363a8a..786d606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.7.0 - Mar 6, 2024 + +* Update dependencies: `sqflite: ^2.3.2` (implements `Database.readTransaction` method). +* Update `Dart SDK` constraint to `'>=3.0.0 <4.0.0'`, and `Flutter` constraint to `'>=3.10.0'`. + ## 2.6.0 - Jan 28, 2023 * Update dependencies: `sqflite: ^2.2.4`. Because `sqflite` does not follow semantic versioning, this is a breaking change. diff --git a/example/pubspec.lock b/example/pubspec.lock index b671650..6527011 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -262,7 +262,7 @@ packages: path: ".." relative: true source: path - version: "2.6.0" + version: "2.7.0" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2d0efb2..294aaff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlbrite description: RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations. -version: 2.6.0 +version: 2.7.0 homepage: https://github.com/hoc081098/sqlbrite.git repository: https://github.com/hoc081098/sqlbrite.git issue_tracker: https://github.com/hoc081098/sqlbrite/issues @@ -29,4 +29,11 @@ dev_dependencies: analyzer: ^5.0.0 code_builder: ^4.2.0 path: ^1.8.2 - # flutter packages pub run build_runner build --delete-conflicting-outputs \ No newline at end of file + # flutter packages pub run build_runner build --delete-conflicting-outputs + +topics: + - rxdart + - hoc081098 + - reactive-sqflite + - reactive-sqlite + - reactive-programming \ No newline at end of file