Skip to content

Commit 544bc15

Browse files
committed
sqlite3_web: Support older pkg:meta
1 parent d2c2830 commit 544bc15

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sqlite3_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1
2+
3+
- Support older versions of `package:meta`.
4+
15
## 0.4.0
26

37
- Remove `userVersion` and `setUserVersion`. Users should run the pragma statements manually.

sqlite3_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3_web
22
description: Utilities to simplify accessing sqlite3 on the web, with automated feature detection.
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_web
55
repository: https://github.com/simolus3/sqlite3.dart
66
resolution: workspace
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.5.0
1010

1111
dependencies:
12-
meta: ^1.17.0
12+
meta: ^1.11.0
1313
sqlite3: ^2.9.4
1414
stream_channel: ^2.1.2
1515
web: ^1.0.0

0 commit comments

Comments
 (0)