Skip to content

Commit

Permalink
bump storage_client version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Dec 17, 2024
1 parent 44f5eac commit 379d89c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Packages with other changes:

- [`gotrue` - `v2.11.1`](#gotrue---v2111)
- [`realtime_client` - `v2.4.1`](#realtime_client---v241)
- [`storage_client` - `v2.3.0`](#storage_client---v230)
- [`supabase` - `v2.6.1`](#supabase---v261)
- [`supabase_flutter` - `v2.8.2`](#supabase_flutter---v282)

Expand All @@ -36,6 +37,10 @@ Packages with dependency updates only:

- **FIX**(realtime_client): Prevent sending expired tokens ([#1095](https://github.com/supabase/supabase-flutter/issues/1095)). ([1bb034f0](https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9))

#### `storage_client` - `v2.3.0`

- **FEAT**: Support mime 2.0.0 ([#1079](https://github.com/supabase/supabase-flutter/pull/1079)).

#### `supabase` - `v2.6.1`

- **FIX**(realtime_client): Prevent sending expired tokens ([#1095](https://github.com/supabase/supabase-flutter/issues/1095)). ([1bb034f0](https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9))
Expand Down
4 changes: 4 additions & 0 deletions packages/storage_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0

- **FEAT**: Support mime 2.0.0 ([#1079](https://github.com/supabase/supabase-flutter/pull/1079)).

## 2.2.0

- **FEAT**: Add logging ([#1042](https://github.com/supabase/supabase-flutter/issues/1042)). ([d1ecabd7](https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35))
Expand Down
2 changes: 1 addition & 1 deletion packages/storage_client/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '2.2.0';
const version = '2.3.0';
2 changes: 1 addition & 1 deletion packages/storage_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: storage_client
description: Dart client library to interact with Supabase Storage. Supabase Storage provides an interface for managing Files stored in S3, using Postgres to manage permissions.
version: 2.2.0
version: 2.3.0
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/storage_client'
documentation: 'https://supabase.com/docs/reference/dart/storage-createbucket'
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
http: '>=0.13.5 <2.0.0'
postgrest: 2.4.0
realtime_client: 2.4.1
storage_client: 2.2.0
storage_client: 2.3.0
rxdart: '>=0.27.5 <0.29.0'
yet_another_json_isolate: 2.0.3
logging: ^1.2.0
Expand Down

0 comments on commit 379d89c

Please sign in to comment.