Skip to content

Commit e101911

Browse files
authored
⚡ Raise the version constraint of dio_web_adapter (#2370)
Signed-off-by: Alex Li <[email protected]>
1 parent d7b0b7f commit e101911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dio/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ See the [Migration Guide][] for the complete breaking changes list.**
55

66
## Unreleased
77

8-
*None.*
8+
- Raise the version constraint of `dio_web_adapter`.
99

1010
## 5.8.0
1111

dio/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
meta: ^1.5.0
2727
path: ^1.8.0
2828

29-
dio_web_adapter: '>=1.0.0 <3.0.0'
29+
dio_web_adapter: '>=1.1.0 <3.0.0'
3030

3131
dev_dependencies:
3232
lints: any

0 commit comments

Comments
 (0)