From b33beb09eba9c169255f8705eaa7c36efb115f9a Mon Sep 17 00:00:00 2001 From: Hassan Ben Jobrane Date: Thu, 28 Nov 2024 13:21:38 +0100 Subject: [PATCH] chore(release): Publish packages - nhost_auth_dart@2.4.0 - nhost_sdk@5.5.0 - nhost_dart@2.0.7 - nhost_flutter_auth@4.0.7 - nhost_flutter_graphql@3.0.8 - nhost_graphql_adapter@4.0.7 - nhost_storage_dart@2.0.7 - nhost_functions_dart@2.0.7 - nhost_gql_links@4.0.8 --- CHANGELOG.md | 45 +++++++++++++++++++ packages/nhost_auth_dart/CHANGELOG.md | 4 ++ packages/nhost_auth_dart/pubspec.yaml | 4 +- packages/nhost_dart/CHANGELOG.md | 4 ++ packages/nhost_dart/pubspec.yaml | 14 +++--- packages/nhost_flutter_auth/CHANGELOG.md | 4 ++ packages/nhost_flutter_auth/pubspec.yaml | 4 +- packages/nhost_flutter_graphql/CHANGELOG.md | 4 ++ packages/nhost_flutter_graphql/pubspec.yaml | 4 +- packages/nhost_functions_dart/CHANGELOG.md | 4 ++ packages/nhost_functions_dart/pubspec.yaml | 4 +- packages/nhost_gql_links/CHANGELOG.md | 4 ++ packages/nhost_gql_links/pubspec.yaml | 4 +- packages/nhost_graphql_adapter/CHANGELOG.md | 4 ++ .../example/pubspec.yaml | 2 +- packages/nhost_graphql_adapter/pubspec.yaml | 6 +-- packages/nhost_sdk/CHANGELOG.md | 4 ++ packages/nhost_sdk/pubspec.yaml | 2 +- packages/nhost_storage_dart/CHANGELOG.md | 4 ++ .../nhost_storage_dart/example/pubspec.yaml | 2 +- packages/nhost_storage_dart/pubspec.yaml | 4 +- 21 files changed, 106 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f289ad..b25979cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-11-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nhost_auth_dart` - `v2.4.0`](#nhost_auth_dart---v240) + - [`nhost_sdk` - `v5.5.0`](#nhost_sdk---v550) + - [`nhost_dart` - `v2.0.7`](#nhost_dart---v207) + - [`nhost_flutter_auth` - `v4.0.7`](#nhost_flutter_auth---v407) + - [`nhost_flutter_graphql` - `v3.0.8`](#nhost_flutter_graphql---v308) + - [`nhost_graphql_adapter` - `v4.0.7`](#nhost_graphql_adapter---v407) + - [`nhost_storage_dart` - `v2.0.7`](#nhost_storage_dart---v207) + - [`nhost_functions_dart` - `v2.0.7`](#nhost_functions_dart---v207) + - [`nhost_gql_links` - `v4.0.8`](#nhost_gql_links---v408) + +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. + + - `nhost_dart` - `v2.0.7` + - `nhost_flutter_auth` - `v4.0.7` + - `nhost_flutter_graphql` - `v3.0.8` + - `nhost_graphql_adapter` - `v4.0.7` + - `nhost_storage_dart` - `v2.0.7` + - `nhost_functions_dart` - `v2.0.7` + - `nhost_gql_links` - `v4.0.8` + +--- + +#### `nhost_auth_dart` - `v2.4.0` + + - **FEAT**: add support for sign-in with id token (#149). + +#### `nhost_sdk` - `v5.5.0` + + - **FEAT**: add support for sign-in with id token (#149). + + ## 2024-11-26 ### Changes diff --git a/packages/nhost_auth_dart/CHANGELOG.md b/packages/nhost_auth_dart/CHANGELOG.md index d691b634..fa44af0b 100644 --- a/packages/nhost_auth_dart/CHANGELOG.md +++ b/packages/nhost_auth_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.4.0 + + - **FEAT**: add support for sign-in with id token (#149). + ## 2.3.0 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_auth_dart/pubspec.yaml b/packages/nhost_auth_dart/pubspec.yaml index bffd9686..aa3b1d47 100644 --- a/packages/nhost_auth_dart/pubspec.yaml +++ b/packages/nhost_auth_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: nhost_auth_dart description: Nhost Dart Auth Service SDK -version: 2.3.0 +version: 2.4.0 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -14,7 +14,7 @@ dependencies: logging: ^1.1.0 meta: ^1.7.0 #Nhost_sdk - nhost_sdk: ^5.4.0 + nhost_sdk: ^5.5.0 dev_dependencies: lints: ^2.0.0 test: ^1.16.0 diff --git a/packages/nhost_dart/CHANGELOG.md b/packages/nhost_dart/CHANGELOG.md index 8e750da1..65140826 100644 --- a/packages/nhost_dart/CHANGELOG.md +++ b/packages/nhost_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.7 + + - Update a dependency to the latest release. + ## 2.0.6 - **FIX**: test: add required parameter. diff --git a/packages/nhost_dart/pubspec.yaml b/packages/nhost_dart/pubspec.yaml index 94167050..f24bb69f 100644 --- a/packages/nhost_dart/pubspec.yaml +++ b/packages/nhost_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: nhost_dart description: Nhost Dart SDK -version: 2.0.6 +version: 2.0.7 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -16,11 +16,11 @@ dependencies: path: ^1.8.0 #NHOST Package - nhost_sdk: ^5.4.0 - nhost_storage_dart: ^2.0.6 - nhost_auth_dart: ^2.3.0 - nhost_functions_dart: ^2.0.6 - nhost_graphql_adapter: ^4.0.6 + nhost_sdk: ^5.5.0 + nhost_storage_dart: ^2.0.7 + nhost_auth_dart: ^2.4.0 + nhost_functions_dart: ^2.0.7 + nhost_graphql_adapter: ^4.0.7 dev_dependencies: fake_async: ^1.3.1 graphql: ^5.1.3 @@ -33,7 +33,7 @@ dev_dependencies: test: ^1.22.0 gql: ^1.0.0 gql_exec: ^1.0.0 - nhost_gql_links: ^4.0.7 + nhost_gql_links: ^4.0.8 async: ^2.10.0 stream_channel: ^2.1.1 web_socket_channel: ^2.2.0 diff --git a/packages/nhost_flutter_auth/CHANGELOG.md b/packages/nhost_flutter_auth/CHANGELOG.md index 5df7e59a..82085b00 100644 --- a/packages/nhost_flutter_auth/CHANGELOG.md +++ b/packages/nhost_flutter_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.7 + + - Update a dependency to the latest release. + ## 4.0.6 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_flutter_auth/pubspec.yaml b/packages/nhost_flutter_auth/pubspec.yaml index 56c500a7..b35c7fa8 100644 --- a/packages/nhost_flutter_auth/pubspec.yaml +++ b/packages/nhost_flutter_auth/pubspec.yaml @@ -2,7 +2,7 @@ name: nhost_flutter_auth description: > Provides Nhost authentication state to your Flutter app, making it easy to set up protected resources, and react to sign ins and sign outs. -version: 4.0.6 +version: 4.0.7 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_auth issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -15,7 +15,7 @@ dependencies: flutter: sdk: flutter #Nhost_dart - nhost_dart: ^2.0.6 + nhost_dart: ^2.0.7 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/nhost_flutter_graphql/CHANGELOG.md b/packages/nhost_flutter_graphql/CHANGELOG.md index 2958e0d9..0baf71f3 100644 --- a/packages/nhost_flutter_graphql/CHANGELOG.md +++ b/packages/nhost_flutter_graphql/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.8 + + - Update a dependency to the latest release. + ## 3.0.7 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_flutter_graphql/pubspec.yaml b/packages/nhost_flutter_graphql/pubspec.yaml index df9e1d62..7f591d62 100644 --- a/packages/nhost_flutter_graphql/pubspec.yaml +++ b/packages/nhost_flutter_graphql/pubspec.yaml @@ -2,7 +2,7 @@ name: nhost_flutter_graphql description: > Provides GraphQL clients to your Flutter application, automatically configured to work with Nhost -version: 3.0.7 +version: 3.0.8 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_graphql issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -18,7 +18,7 @@ dependencies: logging: ^1.1.0 #Nhost_dart - nhost_flutter_auth: ^4.0.6 + nhost_flutter_auth: ^4.0.7 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/nhost_functions_dart/CHANGELOG.md b/packages/nhost_functions_dart/CHANGELOG.md index 93b44e5d..b5e63a72 100644 --- a/packages/nhost_functions_dart/CHANGELOG.md +++ b/packages/nhost_functions_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.7 + + - Update a dependency to the latest release. + ## 2.0.6 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_functions_dart/pubspec.yaml b/packages/nhost_functions_dart/pubspec.yaml index 779afc33..b2e11ace 100644 --- a/packages/nhost_functions_dart/pubspec.yaml +++ b/packages/nhost_functions_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: nhost_functions_dart description: Nhost Dart Functions Service SDK -version: 2.0.6 +version: 2.0.7 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -13,7 +13,7 @@ dependencies: http: ^1.1.0 logging: ^1.1.0 #Nhost_sdk - nhost_sdk: ^5.4.0 + nhost_sdk: ^5.5.0 dev_dependencies: lints: ^2.0.0 test: ^1.16.0 diff --git a/packages/nhost_gql_links/CHANGELOG.md b/packages/nhost_gql_links/CHANGELOG.md index b9255602..07161cce 100644 --- a/packages/nhost_gql_links/CHANGELOG.md +++ b/packages/nhost_gql_links/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.8 + + - Update a dependency to the latest release. + ## 4.0.7 - Update a dependency to the latest release. diff --git a/packages/nhost_gql_links/pubspec.yaml b/packages/nhost_gql_links/pubspec.yaml index 459e2d1b..38b6064d 100644 --- a/packages/nhost_gql_links/pubspec.yaml +++ b/packages/nhost_gql_links/pubspec.yaml @@ -1,5 +1,5 @@ name: nhost_gql_links -version: 4.0.7 +version: 4.0.8 description: Constructs GraphQL links for use with graphql and ferry packages homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_links @@ -20,7 +20,7 @@ dependencies: web_socket_channel: ^2.2.0 #Nhost_dart - nhost_sdk: ^5.4.0 + nhost_sdk: ^5.5.0 dev_dependencies: async: ^2.10.0 fake_async: ^1.3.1 diff --git a/packages/nhost_graphql_adapter/CHANGELOG.md b/packages/nhost_graphql_adapter/CHANGELOG.md index b6ca0d1e..fe91ceaf 100644 --- a/packages/nhost_graphql_adapter/CHANGELOG.md +++ b/packages/nhost_graphql_adapter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.7 + + - Update a dependency to the latest release. + ## 4.0.6 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_graphql_adapter/example/pubspec.yaml b/packages/nhost_graphql_adapter/example/pubspec.yaml index 73e8e9b4..6950bcf2 100644 --- a/packages/nhost_graphql_adapter/example/pubspec.yaml +++ b/packages/nhost_graphql_adapter/example/pubspec.yaml @@ -10,6 +10,6 @@ dependencies: graphql: ^5.1.3 # Nhost packages - nhost_dart: ^2.0.6 + nhost_dart: ^2.0.7 dev_dependencies: lints: any diff --git a/packages/nhost_graphql_adapter/pubspec.yaml b/packages/nhost_graphql_adapter/pubspec.yaml index 4f5cda3d..b5e0b7fa 100644 --- a/packages/nhost_graphql_adapter/pubspec.yaml +++ b/packages/nhost_graphql_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: nhost_graphql_adapter -version: 4.0.6 +version: 4.0.7 description: Easily connect to your Nhost.io GraphQL backend using the graphql package. homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_graphql_adapter @@ -14,8 +14,8 @@ dependencies: meta: ^1.7.0 #Nhost_dart - nhost_gql_links: ^4.0.7 - nhost_sdk: ^5.4.0 + nhost_gql_links: ^4.0.8 + nhost_sdk: ^5.5.0 dev_dependencies: async: ^2.10.0 lints: any diff --git a/packages/nhost_sdk/CHANGELOG.md b/packages/nhost_sdk/CHANGELOG.md index da270ff0..00293071 100644 --- a/packages/nhost_sdk/CHANGELOG.md +++ b/packages/nhost_sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.5.0 + + - **FEAT**: add support for sign-in with id token (#149). + ## 5.4.0 - **FIX**: handle null phoneNumber in User fromJson. diff --git a/packages/nhost_sdk/pubspec.yaml b/packages/nhost_sdk/pubspec.yaml index 5e601d46..1f7967af 100644 --- a/packages/nhost_sdk/pubspec.yaml +++ b/packages/nhost_sdk/pubspec.yaml @@ -1,6 +1,6 @@ name: nhost_sdk description: Nhost authentication and file storage/retrieval APIs for the Dart language. -version: 5.4.0 +version: 5.5.0 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk issue_tracker: https://github.com/nhost/nhost-dart/issues diff --git a/packages/nhost_storage_dart/CHANGELOG.md b/packages/nhost_storage_dart/CHANGELOG.md index e109c1ca..5c140aab 100644 --- a/packages/nhost_storage_dart/CHANGELOG.md +++ b/packages/nhost_storage_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.7 + + - Update a dependency to the latest release. + ## 2.0.6 - **REFACTOR**: remove unnecessary and unused files (#148). diff --git a/packages/nhost_storage_dart/example/pubspec.yaml b/packages/nhost_storage_dart/example/pubspec.yaml index 62eca8f9..fcff53b3 100644 --- a/packages/nhost_storage_dart/example/pubspec.yaml +++ b/packages/nhost_storage_dart/example/pubspec.yaml @@ -11,4 +11,4 @@ dependencies: # Nhost packages nhost_storage_dart: path: ../ - nhost_auth_dart: ^2.3.0 \ No newline at end of file + nhost_auth_dart: ^2.4.0 \ No newline at end of file diff --git a/packages/nhost_storage_dart/pubspec.yaml b/packages/nhost_storage_dart/pubspec.yaml index 985f68f4..305b764e 100644 --- a/packages/nhost_storage_dart/pubspec.yaml +++ b/packages/nhost_storage_dart/pubspec.yaml @@ -1,6 +1,6 @@ name: nhost_storage_dart description: Nhost Dart Storage Service SDK -version: 2.0.6 +version: 2.0.7 homepage: https://nhost.io repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk issue_tracker: https://github.com/nhost/nhost-dart/issues @@ -13,7 +13,7 @@ dependencies: http: ^1.1.0 #Nhost_sdk - nhost_sdk: ^5.4.0 + nhost_sdk: ^5.5.0 dev_dependencies: lints: ^2.0.0 test: ^1.16.0