Skip to content

Commit

Permalink
Merge pull request supabase#205 from supabase-community/chore/publish
Browse files Browse the repository at this point in the history
chore: publish v1.0.0-dev.5
  • Loading branch information
dshukertjr committed Sep 4, 2022
2 parents 92d6991 + 013e70b commit 3a31f09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## [1.0.0-dev.5]

- chore: add example app in example directory
- fix: `WidgetsBinding` warning

## [1.0.0-dev.4]

- BREAKING: update supabase package [v1.0.0-dev.4](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#100-dev4)
- feat: accept custom headers
- feat: add add X-Client-Info header


## [1.0.0-dev.3]

- BREAKING: update supabase package [v1.0.0-dev.3](https://github.com/supabase-community/supabase-dart/blob/main/CHANGELOG.md#100-dev3)
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.4';
const version = '1.0.0-dev.5';
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.4
version: 1.0.0-dev.5
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.4
supabase: 1.0.0-dev.4
url_launcher: ^6.1.2

dev_dependencies:
Expand Down

0 comments on commit 3a31f09

Please sign in to comment.