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

Commit 66dfd2a

Browse files
authored
[path_provider_windows] bump dependency version of package:win32 in path_provider_windows (#6176)
1 parent edc6c0e commit 66dfd2a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/path_provider/path_provider_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.1
2+
3+
* Updates dependency version of `package:win32` to 2.1.0.
4+
15
## 2.1.0
26

37
* Upgrades `package:ffi` dependency to 2.0.0.

packages/path_provider/path_provider_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_windows
22
description: Windows implementation of the path_provider plugin
33
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_windows
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.1.0
5+
version: 2.1.1
66

77
environment:
88
sdk: ">=2.17.0 <3.0.0"
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
path: ^1.8.0
2323
path_provider_platform_interface: ^2.0.0
24-
win32: ^2.0.0
24+
win32: ^2.1.0
2525

2626
dev_dependencies:
2727
flutter_test:

0 commit comments

Comments
 (0)