diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..744def18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2023-11-09 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nhost_sdk` - `v4.1.0`](#nhost_sdk---v410) + - [`nhost_storage_dart` - `v1.1.0`](#nhost_storage_dart---v110) + - [`nhost_graphql_adapter` - `v3.0.1`](#nhost_graphql_adapter---v301) + - [`nhost_functions_dart` - `v1.0.1`](#nhost_functions_dart---v101) + - [`nhost_auth_dart` - `v1.0.1`](#nhost_auth_dart---v101) + - [`nhost_gql_links` - `v3.0.1`](#nhost_gql_links---v301) + - [`nhost_dart` - `v1.0.2`](#nhost_dart---v102) + - [`nhost_flutter_auth` - `v3.0.2`](#nhost_flutter_auth---v302) + - [`nhost_flutter_graphql` - `v3.0.1`](#nhost_flutter_graphql---v301) + +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` - `v3.0.1` + - `nhost_functions_dart` - `v1.0.1` + - `nhost_auth_dart` - `v1.0.1` + - `nhost_gql_links` - `v3.0.1` + - `nhost_dart` - `v1.0.2` + - `nhost_flutter_auth` - `v3.0.2` + - `nhost_flutter_graphql` - `v3.0.1` + +--- + +#### `nhost_sdk` - `v4.1.0` + + - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). + +#### `nhost_storage_dart` - `v1.1.0` + + - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). + diff --git a/packages/nhost_auth_dart/CHANGELOG.md b/packages/nhost_auth_dart/CHANGELOG.md index cf0c6eb5..c1f744a2 100644 --- a/packages/nhost_auth_dart/CHANGELOG.md +++ b/packages/nhost_auth_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - Update a dependency to the latest release. + ## 1.0.0 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/packages/nhost_auth_dart/pubspec.yaml b/packages/nhost_auth_dart/pubspec.yaml index ee0ab4a8..075f8cd2 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.0 +version: 1.0.1 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.0.0 + nhost_sdk: ^4.1.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 3efa9d3d..2a0a30ee 100644 --- a/packages/nhost_dart/CHANGELOG.md +++ b/packages/nhost_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + + - Update a dependency to the latest release. + ## 1.0.1 - added image transform options to getPresignedUrl diff --git a/packages/nhost_dart/pubspec.yaml b/packages/nhost_dart/pubspec.yaml index 492573a9..22a8f570 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.1 +version: 1.0.2 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: ^4.0.0 - nhost_storage_dart: ^1.0.1 - nhost_auth_dart: ^1.0.0 - nhost_functions_dart: ^1.0.0 - nhost_graphql_adapter: ^3.0.0 + nhost_sdk: ^4.1.0 + nhost_storage_dart: ^1.1.0 + nhost_auth_dart: ^1.0.1 + nhost_functions_dart: ^1.0.1 + nhost_graphql_adapter: ^3.0.1 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: ^3.0.0 + nhost_gql_links: ^3.0.1 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 7e4cb5c5..9e43936b 100644 --- a/packages/nhost_flutter_auth/CHANGELOG.md +++ b/packages/nhost_flutter_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.2 + + - Update a dependency to the latest release. + ## 3.0.1 - update nhost_dart to 1.0.1 diff --git a/packages/nhost_flutter_auth/pubspec.yaml b/packages/nhost_flutter_auth/pubspec.yaml index e0bb3d77..8aeb89fd 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: 3.0.1 +version: 3.0.2 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: ^1.0.1 + nhost_dart: ^1.0.2 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/nhost_flutter_graphql/CHANGELOG.md b/packages/nhost_flutter_graphql/CHANGELOG.md index 4b8a9ab9..50eccaaa 100644 --- a/packages/nhost_flutter_graphql/CHANGELOG.md +++ b/packages/nhost_flutter_graphql/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 + + - 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. diff --git a/packages/nhost_flutter_graphql/pubspec.yaml b/packages/nhost_flutter_graphql/pubspec.yaml index 38649bb1..3691ea2b 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.0 +version: 3.0.1 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: ^3.0.0 + nhost_flutter_auth: ^3.0.2 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/nhost_functions_dart/CHANGELOG.md b/packages/nhost_functions_dart/CHANGELOG.md index 34356862..049b5e0c 100644 --- a/packages/nhost_functions_dart/CHANGELOG.md +++ b/packages/nhost_functions_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - Update a dependency to the latest release. + ## 1.0.0 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/packages/nhost_functions_dart/pubspec.yaml b/packages/nhost_functions_dart/pubspec.yaml index 88a7609f..38829713 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.0 +version: 1.0.1 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.0.0 + nhost_sdk: ^4.1.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 fc854aaa..ebce4a77 100644 --- a/packages/nhost_gql_links/CHANGELOG.md +++ b/packages/nhost_gql_links/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 + + - 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. diff --git a/packages/nhost_gql_links/pubspec.yaml b/packages/nhost_gql_links/pubspec.yaml index d8ee323f..022d6217 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.0 +version: 3.0.1 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.0.0 + nhost_sdk: ^4.1.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 17e0fa26..230165f0 100644 --- a/packages/nhost_graphql_adapter/CHANGELOG.md +++ b/packages/nhost_graphql_adapter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 + + - 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. diff --git a/packages/nhost_graphql_adapter/example/pubspec.yaml b/packages/nhost_graphql_adapter/example/pubspec.yaml index 3b450e17..718210ad 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: ^1.0.1 + nhost_dart: ^1.0.2 dev_dependencies: lints: any diff --git a/packages/nhost_graphql_adapter/pubspec.yaml b/packages/nhost_graphql_adapter/pubspec.yaml index 37386781..be43db48 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.0 +version: 3.0.1 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: ^3.0.0 - nhost_sdk: ^4.0.0 + nhost_gql_links: ^3.0.1 + nhost_sdk: ^4.1.0 dev_dependencies: async: ^2.10.0 lints: any diff --git a/packages/nhost_sdk/CHANGELOG.md b/packages/nhost_sdk/CHANGELOG.md index 80cc74e1..5de23eb6 100644 --- a/packages/nhost_sdk/CHANGELOG.md +++ b/packages/nhost_sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.0 + + - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). + ## 4.0.0 - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. diff --git a/packages/nhost_sdk/pubspec.yaml b/packages/nhost_sdk/pubspec.yaml index a9a6ba25..a61f107b 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.0.0 +version: 4.1.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 cd12f1b2..da8ec444 100644 --- a/packages/nhost_storage_dart/CHANGELOG.md +++ b/packages/nhost_storage_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + + - **FEAT**(nhost-storage): added image transform options to getPresignedUrl (#102). + ## 1.0.1 - added image transform options to getPresignedUrl diff --git a/packages/nhost_storage_dart/example/pubspec.yaml b/packages/nhost_storage_dart/example/pubspec.yaml index aa75d46c..9ce32215 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: ^1.0.0 \ No newline at end of file + nhost_auth_dart: ^1.0.1 \ No newline at end of file diff --git a/packages/nhost_storage_dart/pubspec.yaml b/packages/nhost_storage_dart/pubspec.yaml index cdb5bb58..82b4c1d5 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.0.1 +version: 1.1.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.0.0 + nhost_sdk: ^4.1.0 dev_dependencies: lints: ^2.0.0 test: ^1.16.0