Skip to content

Commit

Permalink
chore(release): publish packages (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored Sep 25, 2023
1 parent c4291c9 commit 5003483
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 8 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`realtime_client` - `v1.2.3`](#realtime_client---v123)
- [`supabase` - `v1.11.6`](#supabase---v1116)
- [`supabase_flutter` - `v1.10.19`](#supabase_flutter---v11019)

Packages with dependency updates only:

> 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.
- `supabase` - `v1.11.6`
- `supabase_flutter` - `v1.10.19`

---

#### `realtime_client` - `v1.2.3`

- **FIX**: Remove error parameter on `_triggerChanError` ([#637](https://github.com/supabase/supabase-flutter/issues/637)). ([c4291c97](https://github.com/supabase/supabase-flutter/commit/c4291c97c87342cbd84795297c046b7ababef5ac))


## 2023-09-19

### 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.3

- **FIX**: Remove error parameter on `_triggerChanError` ([#637](https://github.com/supabase/supabase-flutter/issues/637)). ([c4291c97](https://github.com/supabase/supabase-flutter/commit/c4291c97c87342cbd84795297c046b7ababef5ac))

## 1.2.2

- **FIX**(realtime_client): No exception is thrown when connection is closed. ([#620](https://github.com/supabase/supabase-flutter/issues/620)). ([64b8b968](https://github.com/supabase/supabase-flutter/commit/64b8b9689d089c056e1f1665df749aa21b893aad))
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.2';
const version = '1.2.3';
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.2
version: 1.2.3
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.6

- Update a dependency to the latest release.

## 1.11.5

- **FIX**(gotrue,supabase): allow refreshSession after exception ([#633](https://github.com/supabase/supabase-flutter/issues/633)). ([8853155f](https://github.com/supabase/supabase-flutter/commit/8853155fdaaec984818323b35718cb1c4c3ede4c))
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.5';
const version = '1.11.6';
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.5
version: 1.11.6
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.12.2
http: '>=0.13.5 <2.0.0'
postgrest: ^1.5.1
realtime_client: ^1.2.2
realtime_client: ^1.2.3
storage_client: ^1.5.2
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.19

- Update a dependency to the latest release.

## 1.10.18

- Update a dependency to the latest release.
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.18';
const version = '1.10.19';
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.18
version: 1.10.19
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.5
supabase: ^1.11.6
url_launcher: ^6.1.2
webview_flutter: ^4.0.0
path_provider: ^2.0.0
Expand Down

0 comments on commit 5003483

Please sign in to comment.