Skip to content

Commit

Permalink
Merge pull request supabase#226 from supabase-community/chore/publish
Browse files Browse the repository at this point in the history
publish v1.0.0-dev.9
  • Loading branch information
dshukertjr committed Sep 27, 2022
2 parents 22cc17b + 06af533 commit ccdfe7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [1.0.0-dev.9]

- fix: update supabase to [v1.0.0-dev.9](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#100-dev9)
- fix: recreate a `PostgrestClient` with proper auth headers when calling `.rpc()` [(#143)](https://github.com/supabase-community/supabase-dart/pull/143)
- fix: allow custom headers to be set for `SupabaseClient` [(#144)](https://github.com/supabase-community/supabase-dart/pull/144)
- fix: stream error will emit the entire exception and the stack trace [(#145)](https://github.com/supabase-community/supabase-dart/pull/145)
- fix: update realtime to [v1.0.0-dev.5](https://github.com/supabase-community/realtime-dart/blob/main/CHANGELOG.md#100-dev5)
- fix: bug where it throws exception when listening to postgres changes on old version of realtime server
- fix: sends null for access_token when not signed in [(#53)](https://github.com/supabase-community/realtime-dart/pull/53)



## [1.0.0-dev.8]

- BREAKING: update supabase to [v1.0.0-dev.7](https://github.com/supabase-community/supabase-dart/pull/141)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
@@ -1 +1 @@
const version = '1.0.0-dev.8';
const version = '1.0.0-dev.9';
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: supabase_flutter
description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
version: 1.0.0-dev.8
version: 1.0.0-dev.9
homepage: 'https://supabase.io'
repository: 'https://github.com/supabase/supabase-flutter'

Expand All @@ -15,7 +15,7 @@ dependencies:
hive: ^2.2.1
hive_flutter: ^1.1.0
http: ^0.13.4
supabase: 1.0.0-dev.7
supabase: 1.0.0-dev.9
url_launcher: ^6.1.2

dev_dependencies:
Expand Down

0 comments on commit ccdfe7a

Please sign in to comment.