Skip to content

Commit 73c3b6d

Browse files
authored
chore(release): package:win32_clipboard v2.0.3 (#1058)
1 parent 6f2535b commit 73c3b6d

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/win32_clipboard/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.3] - 2026-04-11
6+
7+
### 📦 Dependencies
8+
9+
- Lower minimum Dart SDK to 3.10.
10+
11+
[2.0.3]: https://github.com/halildurmus/win32_clipboard/compare/win32_clipboard-v2.0.2..win32_clipboard-v2.0.3
12+
513
## [2.0.2] - 2026-02-27
614

715
### 🏠 Repository

packages/win32_clipboard/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: win32_clipboard
22
description: >
33
A modern, type-safe Dart API for accessing and managing the Windows Clipboard.
4-
version: 2.0.2
4+
version: 2.0.3
55
repository: https://github.com/halildurmus/win32/tree/main/packages/win32_clipboard
66
issue_tracker: https://github.com/halildurmus/win32/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22package%3A%20win32_clipboard%22
77
funding:
@@ -22,7 +22,7 @@ platforms:
2222
resolution: workspace
2323

2424
dependencies:
25-
ffi: ^2.2.0
25+
ffi: ^2.1.4
2626
ffi_leak_tracker: ^0.1.0
2727
meta: ^1.17.0
2828
win32: ^6.0.0
@@ -31,4 +31,4 @@ dev_dependencies:
3131
checks: ^0.3.1
3232
halildurmus_hooks: ^0.1.0
3333
halildurmus_lints: ^1.1.0
34-
test: ^1.29.0
34+
test: ^1.27.0

0 commit comments

Comments
 (0)