Skip to content

Commit 22cd12d

Browse files
authored
chore(release): Publish packages supabase_flutter@2.5.9 (#978)
chore(release): publish packages - supabase@2.2.5 - supabase_flutter@2.5.9
1 parent a25993c commit 22cd12d

File tree

7 files changed

+39
-5
lines changed

7 files changed

+39
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-07-21
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`supabase` - `v2.2.5`](#supabase---v225)
19+
- [`supabase_flutter` - `v2.5.9`](#supabase_flutter---v259)
20+
21+
---
22+
23+
#### `supabase` - `v2.2.5`
24+
25+
- **FIX**: Add error messages for when the session or expiresAt was missing while making API requests. ([#976](https://github.com/supabase/supabase-flutter/issues/976)). ([a25993cb](https://github.com/supabase/supabase-flutter/commit/a25993cbe5270c862023c23741fa0be048bb4731))
26+
27+
#### `supabase_flutter` - `v2.5.9`
28+
29+
- **FIX**(gotrue): Ensure a single `initialSession` is emitted. ([#975](https://github.com/supabase/supabase-flutter/issues/975)). ([6323f9fd](https://github.com/supabase/supabase-flutter/commit/6323f9fd40564b36027a1fc48004822baa063e19))
30+
31+
632
## 2024-07-12
733

834
### Changes

packages/supabase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.5
2+
3+
- **FIX**: Add error messages for when the session or expiresAt was missing while making API requests. ([#976](https://github.com/supabase/supabase-flutter/issues/976)). ([a25993cb](https://github.com/supabase/supabase-flutter/commit/a25993cbe5270c862023c23741fa0be048bb4731))
4+
15
## 2.2.4
26

37
- Update a dependency to the latest release.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.2.4';
1+
const version = '2.2.5';

packages/supabase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supabase
22
description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
3-
version: 2.2.4
3+
version: 2.2.5
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
66
documentation: 'https://supabase.com/docs/reference/dart/introduction'

packages/supabase_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.9
2+
3+
- **FIX**(gotrue): Ensure a single `initialSession` is emitted. ([#975](https://github.com/supabase/supabase-flutter/issues/975)). ([6323f9fd](https://github.com/supabase/supabase-flutter/commit/6323f9fd40564b36027a1fc48004822baa063e19))
4+
15
## 2.5.8
26

37
- **FIX**: Fix duplicate initial deeplink handling when using AppLinks >= 6.0.0 ([#965](https://github.com/supabase/supabase-flutter/issues/965)). ([74747f0d](https://github.com/supabase/supabase-flutter/commit/74747f0de13187ddb2ebfba06a75d902dd1d98a5))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.5.8';
1+
const version = '2.5.9';

packages/supabase_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: supabase_flutter
22
description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
3-
version: 2.5.8
3+
version: 2.5.9
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
66
documentation: 'https://supabase.com/docs/reference/dart/introduction'
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
http: '>=0.13.4 <2.0.0'
1919
meta: ^1.7.0
20-
supabase: 2.2.4
20+
supabase: 2.2.5
2121
url_launcher: ^6.1.2
2222
path_provider: ^2.0.0
2323
shared_preferences: ^2.0.0

0 commit comments

Comments
 (0)