Skip to content

Commit

Permalink
chore: publish v1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Sep 15, 2022
1 parent f22e60a commit 6ac6d78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.0-dev.7]

- chore: update supabaes 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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.0.0-dev.6';
const version = '1.0.0-dev.7';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 6ac6d78

Please sign in to comment.