Skip to content

Commit

Permalink
chore(release): Publish packages (#141)
Browse files Browse the repository at this point in the history
* chore: add missing `emailVerified`, `phoneNumber` and `phoneNumberVerified` fields

* fix: test: add required parameter

* style: fix: `non_nullable_equals_parameter` lint

* fix: handle null phoneNumber in User fromJson

* chore(release): Publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

---------

Co-authored-by: Tyrone <[email protected]>
  • Loading branch information
onehassan and totzk9 authored Jul 19, 2024
1 parent adc184e commit 4a04b5b
Show file tree
Hide file tree
Showing 21 changed files with 106 additions and 25 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-07-19

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nhost_dart` - `v2.0.5`](#nhost_dart---v205)
- [`nhost_sdk` - `v5.3.1`](#nhost_sdk---v531)
- [`nhost_flutter_auth` - `v4.0.5`](#nhost_flutter_auth---v405)
- [`nhost_flutter_graphql` - `v3.0.6`](#nhost_flutter_graphql---v306)
- [`nhost_graphql_adapter` - `v4.0.5`](#nhost_graphql_adapter---v405)
- [`nhost_storage_dart` - `v2.0.5`](#nhost_storage_dart---v205)
- [`nhost_gql_links` - `v4.0.6`](#nhost_gql_links---v406)
- [`nhost_auth_dart` - `v2.2.1`](#nhost_auth_dart---v221)
- [`nhost_functions_dart` - `v2.0.5`](#nhost_functions_dart---v205)

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_flutter_auth` - `v4.0.5`
- `nhost_flutter_graphql` - `v3.0.6`
- `nhost_graphql_adapter` - `v4.0.5`
- `nhost_storage_dart` - `v2.0.5`
- `nhost_gql_links` - `v4.0.6`
- `nhost_auth_dart` - `v2.2.1`
- `nhost_functions_dart` - `v2.0.5`

---

#### `nhost_dart` - `v2.0.5`

- **FIX**: test: add required parameter.

#### `nhost_sdk` - `v5.3.1`

- **FIX**: handle null phoneNumber in User fromJson.


## 2024-02-06

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

- Update a dependency to the latest release.

## 2.2.0

- **FEAT**(nhost_flutter_auth): Allow displayName and locale to be passed on signInAnonymous (#131).
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_auth_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nhost_auth_dart
description: Nhost Dart Auth Service SDK
version: 2.2.0
version: 2.2.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
Expand All @@ -14,7 +14,7 @@ dependencies:
logging: ^1.1.0
meta: ^1.7.0
#Nhost_sdk
nhost_sdk: ^5.3.0
nhost_sdk: ^5.3.1
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
4 changes: 4 additions & 0 deletions packages/nhost_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- **FIX**: test: add required parameter.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
14 changes: 7 additions & 7 deletions packages/nhost_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nhost_dart
description: Nhost Dart SDK
version: 2.0.4
version: 2.0.5
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
Expand All @@ -16,11 +16,11 @@ dependencies:
path: ^1.8.0

#NHOST Package
nhost_sdk: ^5.3.0
nhost_storage_dart: ^2.0.4
nhost_auth_dart: ^2.2.0
nhost_functions_dart: ^2.0.4
nhost_graphql_adapter: ^4.0.4
nhost_sdk: ^5.3.1
nhost_storage_dart: ^2.0.5
nhost_auth_dart: ^2.2.1
nhost_functions_dart: ^2.0.5
nhost_graphql_adapter: ^4.0.5
dev_dependencies:
fake_async: ^1.3.1
graphql: ^5.1.3
Expand All @@ -33,7 +33,7 @@ dev_dependencies:
test: ^1.22.0
gql: ^1.0.0
gql_exec: ^1.0.0
nhost_gql_links: ^4.0.5
nhost_gql_links: ^4.0.6
async: ^2.10.0
stream_channel: ^2.1.1
web_socket_channel: ^2.2.0
4 changes: 4 additions & 0 deletions packages/nhost_flutter_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.5

- Update a dependency to the latest release.

## 4.0.4

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_flutter_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 4.0.5
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
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
#Nhost_dart
nhost_dart: ^2.0.4
nhost_dart: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_flutter_graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.6

- Update a dependency to the latest release.

## 3.0.5

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_flutter_graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 3.0.6
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
Expand All @@ -18,7 +18,7 @@ dependencies:
logging: ^1.1.0

#Nhost_dart
nhost_flutter_auth: ^4.0.4
nhost_flutter_auth: ^4.0.5
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_functions_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_functions_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nhost_functions_dart
description: Nhost Dart Functions Service SDK
version: 2.0.4
version: 2.0.5
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
Expand All @@ -13,7 +13,7 @@ dependencies:
http: ^1.1.0
logging: ^1.1.0
#Nhost_sdk
nhost_sdk: ^5.3.0
nhost_sdk: ^5.3.1
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
4 changes: 4 additions & 0 deletions packages/nhost_gql_links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.6

- Update a dependency to the latest release.

## 4.0.5

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/nhost_gql_links/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nhost_gql_links
version: 4.0.5
version: 4.0.6
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
Expand All @@ -20,7 +20,7 @@ dependencies:
web_socket_channel: ^2.2.0

#Nhost_dart
nhost_sdk: ^5.3.0
nhost_sdk: ^5.3.1
dev_dependencies:
async: ^2.10.0
fake_async: ^1.3.1
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_graphql_adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.5

- Update a dependency to the latest release.

## 4.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_graphql_adapter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
graphql: ^5.1.3

# Nhost packages
nhost_dart: ^2.0.4
nhost_dart: ^2.0.5
dev_dependencies:
lints: any
6 changes: 3 additions & 3 deletions packages/nhost_graphql_adapter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nhost_graphql_adapter
version: 4.0.4
version: 4.0.5
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
Expand All @@ -14,8 +14,8 @@ dependencies:
meta: ^1.7.0

#Nhost_dart
nhost_gql_links: ^4.0.5
nhost_sdk: ^5.3.0
nhost_gql_links: ^4.0.6
nhost_sdk: ^5.3.1
dev_dependencies:
async: ^2.10.0
lints: any
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.1

- **FIX**: handle null phoneNumber in User fromJson.

## 5.3.0

- **FEAT**(nhost_flutter_auth): Allow displayName and locale to be passed on signInAnonymous (#131).
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nhost_sdk
description: Nhost authentication and file storage/retrieval APIs for the Dart language.
version: 5.3.0
version: 5.3.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
Expand Down
4 changes: 4 additions & 0 deletions packages/nhost_storage_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/nhost_storage_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
# Nhost packages
nhost_storage_dart:
path: ../
nhost_auth_dart: ^2.2.0
nhost_auth_dart: ^2.2.1
4 changes: 2 additions & 2 deletions packages/nhost_storage_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nhost_storage_dart
description: Nhost Dart Storage Service SDK
version: 2.0.4
version: 2.0.5
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
Expand All @@ -13,7 +13,7 @@ dependencies:
http: ^1.1.0

#Nhost_sdk
nhost_sdk: ^5.3.0
nhost_sdk: ^5.3.1
dev_dependencies:
lints: ^2.0.0
test: ^1.16.0

0 comments on commit 4a04b5b

Please sign in to comment.