Skip to content

Commit

Permalink
chore(release): publish packages (#597)
Browse files Browse the repository at this point in the history
- realtime_client@1.2.1
 - supabase@1.11.1
 - supabase_flutter@1.10.14
  • Loading branch information
dshukertjr committed Aug 22, 2023
1 parent af8e368 commit e5ba4fe
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 8 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-08-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`realtime_client` - `v1.2.1`](#realtime_client---v121)
- [`supabase` - `v1.11.1`](#supabase---v1111)
- [`supabase_flutter` - `v1.10.14`](#supabase_flutter---v11014)

---

#### `realtime_client` - `v1.2.1`

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))

#### `supabase` - `v1.11.1`

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))

#### `supabase_flutter` - `v1.10.14`

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))


## 2023-08-15

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/realtime_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))

## 1.2.0

- **FEAT**: add `logLevel` parameter to `RealtimeClientOptions` ([#592](https://github.com/supabase/supabase-flutter/issues/592)). ([76e9fc20](https://github.com/supabase/supabase-flutter/commit/76e9fc2067cc36e67c7bbaaed1fcad6281426f82))
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime_client/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.2.0';
const version = '1.2.1';
2 changes: 1 addition & 1 deletion packages/realtime_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: realtime_client
description: Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
version: 1.2.0
version: 1.2.1
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/realtime_client'
documentation: 'https://supabase.com/docs/reference/dart/subscribe'
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.11.1

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))

## 1.11.0

- **FEAT**: add `logLevel` parameter to `RealtimeClientOptions` ([#592](https://github.com/supabase/supabase-flutter/issues/592)). ([76e9fc20](https://github.com/supabase/supabase-flutter/commit/76e9fc2067cc36e67c7bbaaed1fcad6281426f82))
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.11.0';
const version = '1.11.1';
4 changes: 2 additions & 2 deletions packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase
description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
version: 1.11.0
version: 1.11.1
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
documentation: 'https://supabase.com/docs/reference/dart/introduction'
Expand All @@ -13,7 +13,7 @@ dependencies:
gotrue: ^1.11.2
http: '>=0.13.5 <2.0.0'
postgrest: ^1.5.0
realtime_client: ^1.2.0
realtime_client: ^1.2.1
storage_client: ^1.5.1
rxdart: ^0.27.5
yet_another_json_isolate: ^1.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.10.14

- **FIX**(realtime_client,supabase): pass apikey as the initial access token for realtime client ([#596](https://github.com/supabase/supabase-flutter/issues/596)). ([af8e368b](https://github.com/supabase/supabase-flutter/commit/af8e368bdb0b2a07f9cf9806c854456f8e9d198e))

## 1.10.13

- **FIX**(supabase_flutter): update readme.md on the notes about broadcast ([#589](https://github.com/supabase/supabase-flutter/issues/589)). ([d0f4e2dd](https://github.com/supabase/supabase-flutter/commit/d0f4e2dd8e6b6eeb550c164cf19cb2c8a6cb50ba))
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '1.10.13';
const version = '1.10.14';
4 changes: 2 additions & 2 deletions packages/supabase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_flutter
description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
version: 1.10.13
version: 1.10.14
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
documentation: 'https://supabase.com/docs/reference/dart/introduction'
Expand All @@ -19,7 +19,7 @@ dependencies:
http: '>=0.13.4 <2.0.0'
meta: ^1.7.0
sign_in_with_apple: '>=4.3.0 <6.0.0'
supabase: ^1.11.0
supabase: ^1.11.1
url_launcher: ^6.1.2
webview_flutter: ^4.0.0
path_provider: ^2.0.0
Expand Down

0 comments on commit e5ba4fe

Please sign in to comment.