Skip to content

Commit

Permalink
chore: release main (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2022
1 parent 1f50df6 commit 24519ef
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 14 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.8.0","consumer":"0.9.0","platforms/macos":"0.1.2","platforms/windows":"0.9.2","platforms/winit":"0.6.2"}
{"common":"0.8.0","consumer":"0.9.1","platforms/macos":"0.1.3","platforms/windows":"0.9.3","platforms/winit":"0.6.3"}
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.

8 changes: 8 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.9.1](https://www.github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.9.0...accesskit_consumer-v0.9.1) (2022-11-25)


### Bug Fixes

* **consumer:** Allow editable spin buttons ([#167](https://www.github.com/AccessKit/accesskit/issues/167)) ([65a7aa0](https://www.github.com/AccessKit/accesskit/commit/65a7aa0114bfc6e17189e834578e256945b84a98))
* Gracefully handle nodes that only support text ranges some of the time ([#169](https://www.github.com/AccessKit/accesskit/issues/169)) ([1f50df6](https://www.github.com/AccessKit/accesskit/commit/1f50df6820b9d23fe2e579f043f4981acf285de2))

## [0.9.0](https://www.github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.8.0...accesskit_consumer-v0.9.0) (2022-11-23)


Expand Down
2 changes: 1 addition & 1 deletion consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_consumer"
version = "0.9.0"
version = "0.9.1"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit consumer library (internal)"
Expand Down
9 changes: 9 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.1.3](https://www.github.com/AccessKit/accesskit/compare/accesskit_macos-v0.1.2...accesskit_macos-v0.1.3) (2022-11-25)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_consumer bumped from 0.9.0 to 0.9.1

### [0.1.2](https://www.github.com/AccessKit/accesskit/compare/accesskit_macos-v0.1.1...accesskit_macos-v0.1.2) (2022-11-24)


Expand Down
4 changes: 2 additions & 2 deletions platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_macos"
version = "0.1.2"
version = "0.1.3"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
accesskit = { version = "0.8.0", path = "../../common" }
accesskit_consumer = { version = "0.9.0", path = "../../consumer" }
accesskit_consumer = { version = "0.9.1", path = "../../consumer" }
objc2 = "0.3.0-beta.3"
once_cell = "1.13.0"
parking_lot = "0.12.1"
17 changes: 16 additions & 1 deletion platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [0.9.3](https://www.github.com/AccessKit/accesskit/compare/accesskit_windows-v0.9.2...accesskit_windows-v0.9.3) (2022-11-25)


### Bug Fixes

* Gracefully handle nodes that only support text ranges some of the time ([#169](https://www.github.com/AccessKit/accesskit/issues/169)) ([1f50df6](https://www.github.com/AccessKit/accesskit/commit/1f50df6820b9d23fe2e579f043f4981acf285de2))
* **platforms/windows:** Change default minimum and maximum for range value pattern ([#166](https://www.github.com/AccessKit/accesskit/issues/166)) ([176ec58](https://www.github.com/AccessKit/accesskit/commit/176ec5853ca127b1e12f9a992b75478177a4acce))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit_consumer bumped from 0.9.0 to 0.9.1

### [0.9.2](https://www.github.com/AccessKit/accesskit/compare/accesskit_windows-v0.9.1...accesskit_windows-v0.9.2) (2022-11-24)


Expand Down Expand Up @@ -219,4 +234,4 @@
* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.2.0 to 0.3.0
* accesskit_consumer bumped from 0.2.0 to 0.3.0
* accesskit_consumer bumped from 0.2.0 to 0.3.0
4 changes: 2 additions & 2 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_windows"
version = "0.9.2"
version = "0.9.3"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
accesskit = { version = "0.8.0", path = "../../common" }
accesskit_consumer = { version = "0.9.0", path = "../../consumer" }
accesskit_consumer = { version = "0.9.1", path = "../../consumer" }
arrayvec = "0.7.1"
lazy-init = "0.5.0"
parking_lot = "0.12.1"
Expand Down
6 changes: 3 additions & 3 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.6.2"
version = "0.6.3"
authors = ["Matt Campbell <[email protected]>"]
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -16,10 +16,10 @@ parking_lot = "0.12.1"
winit = { version = "0.27.3", default-features = false, features = ["x11", "wayland", "wayland-dlopen"] }

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

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

[dev-dependencies]
winit = "0.27.3"

0 comments on commit 24519ef

Please sign in to comment.