Skip to content

Commit

Permalink
chore: release main (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 21, 2024
1 parent 295b188 commit c1bd2d6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.16.3","consumer":"0.24.3","platforms/macos":"0.17.3","platforms/windows":"0.23.2","platforms/winit":"0.22.3","platforms/unix":"0.12.3","platforms/atspi-common":"0.9.3"}
{"common":"0.16.3","consumer":"0.24.3","platforms/macos":"0.17.4","platforms/windows":"0.23.2","platforms/winit":"0.22.4","platforms/unix":"0.12.3","platforms/atspi-common":"0.9.3"}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
* accesskit bumped from 0.16.2 to 0.16.3
* accesskit_consumer bumped from 0.24.2 to 0.24.3

## [0.17.4](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.3...accesskit_macos-v0.17.4) (2024-10-21)


### Bug Fixes

* Add properties needed by the Xcode Accessibility Inspector ([#466](https://github.com/AccessKit/accesskit/issues/466)) ([295b188](https://github.com/AccessKit/accesskit/commit/295b1881936dd097d82a10317ff14d1369f7e4bd))

## [0.17.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.17.1...accesskit_macos-v0.17.2) (2024-10-07)


Expand Down
2 changes: 1 addition & 1 deletion platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_macos"
version = "0.17.3"
version = "0.17.4"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand Down
4 changes: 4 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@
* accesskit_macos bumped from 0.17.2 to 0.17.3
* accesskit_unix bumped from 0.12.2 to 0.12.3

* The following workspace dependencies were updated
* dependencies
* accesskit_macos bumped from 0.17.3 to 0.17.4

## [0.22.2](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.22.1...accesskit_winit-v0.22.2) (2024-10-07)


Expand Down
4 changes: 2 additions & 2 deletions platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_winit"
version = "0.22.3"
version = "0.22.4"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -31,7 +31,7 @@ rwh_06 = { package = "raw-window-handle", version = "0.6.2", features = ["std"],
accesskit_windows = { version = "0.23.2", path = "../windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.17.3", path = "../macos" }
accesskit_macos = { version = "0.17.4", path = "../macos" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.12.3", path = "../unix", optional = true, default-features = false }
Expand Down

0 comments on commit c1bd2d6

Please sign in to comment.