Skip to content

Commit 9655652

Browse files
authored
chore(release): Publish packages [email protected] (#991)
chore(release): publish packages - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
1 parent 742b761 commit 9655652

File tree

16 files changed

+70
-16
lines changed

16 files changed

+70
-16
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
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-26
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+
- [`yet_another_json_isolate` - `v2.0.1`](#yet_another_json_isolate---v201)
19+
- [`postgrest` - `v2.1.3`](#postgrest---v213)
20+
- [`functions_client` - `v2.3.1`](#functions_client---v231)
21+
- [`supabase` - `v2.2.7`](#supabase---v227)
22+
- [`supabase_flutter` - `v2.5.11`](#supabase_flutter---v2511)
23+
24+
Packages with dependency updates only:
25+
26+
> 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.
27+
28+
- `postgrest` - `v2.1.3`
29+
- `functions_client` - `v2.3.1`
30+
- `supabase` - `v2.2.7`
31+
- `supabase_flutter` - `v2.5.11`
32+
33+
---
34+
35+
#### `yet_another_json_isolate` - `v2.0.1`
36+
37+
- **FIX**: Make sure the package can be built on Flutter web ([#990](https://github.com/supabase/supabase-flutter/issues/990)). ([742b761c](https://github.com/supabase/supabase-flutter/commit/742b761c2c84a8b3d75e7966444f57a0dd5e692e))
38+
39+
640
## 2024-07-25
741

842
### Changes

packages/functions_client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.3.0
26

37
- **FIX**(functions_client): Add `toString` to `FunctionException` ([#985](https://github.com/supabase/supabase-flutter/issues/985)). ([e072ff74](https://github.com/supabase/supabase-flutter/commit/e072ff74c71858ea3c9ede3361d2cdf710b22388))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.3.0';
1+
const version = '2.3.1';

packages/functions_client/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: functions_client
22
description: A dart client library for the Supabase functions.
3-
version: 2.3.0
3+
version: 2.3.1
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/functions_client'
66
documentation: 'https://supabase.com/docs/reference/dart/functions-invoke'
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
http: '>=0.13.4 <2.0.0'
13-
yet_another_json_isolate: 2.0.0
13+
yet_another_json_isolate: 2.0.1
1414

1515
dev_dependencies:
1616
lints: ^2.1.1

packages/postgrest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.3
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.1.2
26

37
- **FIX**(postgrest): Update parameter type of `isFilter()` to only allow boolean or null ([#920](https://github.com/supabase/supabase-flutter/issues/920)). ([0a3b73e0](https://github.com/supabase/supabase-flutter/commit/0a3b73e02f90ad8d05cf96bf91336a951982b800))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.1.2';
1+
const version = '2.1.3';

packages/postgrest/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: postgrest
22
description: PostgREST client for Dart. This library provides an ORM interface to PostgREST.
3-
version: 2.1.2
3+
version: 2.1.3
44
homepage: 'https://supabase.com'
55
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest'
66
documentation: 'https://supabase.com/docs/reference/dart/select'
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
http: '>=0.13.0 <2.0.0'
13-
yet_another_json_isolate: 2.0.0
13+
yet_another_json_isolate: 2.0.1
1414
meta: ^1.9.1
1515

1616
dev_dependencies:

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.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.2.6
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.6';
1+
const version = '2.2.7';

packages/supabase/pubspec.yaml

Lines changed: 4 additions & 4 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: 2.2.6
3+
version: 2.2.7
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'
@@ -9,14 +9,14 @@ environment:
99
sdk: '>=3.0.0 <4.0.0'
1010

1111
dependencies:
12-
functions_client: 2.3.0
12+
functions_client: 2.3.1
1313
gotrue: 2.8.3
1414
http: '>=0.13.5 <2.0.0'
15-
postgrest: 2.1.2
15+
postgrest: 2.1.3
1616
realtime_client: 2.2.0
1717
storage_client: 2.0.2
1818
rxdart: ^0.27.5
19-
yet_another_json_isolate: 2.0.0
19+
yet_another_json_isolate: 2.0.1
2020

2121
dev_dependencies:
2222
lints: ^2.1.1

0 commit comments

Comments
 (0)