Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit c69ab26

Browse files
committed
fix: change minimum sdk version 2.12.0 and remove unused dependencies
1 parent 22145db commit c69ab26

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## [0.0.1-dev.3]
1+
## [0.0.1-dev.5]
2+
3+
- fix: Change the minimul SDK version to 2.12.0
4+
5+
## [0.0.1-dev.4]
26

37
- fix: Fix a bug where json is not properly encoded.
4-
- fix: Set default headers with X-Client-Info.
8+
- fix: Set default headers with X-Client-Info.
59

610
## [0.0.1-dev.3]
711

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '0.0.1-dev.4';
1+
const version = '0.0.1-dev.5';

pubspec.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
name: functions_client
22
description: A dart client library for the Supabase functions.
3-
version: 0.0.1-dev.4
3+
version: 0.0.1-dev.5
44
homepage: 'https://supabase.io'
55
repository: 'https://github.com/supabase-community/functions-dart'
66

77
environment:
8-
sdk: '>=2.16.1 <3.0.0'
8+
sdk: '>=2.12.0 <3.0.0'
99

1010
dependencies:
1111
http: ^0.13.4
1212

1313
dev_dependencies:
14-
dotenv: ^3.0.0
15-
lint: ^1.5.1
14+
lints: ^1.0.1
1615
test: ^1.16.4

0 commit comments

Comments
 (0)