Skip to content

Commit

Permalink
chore(publish): prepare for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 6, 2024
1 parent d523875 commit 8fe7e52
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.6.0"
version: "2.7.0"
stack_trace:
dependency: transitive
description:
Expand Down
11 changes: 9 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
# flutter packages pub run build_runner build --delete-conflicting-outputs

topics:
- rxdart
- hoc081098
- reactive-sqflite
- reactive-sqlite
- reactive-programming

0 comments on commit 8fe7e52

Please sign in to comment.