Skip to content

Commit 5801c4a

Browse files
authored
chore: release main (#624)
1 parent 87ce769 commit 5801c4a

File tree

16 files changed

+98
-24
lines changed

16 files changed

+98
-24
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.21.1","consumer":"0.30.1","platforms/macos":"0.22.1","platforms/windows":"0.29.1","platforms/winit":"0.29.1","platforms/unix":"0.17.1","platforms/atspi-common":"0.14.1","platforms/android":"0.4.1"}
1+
{"common":"0.21.1","consumer":"0.31.0","platforms/macos":"0.22.2","platforms/windows":"0.29.2","platforms/winit":"0.29.2","platforms/unix":"0.17.2","platforms/atspi-common":"0.14.2","platforms/android":"0.4.2"}

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -24,6 +24,13 @@
2424
* dependencies
2525
* accesskit bumped from 0.16.2 to 0.16.3
2626

27+
## [0.31.0](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.30.1...accesskit_consumer-v0.31.0) (2025-10-20)
28+
29+
30+
### Features
31+
32+
* Expose text properties on consumer `Node` with inheritance ([#617](https://github.com/AccessKit/accesskit/issues/617)) ([0f132ea](https://github.com/AccessKit/accesskit/commit/0f132ea7b94c33d0ee47dfe6b0549a68d331f493))
33+
2734
## [0.30.1](https://github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.30.0...accesskit_consumer-v0.30.1) (2025-10-02)
2835

2936

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.30.1"
3+
version = "0.31.0"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit consumer library (internal)"

platforms/android/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.4.1...accesskit_android-v0.4.2) (2025-10-20)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* accesskit_consumer bumped from 0.30.1 to 0.31.0
11+
312
## [0.4.1](https://github.com/AccessKit/accesskit/compare/accesskit_android-v0.4.0...accesskit_android-v0.4.1) (2025-10-02)
413

514

platforms/android/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_android"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors.workspace = true
55
license.workspace = true
66
description = "AccessKit UI accessibility infrastructure: Android adapter"
@@ -16,7 +16,7 @@ embedded-dex = []
1616

1717
[dependencies]
1818
accesskit = { version = "0.21.1", path = "../../common" }
19-
accesskit_consumer = { version = "0.30.1", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.31.0", path = "../../consumer" }
2020
jni = "0.21.1"
2121
log = "0.4.17"
2222

platforms/atspi-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
* accesskit bumped from 0.17.0 to 0.17.1
2525
* accesskit_consumer bumped from 0.25.0 to 0.26.0
2626

27+
## [0.14.2](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.14.1...accesskit_atspi_common-v0.14.2) (2025-10-20)
28+
29+
30+
### Dependencies
31+
32+
* The following workspace dependencies were updated
33+
* dependencies
34+
* accesskit_consumer bumped from 0.30.1 to 0.31.0
35+
2736
## [0.14.1](https://github.com/AccessKit/accesskit/compare/accesskit_atspi_common-v0.14.0...accesskit_atspi_common-v0.14.1) (2025-10-02)
2837

2938

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.14.1"
3+
version = "0.14.2"
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.21.1", path = "../../common" }
19-
accesskit_consumer = { version = "0.30.1", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.31.0", path = "../../consumer" }
2020
atspi-common = { version = "0.9", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0"

platforms/macos/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
* accesskit bumped from 0.16.2 to 0.16.3
3838
* accesskit_consumer bumped from 0.24.2 to 0.24.3
3939

40+
## [0.22.2](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.22.1...accesskit_macos-v0.22.2) (2025-10-20)
41+
42+
43+
### Bug Fixes
44+
45+
* Implement setting values on macOS ([#615](https://github.com/AccessKit/accesskit/issues/615)) ([9e07b15](https://github.com/AccessKit/accesskit/commit/9e07b158c34d6df3a0a08f1cc1ecdd1a0b7a943f))
46+
47+
48+
### Dependencies
49+
50+
* The following workspace dependencies were updated
51+
* dependencies
52+
* accesskit_consumer bumped from 0.30.1 to 0.31.0
53+
4054
## [0.22.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.22.0...accesskit_macos-v0.22.1) (2025-10-02)
4155

4256

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.22.1"
3+
version = "0.22.2"
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.21.1", path = "../../common" }
19-
accesskit_consumer = { version = "0.30.1", path = "../../consumer" }
19+
accesskit_consumer = { version = "0.31.0", path = "../../consumer" }
2020
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
2121
objc2 = "0.5.1"
2222
objc2-foundation = { version = "0.2.0", features = [

0 commit comments

Comments
 (0)