Skip to content

Commit

Permalink
chore: release main (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2022
1 parent d263938 commit 3ffb652
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 19 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.1","platforms/macos":"0.2.0","platforms/windows":"0.10.0","platforms/winit":"0.7.0"}
{"common":"0.8.1","consumer":"0.10.0","platforms/macos":"0.2.1","platforms/windows":"0.10.1","platforms/winit":"0.7.1"}
10 changes: 5 additions & 5 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 common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.1](https://github.com/AccessKit/accesskit/compare/accesskit-v0.8.0...accesskit-v0.8.1) (2022-12-04)


### Documentation

* Fix outdated documentation for `TreeUpdate` ([#182](https://github.com/AccessKit/accesskit/issues/182)) ([dd658c7](https://github.com/AccessKit/accesskit/commit/dd658c70df55b2234a0346220362b0b9a40bb41d))

## [0.8.0](https://www.github.com/AccessKit/accesskit/compare/accesskit-v0.7.0...accesskit-v0.8.0) (2022-11-17)


Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit"
version = "0.8.0"
version = "0.8.1"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "UI accessibility infrastructure across platforms"
Expand Down
14 changes: 14 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.9.1...accesskit_consumer-v0.10.0) (2022-12-04)


### Features

* Automatically get button and link labels from descendants ([#184](https://github.com/AccessKit/accesskit/issues/184)) ([ec5c38e](https://github.com/AccessKit/accesskit/commit/ec5c38ef3001a10b7a135df1438901246463f3e1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.8.0 to 0.8.1

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


Expand Down
4 changes: 2 additions & 2 deletions consumer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "accesskit_consumer"
version = "0.9.1"
version = "0.10.0"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit consumer library (internal)"
Expand All @@ -11,5 +11,5 @@ readme = "README.md"
edition = "2021"

[dependencies]
accesskit = { version = "0.8.0", path = "../common" }
accesskit = { version = "0.8.1", path = "../common" }
parking_lot = "0.12.1"
16 changes: 16 additions & 0 deletions platforms/macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.2.0...accesskit_macos-v0.2.1) (2022-12-04)


### Bug Fixes

* Correctly apply the DPI scale factor to coordinates ([#185](https://github.com/AccessKit/accesskit/issues/185)) ([d263938](https://github.com/AccessKit/accesskit/commit/d263938d68bb63567853a340d3466ff27e076d87))
* Expose static text as the value rather than the title on macOS ([#186](https://github.com/AccessKit/accesskit/issues/186)) ([e3720c8](https://github.com/AccessKit/accesskit/commit/e3720c8e2d7c5e8c8601c52ad620dcfcacebc570))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.8.0 to 0.8.1
* accesskit_consumer bumped from 0.9.1 to 0.10.0

## [0.2.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.1.5...accesskit_macos-v0.2.0) (2022-11-29)


Expand Down
6 changes: 3 additions & 3 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.2.0"
version = "0.2.1"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"
edition = "2021"

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

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.8.0 to 0.8.1
* accesskit_consumer bumped from 0.9.1 to 0.10.0

## [0.10.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.9.3...accesskit_windows-v0.10.0) (2022-11-29)


Expand Down
6 changes: 3 additions & 3 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.10.0"
version = "0.10.1"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: Windows adapter"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"
edition = "2021"

[dependencies]
accesskit = { version = "0.8.0", path = "../../common" }
accesskit_consumer = { version = "0.9.1", path = "../../consumer" }
accesskit = { version = "0.8.1", path = "../../common" }
accesskit_consumer = { version = "0.10.0", path = "../../consumer" }
arrayvec = "0.7.1"
once_cell = "1.13.0"
parking_lot = "0.12.1"
Expand Down
6 changes: 6 additions & 0 deletions platforms/winit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
* dependencies
* accesskit_macos bumped from 0.1.4 to 0.1.5

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.8.0 to 0.8.1
* accesskit_windows bumped from 0.10.0 to 0.10.1
* accesskit_macos bumped from 0.2.0 to 0.2.1

## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.6.6...accesskit_winit-v0.7.0) (2022-11-29)


Expand Down
8 changes: 4 additions & 4 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.7.0"
version = "0.7.1"
authors = ["Matt Campbell <[email protected]>"]
license = "Apache-2.0"
description = "AccessKit UI accessibility infrastructure: winit adapter"
Expand All @@ -11,15 +11,15 @@ readme = "README.md"
edition = "2021"

[dependencies]
accesskit = { version = "0.8.0", path = "../../common" }
accesskit = { version = "0.8.1", path = "../../common" }
parking_lot = "0.12.1"
winit = { version = "0.27.2", default-features = false, features = ["x11", "wayland", "wayland-dlopen"] }

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

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

[dev-dependencies]
winit = "0.27.2"

0 comments on commit 3ffb652

Please sign in to comment.