Skip to content

Commit 7036054

Browse files
chore: release main
1 parent 91a29a1 commit 7036054

File tree

10 files changed

+54
-15
lines changed

10 files changed

+54
-15
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.7.0","consumer":"0.7.1","platforms/windows":"0.8.0","platforms/winit":"0.5.0"}
1+
{"common":"0.8.0","consumer":"0.7.2","platforms/windows":"0.8.1","platforms/winit":"0.5.1"}

Cargo.lock

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

common/CHANGELOG.md

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

3+
## [0.8.0](https://www.github.com/AccessKit/accesskit/compare/accesskit-v0.7.0...accesskit-v0.8.0) (2022-11-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Be opinionated about coordinates after all (#151)
9+
10+
### Code Refactoring
11+
12+
* Be opinionated about coordinates after all ([#151](https://www.github.com/AccessKit/accesskit/issues/151)) ([91a29a1](https://www.github.com/AccessKit/accesskit/commit/91a29a1bf99bca39e9a00a744025533924e45190))
13+
314
## [0.7.0](https://www.github.com/AccessKit/accesskit/compare/accesskit-v0.6.1...accesskit-v0.7.0) (2022-11-11)
415

516

common/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"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "UI accessibility infrastructure across platforms"

consumer/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.7.2](https://www.github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.7.1...accesskit_consumer-v0.7.2) (2022-11-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* accesskit bumped from 0.7.0 to 0.8.0
11+
312
### [0.7.1](https://www.github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.7.0...accesskit_consumer-v0.7.1) (2022-11-12)
413

514

consumer/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_consumer"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit consumer library (internal)"
@@ -11,6 +11,6 @@ readme = "README.md"
1111
edition = "2021"
1212

1313
[dependencies]
14-
accesskit = { version = "0.7.0", path = "../common" }
14+
accesskit = { version = "0.8.0", path = "../common" }
1515
im = "15.0.0"
1616
parking_lot = "0.12.1"

platforms/windows/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### [0.8.1](https://www.github.com/AccessKit/accesskit/compare/accesskit_windows-v0.8.0...accesskit_windows-v0.8.1) (2022-11-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* accesskit bumped from 0.7.0 to 0.8.0
11+
* accesskit_consumer bumped from 0.7.1 to 0.7.2
12+
313
## [0.8.0](https://www.github.com/AccessKit/accesskit/compare/accesskit_windows-v0.7.0...accesskit_windows-v0.8.0) (2022-11-12)
414

515

@@ -179,4 +189,4 @@
179189
* The following workspace dependencies were updated
180190
* dependencies
181191
* accesskit bumped from 0.2.0 to 0.3.0
182-
* accesskit_consumer bumped from 0.2.0 to 0.3.0
192+
* accesskit_consumer bumped from 0.2.0 to 0.3.0

platforms/windows/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_windows"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "MIT/Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: Windows adapter"
@@ -11,8 +11,8 @@ readme = "README.md"
1111
edition = "2021"
1212

1313
[dependencies]
14-
accesskit = { version = "0.7.0", path = "../../common" }
15-
accesskit_consumer = { version = "0.7.1", path = "../../consumer" }
14+
accesskit = { version = "0.8.0", path = "../../common" }
15+
accesskit_consumer = { version = "0.7.2", path = "../../consumer" }
1616
arrayvec = "0.7.1"
1717
lazy-init = "0.5.0"
1818
parking_lot = "0.12.1"

platforms/winit/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.5.1](https://www.github.com/AccessKit/accesskit/compare/accesskit_winit-v0.5.0...accesskit_winit-v0.5.1) (2022-11-15)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* accesskit bumped from 0.7.0 to 0.8.0
11+
312
## [0.5.0](https://www.github.com/AccessKit/accesskit/compare/accesskit_winit-v0.4.0...accesskit_winit-v0.5.0) (2022-11-14)
413

514

platforms/winit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accesskit_winit"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
55
license = "Apache-2.0"
66
description = "AccessKit UI accessibility infrastructure: winit adapter"
@@ -11,12 +11,12 @@ readme = "README.md"
1111
edition = "2021"
1212

1313
[dependencies]
14-
accesskit = { version = "0.7.0", path = "../../common" }
14+
accesskit = { version = "0.8.0", path = "../../common" }
1515
parking_lot = "0.12.1"
1616
winit = "0.27.3"
1717

1818
[target.'cfg(target_os = "windows")'.dependencies]
19-
accesskit_windows = { version = "0.8.0", path = "../windows" }
19+
accesskit_windows = { version = "0.8.1", path = "../windows" }
2020

2121
[target.'cfg(target_os = "windows")'.dependencies.windows]
2222
version = "0.42.0"

0 commit comments

Comments
 (0)