Skip to content

Commit 19d4810

Browse files
github-actions[bot]michael-siekscottmriesstrakerattest-team-ci
authored
chore: RC v4.10.3 (#444)
## [4.10.3](v4.10.1...v4.10.3) (2025-04-11) ### Bug Fixes * Update axe-core to v4.10.1 ([#412](#412)) ([53569f6](53569f6)) * Update axe-core to v4.10.2 ([#419](#419)) ([7e72b19](7e72b19)) * Update axe-core to v4.10.3 ([#433](#433)) ([29253e3](29253e3)) No QA required. --------- Co-authored-by: Michael <[email protected]> Co-authored-by: Scott Ries <[email protected]> Co-authored-by: Steven Lambert <[email protected]> Co-authored-by: API Team CI User <[email protected]> Co-authored-by: Nayanraj Adhikary <[email protected]> Co-authored-by: Michael <[email protected]>
1 parent a5ec13e commit 19d4810

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @dequelabs/axe-api-team
1+
* @dequelabs/ocarina-team

.github/workflows/sync-master-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 2
1212
steps:
13-
- uses: dequelabs/action-sync-branches@v1.0.1
13+
- uses: dequelabs/action-sync-branches@v1
1414
with:
1515
github-token: ${{ secrets.PAT }}
1616
pr-title: "chore: merge master into develop"

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5-
## [4.10.2](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.2) (2024-11-05)
6-
5+
## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.3) (2025-04-11)
76

87
### Bug Fixes
98

109
* Update axe-core to v4.10.1 ([#412](https://github.com/dequelabs/axe-core-gems/issues/412)) ([53569f6](https://github.com/dequelabs/axe-core-gems/commit/53569f6914d1086eeedfee65128ed1611aab4254))
1110
* Update axe-core to v4.10.2 ([#419](https://github.com/dequelabs/axe-core-gems/issues/419)) ([7e72b19](https://github.com/dequelabs/axe-core-gems/commit/7e72b194f5b4810fb4ac0622f8711f1a7dafcedb))
11+
* Update axe-core to v4.10.3 ([#433](https://github.com/dequelabs/axe-core-gems/issues/433)) ([29253e3](https://github.com/dequelabs/axe-core-gems/commit/29253e39fd5489b290bab981caf74ed6fc0a6972))
1212

1313
## [4.10.1](https://github.com/dequelabs/axe-core-gems/compare/v4.10.0...v4.10.1) (2024-10-07)
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core-gems",
3-
"version": "4.10.2",
3+
"version": "4.10.3",
44
"license": "MPL-2.0",
55
"private": true,
66
"repository": {

packages/axe-core-api/package-lock.json

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

packages/axe-core-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "axe-core-api",
33
"license": "MPL-2.0",
44
"dependencies": {
5-
"axe-core": "^4.10.2"
5+
"axe-core": "^4.10.3"
66
}
77
}

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this version is used by all the packages
22

33
module AxeCoreGems
4-
VERSION = "4.10.2"
4+
VERSION = "4.10.3"
55
end

0 commit comments

Comments
 (0)