Skip to content

Commit

Permalink
chore: release main (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 29, 2021
1 parent 6943d0d commit 8585ae7
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"common": "0.2.0",
"consumer": "0.2.0",
"platforms/windows": "0.2.0"
}
{"common":"0.3.0","consumer":"0.3.0","platforms/windows":"0.3.0"}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.3.0](https://www.github.com/AccessKit/accesskit/compare/accesskit-v0.2.0...accesskit-v0.3.0) (2021-12-29)


### ⚠ BREAKING CHANGES

* Drop `TreeUpdate::clear` (#96)

### Code Refactoring

* Drop `TreeUpdate::clear` ([#96](https://www.github.com/AccessKit/accesskit/issues/96)) ([38f520b](https://www.github.com/AccessKit/accesskit/commit/38f520b960c6db7b3927b369aee206ee6bc5e8aa))
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.2.0"
version = "0.3.0"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "UI accessibility infrastructure across platforms"
Expand Down
20 changes: 20 additions & 0 deletions consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.3.0](https://www.github.com/AccessKit/accesskit/compare/accesskit_consumer-v0.2.0...accesskit_consumer-v0.3.0) (2021-12-29)


### ⚠ BREAKING CHANGES

* Drop `TreeUpdate::clear` (#96)

### Code Refactoring

* Drop `TreeUpdate::clear` ([#96](https://www.github.com/AccessKit/accesskit/issues/96)) ([38f520b](https://www.github.com/AccessKit/accesskit/commit/38f520b960c6db7b3927b369aee206ee6bc5e8aa))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.2.0 to 0.3.0
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.2.0"
version = "0.3.0"
authors = ["Matt Campbell <[email protected]>"]
license = "MIT/Apache-2.0"
description = "AccessKit consumer library (internal)"
Expand All @@ -11,6 +11,6 @@ readme = "README.md"
edition = "2018"

[dependencies]
accesskit = { version = "0.2.0", path = "../common" }
accesskit = { version = "0.3.0", path = "../common" }
im = "15.0.0"
parking_lot = "0.11.2"
21 changes: 21 additions & 0 deletions platforms/windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.3.0](https://www.github.com/AccessKit/accesskit/compare/accesskit_windows-v0.2.0...accesskit_windows-v0.3.0) (2021-12-29)


### ⚠ BREAKING CHANGES

* Drop `TreeUpdate::clear` (#96)

### Code Refactoring

* Drop `TreeUpdate::clear` ([#96](https://www.github.com/AccessKit/accesskit/issues/96)) ([38f520b](https://www.github.com/AccessKit/accesskit/commit/38f520b960c6db7b3927b369aee206ee6bc5e8aa))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* accesskit bumped from 0.2.0 to 0.3.0
* accesskit_consumer bumped from 0.2.0 to 0.3.0
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.2.0"
version = "0.3.0"
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 = "2018"

[dependencies]
accesskit = { version = "0.2.0", path = "../../common" }
accesskit_consumer = { version = "0.2.0", path = "../../consumer" }
accesskit = { version = "0.3.0", path = "../../common" }
accesskit_consumer = { version = "0.3.0", path = "../../consumer" }
arrayvec = "0.7.1"
lazy-init = "0.5.0"
libc = "0.2.112"
Expand Down

0 comments on commit 8585ae7

Please sign in to comment.