Skip to content

Commit

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

- chore: update supabase to [v1.0.0-dev.6](https://github.com/supabase-community/supabase-dart/pull/139)
- fix: `.stream()` typing issue [#138](https://github.com/supabase-community/supabase-dart/pull/138)

## [1.0.0-dev.6]

- BREAKING: update supabase package [v1.0.0-dev.5](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#100-dev5)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
@@ -1 +1 @@
const version = '1.0.0-dev.6';
const version = '1.0.0-dev.7';
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.6
version: 1.0.0-dev.7
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.5
supabase: 1.0.0-dev.6
url_launcher: ^6.1.2

dev_dependencies:
Expand Down

0 comments on commit fc6fd2b

Please sign in to comment.