Skip to content

Commit 5fa2f64

Browse files

File tree

21 files changed

+106
-25
lines changed

21 files changed

+106
-25
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-11-28
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`nhost_auth_dart` - `v2.4.0`](#nhost_auth_dart---v240)
19+
- [`nhost_sdk` - `v5.5.0`](#nhost_sdk---v550)
20+
- [`nhost_dart` - `v2.0.7`](#nhost_dart---v207)
21+
- [`nhost_flutter_auth` - `v4.0.7`](#nhost_flutter_auth---v407)
22+
- [`nhost_flutter_graphql` - `v3.0.8`](#nhost_flutter_graphql---v308)
23+
- [`nhost_graphql_adapter` - `v4.0.7`](#nhost_graphql_adapter---v407)
24+
- [`nhost_storage_dart` - `v2.0.7`](#nhost_storage_dart---v207)
25+
- [`nhost_functions_dart` - `v2.0.7`](#nhost_functions_dart---v207)
26+
- [`nhost_gql_links` - `v4.0.8`](#nhost_gql_links---v408)
27+
28+
Packages with dependency updates only:
29+
30+
> 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.
31+
32+
- `nhost_dart` - `v2.0.7`
33+
- `nhost_flutter_auth` - `v4.0.7`
34+
- `nhost_flutter_graphql` - `v3.0.8`
35+
- `nhost_graphql_adapter` - `v4.0.7`
36+
- `nhost_storage_dart` - `v2.0.7`
37+
- `nhost_functions_dart` - `v2.0.7`
38+
- `nhost_gql_links` - `v4.0.8`
39+
40+
---
41+
42+
#### `nhost_auth_dart` - `v2.4.0`
43+
44+
- **FEAT**: add support for sign-in with id token (#149).
45+
46+
#### `nhost_sdk` - `v5.5.0`
47+
48+
- **FEAT**: add support for sign-in with id token (#149).
49+
50+
651
## 2024-11-26
752

853
### Changes

packages/nhost_auth_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.0
2+
3+
- **FEAT**: add support for sign-in with id token (#149).
4+
15
## 2.3.0
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_auth_dart/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_auth_dart
22
description: Nhost Dart Auth Service SDK
3-
version: 2.3.0
3+
version: 2.4.0
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
66
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -14,7 +14,7 @@ dependencies:
1414
logging: ^1.1.0
1515
meta: ^1.7.0
1616
#Nhost_sdk
17-
nhost_sdk: ^5.4.0
17+
nhost_sdk: ^5.5.0
1818
dev_dependencies:
1919
lints: ^2.0.0
2020
test: ^1.16.0

packages/nhost_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.0.6
26

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

packages/nhost_dart/pubspec.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_dart
22
description: Nhost Dart SDK
3-
version: 2.0.6
3+
version: 2.0.7
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
66
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -16,11 +16,11 @@ dependencies:
1616
path: ^1.8.0
1717

1818
#NHOST Package
19-
nhost_sdk: ^5.4.0
20-
nhost_storage_dart: ^2.0.6
21-
nhost_auth_dart: ^2.3.0
22-
nhost_functions_dart: ^2.0.6
23-
nhost_graphql_adapter: ^4.0.6
19+
nhost_sdk: ^5.5.0
20+
nhost_storage_dart: ^2.0.7
21+
nhost_auth_dart: ^2.4.0
22+
nhost_functions_dart: ^2.0.7
23+
nhost_graphql_adapter: ^4.0.7
2424
dev_dependencies:
2525
fake_async: ^1.3.1
2626
graphql: ^5.1.3
@@ -33,7 +33,7 @@ dev_dependencies:
3333
test: ^1.22.0
3434
gql: ^1.0.0
3535
gql_exec: ^1.0.0
36-
nhost_gql_links: ^4.0.7
36+
nhost_gql_links: ^4.0.8
3737
async: ^2.10.0
3838
stream_channel: ^2.1.1
3939
web_socket_channel: ^2.2.0

packages/nhost_flutter_auth/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.0.6
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_flutter_auth/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: nhost_flutter_auth
22
description: >
33
Provides Nhost authentication state to your Flutter app, making it easy to set
44
up protected resources, and react to sign ins and sign outs.
5-
version: 4.0.6
5+
version: 4.0.7
66
homepage: https://nhost.io
77
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_auth
88
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -15,7 +15,7 @@ dependencies:
1515
flutter:
1616
sdk: flutter
1717
#Nhost_dart
18-
nhost_dart: ^2.0.6
18+
nhost_dart: ^2.0.7
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter

packages/nhost_flutter_graphql/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.8
2+
3+
- Update a dependency to the latest release.
4+
15
## 3.0.7
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_flutter_graphql/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: nhost_flutter_graphql
22
description: >
33
Provides GraphQL clients to your Flutter application, automatically configured
44
to work with Nhost
5-
version: 3.0.7
5+
version: 3.0.8
66
homepage: https://nhost.io
77
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_flutter_graphql
88
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -18,7 +18,7 @@ dependencies:
1818
logging: ^1.1.0
1919

2020
#Nhost_dart
21-
nhost_flutter_auth: ^4.0.6
21+
nhost_flutter_auth: ^4.0.7
2222
dev_dependencies:
2323
flutter_test:
2424
sdk: flutter

packages/nhost_functions_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.0.6
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_functions_dart/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_functions_dart
22
description: Nhost Dart Functions Service SDK
3-
version: 2.0.6
3+
version: 2.0.7
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
66
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -13,7 +13,7 @@ dependencies:
1313
http: ^1.1.0
1414
logging: ^1.1.0
1515
#Nhost_sdk
16-
nhost_sdk: ^5.4.0
16+
nhost_sdk: ^5.5.0
1717
dev_dependencies:
1818
lints: ^2.0.0
1919
test: ^1.16.0

packages/nhost_gql_links/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.8
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.0.7
26

37
- Update a dependency to the latest release.

packages/nhost_gql_links/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nhost_gql_links
2-
version: 4.0.7
2+
version: 4.0.8
33
description: Constructs GraphQL links for use with graphql and ferry packages
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_gql_links
@@ -20,7 +20,7 @@ dependencies:
2020
web_socket_channel: ^2.2.0
2121

2222
#Nhost_dart
23-
nhost_sdk: ^5.4.0
23+
nhost_sdk: ^5.5.0
2424
dev_dependencies:
2525
async: ^2.10.0
2626
fake_async: ^1.3.1

packages/nhost_graphql_adapter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.0.6
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_graphql_adapter/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
graphql: ^5.1.3
1111

1212
# Nhost packages
13-
nhost_dart: ^2.0.6
13+
nhost_dart: ^2.0.7
1414
dev_dependencies:
1515
lints: any

packages/nhost_graphql_adapter/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nhost_graphql_adapter
2-
version: 4.0.6
2+
version: 4.0.7
33
description: Easily connect to your Nhost.io GraphQL backend using the graphql package.
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_graphql_adapter
@@ -14,8 +14,8 @@ dependencies:
1414
meta: ^1.7.0
1515

1616
#Nhost_dart
17-
nhost_gql_links: ^4.0.7
18-
nhost_sdk: ^5.4.0
17+
nhost_gql_links: ^4.0.8
18+
nhost_sdk: ^5.5.0
1919
dev_dependencies:
2020
async: ^2.10.0
2121
lints: any

packages/nhost_sdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.5.0
2+
3+
- **FEAT**: add support for sign-in with id token (#149).
4+
15
## 5.4.0
26

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

packages/nhost_sdk/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_sdk
22
description: Nhost authentication and file storage/retrieval APIs for the Dart language.
3-
version: 5.4.0
3+
version: 5.5.0
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
66
issue_tracker: https://github.com/nhost/nhost-dart/issues

packages/nhost_storage_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.7
2+
3+
- Update a dependency to the latest release.
4+
15
## 2.0.6
26

37
- **REFACTOR**: remove unnecessary and unused files (#148).

packages/nhost_storage_dart/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
# Nhost packages
1212
nhost_storage_dart:
1313
path: ../
14-
nhost_auth_dart: ^2.3.0
14+
nhost_auth_dart: ^2.4.0

packages/nhost_storage_dart/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_storage_dart
22
description: Nhost Dart Storage Service SDK
3-
version: 2.0.6
3+
version: 2.0.7
44
homepage: https://nhost.io
55
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
66
issue_tracker: https://github.com/nhost/nhost-dart/issues
@@ -13,7 +13,7 @@ dependencies:
1313
http: ^1.1.0
1414

1515
#Nhost_sdk
16-
nhost_sdk: ^5.4.0
16+
nhost_sdk: ^5.5.0
1717
dev_dependencies:
1818
lints: ^2.0.0
1919
test: ^1.16.0

0 commit comments

Comments
 (0)