Skip to content

Commit 379d89c

Browse files
committed
bump storage_client version
1 parent 44f5eac commit 379d89c

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Packages with other changes:
1717

1818
- [`gotrue` - `v2.11.1`](#gotrue---v2111)
1919
- [`realtime_client` - `v2.4.1`](#realtime_client---v241)
20+
- [`storage_client` - `v2.3.0`](#storage_client---v230)
2021
- [`supabase` - `v2.6.1`](#supabase---v261)
2122
- [`supabase_flutter` - `v2.8.2`](#supabase_flutter---v282)
2223

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

3738
- **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))
3839

40+
#### `storage_client` - `v2.3.0`
41+
42+
- **FEAT**: Support mime 2.0.0 ([#1079](https://github.com/supabase/supabase-flutter/pull/1079)).
43+
3944
#### `supabase` - `v2.6.1`
4045

4146
- **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))

packages/storage_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.0
2+
3+
- **FEAT**: Support mime 2.0.0 ([#1079](https://github.com/supabase/supabase-flutter/pull/1079)).
4+
15
## 2.2.0
26

37
- **FEAT**: Add logging ([#1042](https://github.com/supabase/supabase-flutter/issues/1042)). ([d1ecabd7](https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.2.0';
1+
const version = '2.3.0';

packages/storage_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: storage_client
22
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.
3-
version: 2.2.0
3+
version: 2.3.0
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/storage_client'
66
documentation: 'https://supabase.com/docs/reference/dart/storage-createbucket'

packages/supabase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
http: '>=0.13.5 <2.0.0'
1515
postgrest: 2.4.0
1616
realtime_client: 2.4.1
17-
storage_client: 2.2.0
17+
storage_client: 2.3.0
1818
rxdart: '>=0.27.5 <0.29.0'
1919
yet_another_json_isolate: 2.0.3
2020
logging: ^1.2.0

0 commit comments

Comments
 (0)