Skip to content

Commit ccb2f5d

Browse files
authored
chore(release): publish packages (supabase#758)
2 parents b1645f6 + e5c726a commit ccb2f5d

File tree

24 files changed

+107
-24
lines changed

24 files changed

+107
-24
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,57 @@
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-13
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`functions_client` - `v2.0.0`](#functions_client---v200)
15+
- [`gotrue` - `v2.0.0`](#gotrue---v200)
16+
- [`postgrest` - `v2.0.0`](#postgrest---v200)
17+
- [`realtime_client` - `v2.0.0`](#realtime_client---v200)
18+
- [`storage_client` - `v2.0.0`](#storage_client---v200)
19+
- [`supabase` - `v2.0.0`](#supabase---v200)
20+
- [`supabase_flutter` - `v2.0.0`](#supabase_flutter---v200)
21+
- [`yet_another_json_isolate` - `v2.0.0`](#yet_another_json_isolate---v200)
22+
23+
Packages with other changes:
24+
25+
- There are no other changes in this release.
26+
27+
Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):
28+
29+
- `functions_client` - `v2.0.0`
30+
- `gotrue` - `v2.0.0`
31+
- `postgrest` - `v2.0.0`
32+
- `realtime_client` - `v2.0.0`
33+
- `storage_client` - `v2.0.0`
34+
- `supabase` - `v2.0.0`
35+
- `supabase_flutter` - `v2.0.0`
36+
- `yet_another_json_isolate` - `v2.0.0`
37+
38+
---
39+
40+
#### `functions_client` - `v2.0.0`
41+
42+
#### `gotrue` - `v2.0.0`
43+
44+
#### `postgrest` - `v2.0.0`
45+
46+
#### `realtime_client` - `v2.0.0`
47+
48+
#### `storage_client` - `v2.0.0`
49+
50+
#### `supabase` - `v2.0.0`
51+
52+
#### `supabase_flutter` - `v2.0.0`
53+
54+
#### `yet_another_json_isolate` - `v2.0.0`
55+
56+
657
## 2023-12-05
758

859
### 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.0.0
2+
3+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4+
15
## 2.0.0-dev.0
26

37
> Note: This release has breaking changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.0.0-dev.0';
1+
const version = '2.0.0';

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.0.0-dev.0
3+
version: 2.0.0
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-dev.0
13+
yet_another_json_isolate: ^2.0.0
1414

1515
dev_dependencies:
1616
lints: ^2.1.1

packages/gotrue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4+
15
## 2.0.0-dev.2
26

37
- **FIX**: PKCE flow not emitting password recovery event ([#744](https://github.com/supabase/supabase-flutter/issues/744)). ([65859bd2](https://github.com/supabase/supabase-flutter/commit/65859bd2676873c685397b4b37d2685bed18b5a1))

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 = '2.0.0-dev.2';
1+
const version = '2.0.0';

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: 2.0.0-dev.2
3+
version: 2.0.0
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/postgrest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
4+
15
## 2.0.0-dev.2
26

37
- **REFACTOR**: make `schema` variable private and rename `useSchema()` to `schema()` ([#737](https://github.com/supabase/supabase-flutter/issues/737)).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '2.0.0-dev.2';
1+
const version = '2.0.0';

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.0.0-dev.2
3+
version: 2.0.0
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-dev.0
13+
yet_another_json_isolate: ^2.0.0
1414
meta: ^1.9.1
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)