Skip to content

Commit 424de4f

Browse files
authored
chore: release main (#252)
1 parent 9cd6bb1 commit 424de4f

File tree

8 files changed

+24
-9
lines changed

8 files changed

+24
-9
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.11.0","consumer":"0.15.0","platforms/macos":"0.7.0","platforms/windows":"0.14.0","platforms/winit":"0.14.0","platforms/unix":"0.5.0","bindings/c":"0.3.1"}
1+
{"common":"0.11.0","consumer":"0.15.0","platforms/macos":"0.7.1","platforms/windows":"0.14.0","platforms/winit":"0.14.1","platforms/unix":"0.5.0","bindings/c":"0.3.2"}

Cargo.lock

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

bindings/c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* dependencies
1111
* accesskit_unix bumped from 0.4.0 to 0.5.0
1212

13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* accesskit_macos bumped from 0.7.0 to 0.7.1
16+
1317
## [0.3.0](https://github.com/AccessKit/accesskit/compare/accesskit_c-v0.2.0...accesskit_c-v0.3.0) (2023-04-25)
1418

1519

bindings/c/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_c"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Arnold Loubriat <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
publish = false
@@ -21,7 +21,7 @@ paste = "1.0"
2121
accesskit_windows = { version = "0.14.0", path = "../../platforms/windows" }
2222

2323
[target.'cfg(target_os = "macos")'.dependencies]
24-
accesskit_macos = { version = "0.7.0", path = "../../platforms/macos" }
24+
accesskit_macos = { version = "0.7.1", path = "../../platforms/macos" }
2525

2626
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
2727
accesskit_unix = { version = "0.5.0", path = "../../platforms/unix" }

platforms/macos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
* accesskit bumped from 0.10.0 to 0.10.1
1414
* accesskit_consumer bumped from 0.14.0 to 0.14.1
1515

16+
## [0.7.1](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.7.0...accesskit_macos-v0.7.1) (2023-06-20)
17+
18+
19+
### Bug Fixes
20+
21+
* Set proper target to build accesskit_macos documentation ([#226](https://github.com/AccessKit/accesskit/issues/226)) ([9cd6bb1](https://github.com/AccessKit/accesskit/commit/9cd6bb14d60bf85027b330a51afe912c37723902))
22+
1623
## [0.7.0](https://github.com/AccessKit/accesskit/compare/accesskit_macos-v0.6.3...accesskit_macos-v0.7.0) (2023-03-30)
1724

1825

platforms/macos/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_macos"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Matt Campbell <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: macOS adapter"

platforms/winit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
* accesskit_macos bumped from 0.6.2 to 0.6.3
5252
* accesskit_unix bumped from 0.3.2 to 0.3.3
5353

54+
* The following workspace dependencies were updated
55+
* dependencies
56+
* accesskit_macos bumped from 0.7.0 to 0.7.1
57+
5458
## [0.14.0](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.13.0...accesskit_winit-v0.14.0) (2023-05-21)
5559

5660

platforms/winit/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_winit"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Matt Campbell <[email protected]>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -23,7 +23,7 @@ winit = { version = "0.28", default-features = false }
2323
accesskit_windows = { version = "0.14.0", path = "../windows" }
2424

2525
[target.'cfg(target_os = "macos")'.dependencies]
26-
accesskit_macos = { version = "0.7.0", path = "../macos" }
26+
accesskit_macos = { version = "0.7.1", path = "../macos" }
2727

2828
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
2929
accesskit_unix = { version = "0.5.0", path = "../unix", optional = true, default-features = false }

0 commit comments

Comments
 (0)