Skip to content

Commit 8973d08

Browse files
committed
chore: update versions
1 parent d4d93ac commit 8973d08

File tree

10 files changed

+24
-12
lines changed

10 files changed

+24
-12
lines changed

docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ First install the package
1818

1919
```yaml
2020
dependencies:
21-
nhost_dart: ^1.0.0
21+
nhost_dart: ^1.0.1
2222
```
2323
2424
Then, import the package and create new NhostClient

packages/nhost_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- added image transform options to getPresignedUrl
4+
15
## 1.0.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/nhost_dart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void main() async {
6363

6464
```yaml
6565
dependencies:
66-
nhost_dart: ^1.0.0
66+
nhost_dart: ^1.0.1
6767
```
6868
6969
## 🔥 More Dart & Flutter packages from Nhost

packages/nhost_dart/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nhost_dart
22
description: Nhost Dart SDK
3-
version: 1.0.0
3+
version: 1.0.1
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
@@ -17,7 +17,7 @@ dependencies:
1717

1818
#NHOST Package
1919
nhost_sdk: ^4.0.0
20-
nhost_storage_dart: ^1.0.0
20+
nhost_storage_dart: ^1.0.1
2121
nhost_auth_dart: ^1.0.0
2222
nhost_functions_dart: ^1.0.0
2323
nhost_graphql_adapter: ^3.0.0

packages/nhost_flutter_auth/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1
2+
3+
- update nhost_dart to 1.0.1
4+
15
## 3.0.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

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: 3.0.0
5+
version: 3.0.1
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: ^1.0.0
18+
nhost_dart: ^1.0.1
1919
dev_dependencies:
2020
flutter_test:
2121
sdk: flutter
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: nhost_graphql_example
22
description: Demonstrates usage of the nhost_graphql package
33
publish_to: none
4-
version: 2.0.0
4+
version: 2.0.1
55

66
environment:
77
sdk: '>=2.18.0 <3.0.0'
@@ -10,6 +10,6 @@ dependencies:
1010
graphql: ^5.1.3
1111

1212
# Nhost packages
13-
nhost_dart: ^1.0.0
13+
nhost_dart: ^1.0.1
1414
dev_dependencies:
1515
lints: any

packages/nhost_storage_dart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- added image transform options to getPresignedUrl
4+
15
## 1.0.0
26

37
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

packages/nhost_storage_dart/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
## Getting Started
99

10-
Get your subdomain and region from nhost dashboard
11-
User Authentication is needed in order to upload.
10+
Get your subdomain and region from nhost dashboard User Authentication is needed
11+
in order to upload.
1212

1313
```dart
1414
import 'package:nhost_auth_dart/nhost_auth_dart.dart';
@@ -59,5 +59,5 @@ void main() async {
5959
```yaml
6060
dependencies:
6161
nhost_auth_dart: ^1.0.0
62-
nhost_storage_dart: ^1.0.0
62+
nhost_storage_dart: ^1.0.1s
6363
```

packages/nhost_storage_dart/pubspec.yaml

+1-1
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: 1.0.0
3+
version: 1.0.1
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

0 commit comments

Comments
 (0)