Skip to content

Commit

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

- BREAKING: update supabase to [v1.0.0-dev.7](https://github.com/supabase-community/supabase-dart/pull/141)
- update payload shape on old version of realtime server to match the new version in realtime [v1.0.0-dev.3](https://github.com/supabase-community/realtime-dart/blob/main/CHANGELOG.md#100-dev3)
- fix: encoding issue with some languages in gotrue [v1.0.0-dev.4](https://github.com/supabase-community/gotrue-dart/blob/main/CHANGELOG.md#100-dev4)
- fix: update insert documentation to reflect new `returning` behavior in postgrest [v1.0.0-dev.4](https://github.com/supabase-community/postgrest-dart/blob/master/CHANGELOG.md#100-dev4)

## [1.0.0-dev.7]

- chore: update supabase to [v1.0.0-dev.6](https://github.com/supabase-community/supabase-dart/pull/139)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
@@ -1 +1 @@
const version = '1.0.0-dev.7';
const version = '1.0.0-dev.8';
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.7
version: 1.0.0-dev.8
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.6
supabase: 1.0.0-dev.7
url_launcher: ^6.1.2

dev_dependencies:
Expand Down

0 comments on commit 22cc17b

Please sign in to comment.