Skip to content

Commit

Permalink
chore: RC v4.10.2 (#424)
Browse files Browse the repository at this point in the history
##
[4.10.2](v4.10.1...v4.10.2)
(2024-11-05)


### Bug Fixes

* Update axe-core to v4.10.1
([#412](#412))
([53569f6](53569f6))
* Update axe-core to v4.10.2
([#419](#419))
([7e72b19](7e72b19))
  • Loading branch information
nayanrajDQ authored Nov 5, 2024
2 parents 5e15f96 + bde02c6 commit 2cca230
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defaults: &defaults
docker:
- image: cimg/ruby:2.7.5-browsers
working_directory: ~/axe-core-gems
resource_class: large

orbs:
browser-tools: circleci/browser-tools@1.4.8
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [4.10.2](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.2) (2024-11-05)


### Bug Fixes

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

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

## [4.10.0](https://github.com/dequelabs/axe-core-gems/compare/v4.9.1...v4.10.0) (2024-08-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-gems",
"version": "4.10.1",
"version": "4.10.2",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/axe-core-api/e2e/selenium/spec/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
options.add_argument('--headless')
options.add_argument('--no-sandbox')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--disable-gpu')
$driver = Selenium::WebDriver.for :chrome, options: options

Run = Axe::API::Run
Expand Down
14 changes: 7 additions & 7 deletions packages/axe-core-api/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/axe-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "axe-core-api",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.10.0"
"axe-core": "^4.10.2"
}
}
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this version is used by all the packages

module AxeCoreGems
VERSION = "4.10.1"
VERSION = "4.10.2"
end

0 comments on commit 2cca230

Please sign in to comment.