From 29605781d8a00e301f36e1b565132a8c9a07fa0d Mon Sep 17 00:00:00 2001 From: Hassan Ben Jobrane Date: Tue, 5 Dec 2023 16:56:37 +0100 Subject: [PATCH] chore(release): update versions (#125) * chore(release): Publish packages * fix: update changelog package versions --- CHANGELOG.md | 33 +++++++++++++ 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 | 4 +- packages/nhost_flutter_auth/CHANGELOG.md | 4 ++ packages/nhost_flutter_auth/pubspec.yaml | 8 +-- 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 | 54 +++++++++++---------- packages/nhost_graphql_adapter/pubspec.yaml | 4 +- packages/nhost_sdk/CHANGELOG.md | 5 ++ packages/nhost_sdk/pubspec.yaml | 2 +- packages/nhost_storage_dart/CHANGELOG.md | 4 ++ packages/nhost_storage_dart/pubspec.yaml | 4 +- 17 files changed, 108 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744def18..f80d75f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-12-04 + +### Changes + +--- + +Packages with breaking changes: + + - `nhost_sdk` - `v5.0.0` + +Packages with other changes: + +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_graphql_adapter` - `v4.0.0` + - `nhost_storage_dart` - `v2.0.0` + - `nhost_functions_dart` - `v2.0.0` + - `nhost_auth_dart` - `v2.0.0` + - `nhost_gql_links` - `v4.0.0` + - `nhost_dart` - `v2.0.0` + - `nhost_flutter_auth` - `v4.0.0` + - `nhost_flutter_graphql` - `v4.0.0` + +--- + +#### `nhost_sdk` - `v5.0.0` + + - **CHORE**(nhost-sdk): remove support for using `localhost` in favor of passing `local` as subdomain when developing locally + - **FEAT**(nhost_sdk): Allow metadata to be passed in signInWithSmsPassword… (#123). + + ## 2023-11-09 ### Changes diff --git a/packages/nhost_auth_dart/CHANGELOG.md b/packages/nhost_auth_dart/CHANGELOG.md index c1f744a2..3024e121 100644 --- a/packages/nhost_auth_dart/CHANGELOG.md +++ b/packages/nhost_auth_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + + - Update a dependency to the latest release. + ## 1.0.1 - Update a dependency to the latest release. diff --git a/packages/nhost_auth_dart/pubspec.yaml b/packages/nhost_auth_dart/pubspec.yaml index 982f91b8..443ca504 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: 1.0.1 +version: 2.0.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: ^4.1.0 + nhost_sdk: ^5.0.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 2a0a30ee..ffa37142 100644 --- a/packages/nhost_dart/CHANGELOG.md +++ b/packages/nhost_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + + - Update a dependency to the latest release. + ## 1.0.2 - Update a dependency to the latest release. diff --git a/packages/nhost_dart/pubspec.yaml b/packages/nhost_dart/pubspec.yaml index 829f7e1d..c878f4e7 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: 1.0.2 +version: 2.0.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 @@ -16,7 +16,7 @@ dependencies: path: ^1.8.0 #NHOST Package - nhost_sdk: ^4.1.0 + nhost_sdk: ^5.0.0 nhost_storage_dart: ^1.1.0 nhost_auth_dart: ^1.0.1 nhost_functions_dart: ^1.0.1 diff --git a/packages/nhost_flutter_auth/CHANGELOG.md b/packages/nhost_flutter_auth/CHANGELOG.md index 9e43936b..56b54fa8 100644 --- a/packages/nhost_flutter_auth/CHANGELOG.md +++ b/packages/nhost_flutter_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0 + + - Update a dependency to the latest release. + ## 3.0.2 - Update a dependency to the latest release. diff --git a/packages/nhost_flutter_auth/pubspec.yaml b/packages/nhost_flutter_auth/pubspec.yaml index bc871d1a..63a539d1 100644 --- a/packages/nhost_flutter_auth/pubspec.yaml +++ b/packages/nhost_flutter_auth/pubspec.yaml @@ -2,20 +2,20 @@ 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: 3.0.2 +version: 4.0.0 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 environment: - sdk: '>=2.14.0 <4.0.0' - flutter: '>=2.8.0' + sdk: ">=2.14.0 <4.0.0" + flutter: ">=2.8.0" dependencies: flutter: sdk: flutter #Nhost_dart - nhost_dart: ^1.0.2 + nhost_dart: ^2.0.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/nhost_functions_dart/CHANGELOG.md b/packages/nhost_functions_dart/CHANGELOG.md index 049b5e0c..fa0b58b9 100644 --- a/packages/nhost_functions_dart/CHANGELOG.md +++ b/packages/nhost_functions_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + + - Update a dependency to the latest release. + ## 1.0.1 - Update a dependency to the latest release. diff --git a/packages/nhost_functions_dart/pubspec.yaml b/packages/nhost_functions_dart/pubspec.yaml index c30ef832..6178b88f 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: 1.0.1 +version: 2.0.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 @@ -13,7 +13,7 @@ dependencies: http: ^1.1.0 logging: ^1.1.0 #Nhost_sdk - nhost_sdk: ^4.1.0 + nhost_sdk: ^5.0.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 ebce4a77..aa6ae902 100644 --- a/packages/nhost_gql_links/CHANGELOG.md +++ b/packages/nhost_gql_links/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.0 + + - Update a dependency to the latest release. + ## 3.0.1 - Update a dependency to the latest release. diff --git a/packages/nhost_gql_links/pubspec.yaml b/packages/nhost_gql_links/pubspec.yaml index dadddf6b..c329b38d 100644 --- a/packages/nhost_gql_links/pubspec.yaml +++ b/packages/nhost_gql_links/pubspec.yaml @@ -1,5 +1,5 @@ name: nhost_gql_links -version: 3.0.1 +version: 4.0.0 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: ^4.1.0 + nhost_sdk: ^5.0.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 230165f0..54ebc730 100644 --- a/packages/nhost_graphql_adapter/CHANGELOG.md +++ b/packages/nhost_graphql_adapter/CHANGELOG.md @@ -1,98 +1,102 @@ +## 4.0.0 + +- Update a dependency to the latest release. + ## 3.0.1 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0 - - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. +- Graduate package to a stable release. See pre-releases prior to this version for changelog entries. ## 3.0.0-dev.20 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.19 - - **FIX**: depenceies graph. +- **FIX**: depenceies graph. ## 3.0.0-dev.18 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.17 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.16 - - **FIX**: fix depenceies issue. +- **FIX**: fix depenceies issue. ## 3.0.0-dev.15 - - **FIX**: update versions in readme files. +- **FIX**: update versions in readme files. ## 3.0.0-dev.14 - - **FEAT**: support for hasura auth and storage client and refactor them to accept only URL. +- **FEAT**: support for hasura auth and storage client and refactor them to accept only URL. ## 3.0.0-dev.13 - - **FEAT**: Support for Subdomain cloud hosting and ServiceUrls self-hosting Nhost projects. +- **FEAT**: Support for Subdomain cloud hosting and ServiceUrls self-hosting Nhost projects. ## 3.0.0-dev.12 - - **FEAT**: seperating all clients into their own packages. +- **FEAT**: seperating all clients into their own packages. ## 3.0.0-dev.11 - - **FIX**: downgrade meta to 1.7. +- **FIX**: downgrade meta to 1.7. ## 3.0.0-dev.10 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.9 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.8 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.7 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.6 - - **FIX**: bug in server and parsing user metadata. - - **FEAT**: support for subdomain api. +- **FIX**: bug in server and parsing user metadata. +- **FEAT**: support for subdomain api. ## 3.0.0-dev.5 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.4 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.3 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.2 - - **FIX**: fix analyzer on ci for both stable and beta flutter sdk. +- **FIX**: fix analyzer on ci for both stable and beta flutter sdk. ## 3.0.0-dev.1 - - Update a dependency to the latest release. +- Update a dependency to the latest release. ## 3.0.0-dev.0 > Note: This release has breaking changes. - - **FIX**: upgrade deps. - - **BREAKING** **FEAT**: increase flutter sdk constrain. +- **FIX**: upgrade deps. +- **BREAKING** **FEAT**: increase flutter sdk constrain. ## 2.0.4 diff --git a/packages/nhost_graphql_adapter/pubspec.yaml b/packages/nhost_graphql_adapter/pubspec.yaml index a30cfc04..c66f89f6 100644 --- a/packages/nhost_graphql_adapter/pubspec.yaml +++ b/packages/nhost_graphql_adapter/pubspec.yaml @@ -1,5 +1,5 @@ name: nhost_graphql_adapter -version: 3.0.1 +version: 4.0.0 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 @@ -15,7 +15,7 @@ dependencies: #Nhost_dart nhost_gql_links: ^3.0.1 - nhost_sdk: ^4.1.0 + nhost_sdk: ^5.0.0 dev_dependencies: async: ^2.10.0 lints: any diff --git a/packages/nhost_sdk/CHANGELOG.md b/packages/nhost_sdk/CHANGELOG.md index 5de23eb6..4d56e89d 100644 --- a/packages/nhost_sdk/CHANGELOG.md +++ b/packages/nhost_sdk/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + + - **FEAT**(nhost_sdk): Allow metadata to be passed in signInWithSmsPassword… (#123). + - **CHORE**(nhpst-sdk): remove support for using `localhost` in favor of passing `local` as subdomain when developing locally + ## 4.1.0 - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). diff --git a/packages/nhost_sdk/pubspec.yaml b/packages/nhost_sdk/pubspec.yaml index 92720ca0..419f9799 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: 4.1.0 +version: 5.0.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 da8ec444..eef367e8 100644 --- a/packages/nhost_storage_dart/CHANGELOG.md +++ b/packages/nhost_storage_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 + + - Update a dependency to the latest release. + ## 1.1.0 - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). diff --git a/packages/nhost_storage_dart/pubspec.yaml b/packages/nhost_storage_dart/pubspec.yaml index b7dc7851..429b8ef0 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: 1.1.0 +version: 2.0.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 @@ -13,7 +13,7 @@ dependencies: http: ^1.1.0 #Nhost_sdk - nhost_sdk: ^4.1.0 + nhost_sdk: ^5.0.0 dev_dependencies: lints: ^2.0.0 test: ^1.16.0