Skip to content

Commit f6f9183

Browse files
chore: release main
1 parent 7143b2b commit f6f9183

File tree

14 files changed

+49
-20
lines changed

14 files changed

+49
-20
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"common":"0.16.0","consumer":"0.24.0","platforms/macos":"0.17.0","platforms/windows":"0.22.0","platforms/winit":"0.22.0","platforms/unix":"0.12.0","platforms/atspi-common":"0.9.0"}
1+
{"common":"0.16.0","consumer":"0.24.1","platforms/macos":"0.17.1","platforms/windows":"0.22.1","platforms/winit":"0.22.1","platforms/unix":"0.12.1","platforms/atspi-common":"0.9.1"}

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

consumer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
* dependencies
2121
* accesskit bumped from 0.12.2 to 0.12.3
2222

23+
## [0.24.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.24.0...accesskit_consumer-v0.24.1) (2024-09-11)
24+
25+
26+
### Bug Fixes
27+
28+
* Extend the implicit labelled-by relation to more parent roles ([#448](https://github.com/AccessKit/accesskit/issues/448)) ([df518c7](https://github.com/AccessKit/accesskit/commit/df518c71934cb4e0071764643968e67f9908a8dd))
29+
2330
## [0.24.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.23.0...accesskit_consumer-v0.24.0) (2024-06-29)
2431

2532

consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_consumer"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit consumer library (internal)"

platforms/atspi-common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* dependencies
1010
* accesskit_consumer bumped from 0.19.0 to 0.19.1
1111

12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* accesskit_consumer bumped from 0.24.0 to 0.24.1
15+
1216
## [0.9.0](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.8.0...accesskit_atspi_common-v0.9.0) (2024-06-29)
1317

1418

platforms/atspi-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_atspi_common"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: core AT-SPI translation layer"
@@ -16,7 +16,7 @@ simplified-api = []
1616

1717
[dependencies]
1818
accesskit = { version = "0.16.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
2020
atspi-common = { version = "0.3.0", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0.39"

platforms/macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
* dependencies
2828
* accesskit_consumer bumped from 0.19.0 to 0.19.1
2929

30+
* The following workspace dependencies were updated
31+
* dependencies
32+
* accesskit_consumer bumped from 0.24.0 to 0.24.1
33+
3034
## [0.17.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.16.0...accesskit_macos-v0.17.0) (2024-06-29)
3135

3236

platforms/macos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_macos"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"
@@ -16,7 +16,7 @@ default-target = "x86_64-apple-darwin"
1616

1717
[dependencies]
1818
accesskit = { version = "0.16.0", path = "../../common" }
19-
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
2020
once_cell = "1.13.0"
2121
objc2 = "0.5.1"
2222
objc2-foundation = { version = "0.2.0", features = [

platforms/unix/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
* dependencies
5959
* accesskit_atspi_common bumped from 0.7.0 to 0.8.0
6060

61+
* The following workspace dependencies were updated
62+
* dependencies
63+
* accesskit_atspi_common bumped from 0.9.0 to 0.9.1
64+
6165
## [0.12.0](https://github.com/AccessKit/accesskit/compare/accesskit_unix-v0.11.1...accesskit_unix-v0.12.0) (2024-06-29)
6266

6367

platforms/unix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_unix"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Linux adapter"
@@ -18,7 +18,7 @@ tokio = ["dep:tokio", "dep:tokio-stream", "atspi/tokio", "zbus/tokio"]
1818

1919
[dependencies]
2020
accesskit = { version = "0.16.0", path = "../../common" }
21-
accesskit_atspi_common = { version = "0.9.0", path = "../atspi-common" }
21+
accesskit_atspi_common = { version = "0.9.1", path = "../atspi-common" }
2222
atspi = { version = "0.19", default-features = false }
2323
futures-lite = "1.13"
2424
serde = "1.0"

platforms/windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
* accesskit bumped from 0.12.2 to 0.12.3
3434
* accesskit_consumer bumped from 0.17.0 to 0.17.1
3535

36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* accesskit_consumer bumped from 0.24.0 to 0.24.1
39+
3640
## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_windows-v0.21.0...accesskit_windows-v0.22.0) (2024-06-29)
3741

3842

platforms/windows/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_windows"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313

1414
[dependencies]
1515
accesskit = { version = "0.16.0", path = "../../common" }
16-
accesskit_consumer = { version = "0.24.0", path = "../../consumer" }
16+
accesskit_consumer = { version = "0.24.1", path = "../../consumer" }
1717
paste = "1.0"
1818
static_assertions = "1.1.0"
1919

platforms/winit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
* dependencies
130130
* accesskit_unix bumped from 0.11.0 to 0.11.1
131131

132+
* The following workspace dependencies were updated
133+
* dependencies
134+
* accesskit_windows bumped from 0.22.0 to 0.22.1
135+
* accesskit_macos bumped from 0.17.0 to 0.17.1
136+
* accesskit_unix bumped from 0.12.0 to 0.12.1
137+
132138
## [0.22.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.21.1...accesskit_winit-v0.22.0) (2024-06-29)
133139

134140

platforms/winit/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_winit"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -28,13 +28,13 @@ rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], o
2828
rwh_06 = { package = "raw-window-handle", version = "0.6", features = ["std"], optional = true }
2929

3030
[target.'cfg(target_os = "windows")'.dependencies]
31-
accesskit_windows = { version = "0.22.0", path = "../windows" }
31+
accesskit_windows = { version = "0.22.1", path = "../windows" }
3232

3333
[target.'cfg(target_os = "macos")'.dependencies]
34-
accesskit_macos = { version = "0.17.0", path = "../macos" }
34+
accesskit_macos = { version = "0.17.1", path = "../macos" }
3535

3636
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
37-
accesskit_unix = { version = "0.12.0", path = "../unix", optional = true, default-features = false }
37+
accesskit_unix = { version = "0.12.1", path = "../unix", optional = true, default-features = false }
3838

3939
[dev-dependencies.winit]
4040
version = "0.30"

0 commit comments

Comments
 (0)