Skip to content

Commit b2dfd04

Browse files
committed
chore: release main
1 parent 01f24bd commit b2dfd04

6 files changed

Lines changed: 22 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"common":"0.24.0","consumer":"0.36.0","platforms/macos":"0.26.1","platforms/windows":"0.33.0","platforms/winit":"0.33.0","platforms/unix":"0.21.1","platforms/atspi-common":"0.18.1","platforms/android":"0.7.3","platforms/ios":"0.1.0"}
1+
{"common":"0.24.0","consumer":"0.36.0","platforms/macos":"0.26.1","platforms/windows":"0.33.0","platforms/winit":"0.33.1","platforms/unix":"0.21.2","platforms/atspi-common":"0.18.1","platforms/android":"0.7.3","platforms/ios":"0.1.0"}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/unix/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
* accesskit bumped from 0.17.0 to 0.17.1
6969
* accesskit_atspi_common bumped from 0.10.0 to 0.10.1
7070

71+
## [0.21.2](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.21.1...accesskit_unix-v0.21.2) (2026-06-04)
72+
73+
74+
### Bug Fixes
75+
76+
* Watch the IsEnabled property to lazily activate on Unix ([#715](https://github.com/AccessKit/accesskit/issues/715)) ([e7299a7](https://github.com/AccessKit/accesskit/commit/e7299a753d78e8b00dd75e1d2182abb517648f98))
77+
7178
## [0.21.1](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.21.0...accesskit_unix-v0.21.1) (2026-05-11)
7279

7380

platforms/unix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_unix"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"

platforms/winit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
* accesskit_macos bumped from 0.18.0 to 0.18.1
148148
* accesskit_unix bumped from 0.13.0 to 0.13.1
149149

150+
## [0.33.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.33.0...accesskit_winit-v0.33.1) (2026-06-04)
151+
152+
153+
### Dependencies
154+
155+
* The following workspace dependencies were updated
156+
* dependencies
157+
* accesskit_unix bumped from 0.21.1 to 0.21.2
158+
150159
## [0.33.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.32.2...accesskit_winit-v0.33.0) (2026-05-11)
151160

152161

platforms/winit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_winit"
3-
version = "0.33.0"
3+
version = "0.33.1"
44
authors.workspace = true
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -31,7 +31,7 @@ accesskit_windows = { version = "0.33.0", path = "../windows" }
3131
accesskit_macos = { version = "0.26.1", path = "../macos" }
3232

3333
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
34-
accesskit_unix = { version = "0.21.1", path = "../unix", optional = true, default-features = false }
34+
accesskit_unix = { version = "0.21.2", path = "../unix", optional = true, default-features = false }
3535

3636
[target.'cfg(target_os = "android")'.dependencies]
3737
accesskit_android = { version = "0.7.3", path = "../android", optional = true, features = ["embedded-dex"] }

0 commit comments

Comments
 (0)