Skip to content

Commit

Permalink
bump all packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Feb 13, 2025
1 parent 45a3e63 commit e2d87c8
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/sqflite_common_ffi_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4

* Requires dart 3.7

## 0.1.3+1

* Remove dependency on `dart:html`
Expand Down
2 changes: 1 addition & 1 deletion packages/sqflite_common_ffi_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqflite_common_ffi_async
homepage: https://github.com/tekartik/sqflite/tree/master/packages/sqflite_common_ffi_async
description: Sqflite API on top on sqlite_async from PowerSync, ffi based implementation.
version: 0.1.3+1
version: 0.1.4

# This package supports all platforms listed below.
platforms:
Expand Down
4 changes: 4 additions & 0 deletions sqflite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

* Requires dart 3.7

## 2.4.1

* Add darwin extension to allow creating unprotected folder in iOS (issue #924)
Expand Down
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite
issue_tracker: https://github.com/tekartik/sqflite/issues
description: Flutter plugin for SQLite, a self-contained, high-reliability,
embedded, SQL database engine.
version: 2.4.1
version: 2.4.2

# This package supports all platforms listed below.
platforms:
Expand Down
4 changes: 4 additions & 0 deletions sqflite_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.1

* Requires dart 3.7

## 2.4.0

* Initial implementation from sqflite v2.3.3+2
2 changes: 1 addition & 1 deletion sqflite_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite_android
issue_tracker: https://github.com/tekartik/sqflite/issues
description: Android flutter plugin for SQLite, a self-contained, high-reliability,
embedded, SQL database engine.
version: 2.4.0
version: 2.4.1

# This package supports all platforms listed below.
platforms:
Expand Down
4 changes: 4 additions & 0 deletions sqflite_darwin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

* Requires dart 3.7

## 2.4.1+1

* Allow creating unprotected folder in iOS (issue #924)
Expand Down
2 changes: 1 addition & 1 deletion sqflite_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite_darwin
issue_tracker: https://github.com/tekartik/sqflite/issues
description: iOS/MacOS flutter plugin for SQLite, a self-contained, high-reliability,
embedded, SQL database engine.
version: 2.4.1+1
version: 2.4.2

# This package supports all platforms listed below.
platforms:
Expand Down

0 comments on commit e2d87c8

Please sign in to comment.