Skip to content

Commit a90fac9

Browse files
authored
Merge pull request #18 from supabase-community/chore/publish
chore: publish v0.0.3+2
2 parents fa912b3 + 08a3dff commit a90fac9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.3+2
2+
3+
- fix: Error on select after delete or update [#17](https://github.com/supabase-community/mock_supabase_http_client/pull/17)
4+
15
## 0.0.3+1
26

37
- fix: Add support to datetime on gt. gte. lt. lte. filter [#8](https://github.com/supabase-community/mock_supabase_http_client/pull/8)

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mock_supabase_http_client
22
description: A mock Supabase client for testing API calls without making actual http requests for Dart/Flutter apps that use Supabase.
3-
version: 0.0.3+1
3+
version: 0.0.3+2
44
homepage: 'https://supabase.com'
55
repository: https://github.com/supabase-community/mock_supabase_http_client
66

0 commit comments

Comments
 (0)