Skip to content

Commit 4e5df1f

Browse files
authored
1 parent 7280b49 commit 4e5df1f

File tree

10 files changed

+50
-8
lines changed

10 files changed

+50
-8
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
## 2023-10-09
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+
- [`gotrue` - `v1.12.4`](#gotrue---v1124)
19+
- [`supabase` - `v1.11.9`](#supabase---v1119)
20+
- [`supabase_flutter` - `v1.10.22`](#supabase_flutter---v11022)
21+
22+
Packages with dependency updates only:
23+
24+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
25+
26+
- `supabase` - `v1.11.9`
27+
- `supabase_flutter` - `v1.10.22`
28+
29+
---
30+
31+
#### `gotrue` - `v1.12.4`
32+
33+
- **FIX**(gotrue): remove import of dart:io from gotrue_client.dart ([#659](https://github.com/supabase/supabase-flutter/issues/659)). ([7280b490](https://github.com/supabase/supabase-flutter/commit/7280b490f10a8de5c69509c5242aff98e348c162))
34+
35+
636
## 2023-10-05
737

838
### Changes

packages/gotrue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.12.4
2+
3+
- **FIX**(gotrue): remove import of dart:io from gotrue_client.dart ([#659](https://github.com/supabase/supabase-flutter/issues/659)). ([7280b490](https://github.com/supabase/supabase-flutter/commit/7280b490f10a8de5c69509c5242aff98e348c162))
4+
15
## 1.12.3
26

37
- **FIX**: compile with webdev ([#653](https://github.com/supabase/supabase-flutter/issues/653)). ([23242287](https://github.com/supabase/supabase-flutter/commit/232422874df7f09fcf76ab5879822741a7272245))

packages/gotrue/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.12.3';
1+
const version = '1.12.4';

packages/gotrue/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gotrue
22
description: A dart client library for the GoTrue API.
3-
version: 1.12.3
3+
version: 1.12.4
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/gotrue'
66
documentation: 'https://supabase.com/docs/reference/dart/auth-signup'

packages/supabase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.11.9
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.11.8
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 = '1.11.8';
1+
const version = '1.11.9';

packages/supabase/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 1.11.8
3+
version: 1.11.9
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'
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
functions_client: ^1.3.2
13-
gotrue: ^1.12.3
13+
gotrue: ^1.12.4
1414
http: '>=0.13.5 <2.0.0'
1515
postgrest: ^1.5.1
1616
realtime_client: ^1.3.0

packages/supabase_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.10.22
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.10.21
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 = '1.10.21';
1+
const version = '1.10.22';

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: 1.10.21
3+
version: 1.10.22
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'
@@ -19,7 +19,7 @@ dependencies:
1919
http: '>=0.13.4 <2.0.0'
2020
meta: ^1.7.0
2121
sign_in_with_apple: '>=4.3.0 <6.0.0'
22-
supabase: ^1.11.8
22+
supabase: ^1.11.9
2323
url_launcher: ^6.1.2
2424
webview_flutter: ^4.0.0
2525
path_provider: ^2.0.0

0 commit comments

Comments
 (0)