Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.4+1]

- fix: export type, `SupabaseRealtimePayload`

## [0.3.4]

- fix: update gotrue to [0.2.2](https://github.com/supabase-community/gotrue-dart/blob/main/CHANGELOG.md#022)
Expand Down
1 change: 0 additions & 1 deletion lib/src/supabase_query_builder.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:supabase/src/supabase_realtime_client.dart';
import 'package:supabase/src/supabase_realtime_payload.dart';
import 'package:supabase/src/supabase_stream_builder.dart';
import 'package:supabase/supabase.dart';

Expand Down
1 change: 0 additions & 1 deletion lib/src/supabase_stream_builder.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';

import 'package:supabase/src/supabase_realtime_payload.dart';
import 'package:supabase/supabase.dart';

class StreamPostgrestFilter {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '0.3.4';
const version = '0.3.4+1';
1 change: 1 addition & 0 deletions lib/supabase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ export 'src/auth_user.dart';
export 'src/supabase.dart';
export 'src/supabase_event_types.dart';
export 'src/supabase_query_builder.dart';
export 'src/supabase_realtime_payload.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase
description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
version: 0.3.4
version: 0.3.4+1
homepage: "https://supabase.io"
repository: "https://github.com/supabase/supabase-dart"

Expand Down