Skip to content

Commit c74dd5c

Browse files
authored
chore: Release 4.10.3 (#446)
No QA required
2 parents c09a72f + 9974275 commit c74dd5c

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaults: &defaults
77
resource_class: large
88

99
orbs:
10-
browser-tools: circleci/browser-tools@1.4.8
11-
node: circleci/node@5.0.0
10+
browser-tools: circleci/browser-tools@1.5.3
11+
node: circleci/node@5.0.3
1212

1313
commands:
1414
bootstrap:

.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)