Skip to content

Commit 18829f9

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected] - [email protected]
1 parent d66aaab commit 18829f9

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-12-19
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+
- [`postgrest` - `v2.0.1`](#postgrest---v201)
19+
- [`supabase` - `v2.0.2`](#supabase---v202)
20+
- [`supabase_flutter` - `v2.0.2`](#supabase_flutter---v202)
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` - `v2.0.2`
27+
- `supabase_flutter` - `v2.0.2`
28+
29+
---
30+
31+
#### `postgrest` - `v2.0.1`
32+
33+
- **FIX**: enable filtering and tranformation on count with head ([#768](https://github.com/supabase/supabase-flutter/issues/768)). ([d66aaab6](https://github.com/supabase/supabase-flutter/commit/d66aaab66e5b0d437da4f49b6cdc2168dacf5582))
34+
35+
636
## 2023-12-14
737

838
### Changes

packages/postgrest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
- **FIX**: enable filtering and tranformation on count with head ([#768](https://github.com/supabase/supabase-flutter/issues/768)). ([d66aaab6](https://github.com/supabase/supabase-flutter/commit/d66aaab66e5b0d437da4f49b6cdc2168dacf5582))
4+
15
## 2.0.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.0.0';
1+
const version = '2.0.1';

packages/postgrest/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.0.0
3+
version: 2.0.1
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'

packages/supabase/CHANGELOG.md

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

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: 2.0.1
3+
version: 2.0.2
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'
@@ -12,7 +12,7 @@ dependencies:
1212
functions_client: ^2.0.0
1313
gotrue: ^2.1.0
1414
http: '>=0.13.5 <2.0.0'
15-
postgrest: ^2.0.0
15+
postgrest: ^2.0.1
1616
realtime_client: ^2.0.0
1717
storage_client: ^2.0.0
1818
rxdart: ^0.27.5

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

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.0.1
3+
version: 2.0.2
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
hive_flutter: ^1.1.0
2020
http: '>=0.13.4 <2.0.0'
2121
meta: ^1.7.0
22-
supabase: ^2.0.1
22+
supabase: ^2.0.2
2323
url_launcher: ^6.1.2
2424
path_provider: ^2.0.0
2525
shared_preferences: ^2.0.0

0 commit comments

Comments
 (0)