Skip to content

Commit cb874ab

Browse files
committed
Relax path dependency constraint for better compatibility
1 parent dcc628a commit cb874ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.28
2+
3+
- Update path version.
4+
15
## 0.0.27
26

37
- Update default endpoint.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutterflow_cli
22
description: >-
33
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
4-
version: 0.0.27
4+
version: 0.0.28
55
homepage: https://github.com/FlutterFlow/flutterflow-cli
66
issue_tracker: https://github.com/flutterflow/flutterflow-issues
77

@@ -13,7 +13,7 @@ dependencies:
1313
args: ^2.6.0
1414
glob: ^2.1.3
1515
http: ^1.3.0
16-
path: ^1.9.1
16+
path: ^1.9.0
1717

1818
dev_dependencies:
1919
lints: ^3.0.0

0 commit comments

Comments
 (0)