Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #267

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.11.2","consumer":"0.15.2","platforms/macos":"0.9.0","platforms/windows":"0.14.2","platforms/winit":"0.14.3","platforms/unix":"0.5.2","bindings/c":"0.5.0"}
{"common":"0.11.2","consumer":"0.15.2","platforms/macos":"0.9.0","platforms/windows":"0.14.3","platforms/winit":"0.14.4","platforms/unix":"0.5.2","bindings/c":"0.5.1"}
6 changes: 3 additions & 3 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 @@ -14,6 +14,10 @@
* dependencies
* accesskit_macos bumped from 0.7.0 to 0.7.1

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.14.2 to 0.14.3

## [0.5.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.4.0...accesskit_c-v0.5.0) (2023-08-08)


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.5.0"
version = "0.5.1"
authors = ["Arnold Loubriat <datatriny@gmail.com>"]
license = "MIT/Apache-2.0"
publish = false
Expand All @@ -18,7 +18,7 @@ accesskit = { version = "0.11.2", path = "../../common" }
paste = "1.0"

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

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.9.0", 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 @@ -28,6 +28,13 @@
* accesskit bumped from 0.11.1 to 0.11.2
* accesskit_consumer bumped from 0.15.1 to 0.15.2

## [0.14.3](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.14.2...accesskit_windows-v0.14.3) (2023-08-08)


### Bug Fixes

* Update windows crate to v0.48 ([#257](https://github.com/AccessKit/accesskit/issues/257)) ([cc703ed](https://github.com/AccessKit/accesskit/commit/cc703ed33d535aa1803e423a53beff9354b5b0df))

## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.13.3...accesskit_windows-v0.14.0) (2023-03-30)


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.14.2"
version = "0.14.3"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "MIT/Apache-2.0"
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 @@ -69,6 +69,10 @@
* accesskit_macos bumped from 0.8.0 to 0.9.0
* accesskit_unix bumped from 0.5.1 to 0.5.2

* The following workspace dependencies were updated
* dependencies
* accesskit_windows bumped from 0.14.2 to 0.14.3

## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.13.0...accesskit_winit-v0.14.0) (2023-05-21)


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.14.3"
version = "0.14.4"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -20,7 +20,7 @@ accesskit = { version = "0.11.2", path = "../../common" }
winit = { version = "0.28", default-features = false }

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

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