Skip to content

Commit

Permalink
chore: release main (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Mar 18, 2024
1 parent 50f112f commit dcf474d
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 12 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.12.3","consumer":"0.17.1","platforms/macos":"0.11.1","platforms/windows":"0.16.3","platforms/winit":"0.18.6","platforms/unix":"0.7.5","bindings/c":"0.7.6","bindings/python":"0.1.7","platforms/atspi-common":"0.2.0"}
{"common":"0.12.3","consumer":"0.17.1","platforms/macos":"0.11.1","platforms/windows":"0.16.4","platforms/winit":"0.18.7","platforms/unix":"0.7.5","bindings/c":"0.7.7","bindings/python":"0.1.8","platforms/atspi-common":"0.2.0"}
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.16.3 to 0.16.4

## [0.7.5](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.7.4...accesskit_c-v0.7.5) (2024-03-07)


Expand Down
4 changes: 2 additions & 2 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_c"
version = "0.7.6"
version = "0.7.7"
authors.workspace = true
license.workspace = true
publish = false
Expand All @@ -19,7 +19,7 @@ accesskit = { version = "0.12.3", path = "../../common" }
paste = "1.0"

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.16.3", path = "../../platforms/windows" }
accesskit_windows = { version = "0.16.4", path = "../../platforms/windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.11.1", path = "../../platforms/macos" }
Expand Down
4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.16.3 to 0.16.4

## [0.1.1](https://github.com/AccessKit/accesskit/compare/accesskit_python-v0.1.0...accesskit_python-v0.1.1) (2024-01-06)


Expand Down
4 changes: 2 additions & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_python"
version = "0.1.7"
version = "0.1.8"
authors.workspace = true
license.workspace = true
description = "Python bindings to the AccessKit library"
Expand All @@ -21,7 +21,7 @@ accesskit = { version = "0.12.3", path = "../../common", features = ["pyo3"] }
pyo3 = { version = "0.20", features = ["abi3-py38", "multiple-pymethods"] }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.16.3", path = "../../platforms/windows" }
accesskit_windows = { version = "0.16.4", path = "../../platforms/windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.11.1", path = "../../platforms/macos" }
Expand Down
7 changes: 7 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
* accesskit bumped from 0.12.2 to 0.12.3
* accesskit_consumer bumped from 0.17.0 to 0.17.1

## [0.16.4](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.16.3...accesskit_windows-v0.16.4) (2024-03-18)


### Bug Fixes

* Update `windows` to `0.54` ([#373](https://github.com/AccessKit/accesskit/issues/373)) ([50f112f](https://github.com/AccessKit/accesskit/commit/50f112f0085a03f0180f86915d2ac4e5845f6b63))

## [0.16.2](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.16.1...accesskit_windows-v0.16.2) (2024-02-25)


Expand Down
2 changes: 1 addition & 1 deletion platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_windows"
version = "0.16.3"
version = "0.16.4"
authors.workspace = true
license.workspace = true
description = "AccessKit UI accessibility infrastructure: Windows 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 @@ -97,6 +97,10 @@
* dependencies
* accesskit_unix bumped from 0.7.4 to 0.7.5

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.16.3 to 0.16.4

## [0.18.1](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.18.0...accesskit_winit-v0.18.1) (2024-01-11)


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.18.6"
version = "0.18.7"
authors.workspace = true
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand Down Expand Up @@ -28,7 +28,7 @@ rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], o
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"], optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
accesskit_windows = { version = "0.16.3", path = "../windows" }
accesskit_windows = { version = "0.16.4", path = "../windows" }

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

0 comments on commit dcf474d

Please sign in to comment.