Skip to content

Commit

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


### Bug Fixes

* Update axe-core to v4.10.1
([#490](#490))
([56057fd](56057fd))
* Update axe-core to v4.10.2
([#493](#493))
([189d0e9](189d0e9))
  • Loading branch information
nayanrajDQ authored Nov 5, 2024
2 parents 5372102 + 9de8dd1 commit e8f74ed
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 32 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.10.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.10.0...v4.10.1) (2024-11-05)


### Bug Fixes

* Update axe-core to v4.10.1 ([#490](https://github.com/dequelabs/axe-core-maven-html/issues/490)) ([56057fd](https://github.com/dequelabs/axe-core-maven-html/commit/56057fdfd1b55c66f7bd86eeb3187240f56858b1))
* Update axe-core to v4.10.2 ([#493](https://github.com/dequelabs/axe-core-maven-html/issues/493)) ([189d0e9](https://github.com/dequelabs/axe-core-maven-html/commit/189d0e9ed882906ba92bc0a1dd539c9b69592f8a))



# [4.10.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.9.1...v4.10.0) (2024-09-26)


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-maven-html",
"version": "4.10.0",
"version": "4.10.1",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions playwright/package-lock.json

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

4 changes: 2 additions & 2 deletions playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-playwright",
"version": "4.10.0",
"version": "4.10.1",
"license": "MPL",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.10.0"
"axe-core": "^4.10.2"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
6 changes: 3 additions & 3 deletions playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>playwright</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core Playwright Java</name>
Expand Down Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<packaging>pom</packaging>
<name>Axe-core-maven-html Superpackage</name>
<description>axe-core-maven-html superpackage containing; selenium, playwright, and, utilities</description>
Expand Down
18 changes: 9 additions & 9 deletions selenium/package-lock.json

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

4 changes: 2 additions & 2 deletions selenium/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-selenium",
"version": "4.10.0",
"version": "4.10.1",
"license": "UNLICENSED",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent"
},
"dependencies": {
"axe-core": "^4.10.0"
"axe-core": "^4.10.2"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
6 changes: 3 additions & 3 deletions selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>selenium</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core maven utilities</name>
<description>axe-core-maven-html utility classes used in all packages</description>
<url>https://github.com/dequelabs/axe-core-maven-html</url>
<artifactId>dequeutilites</artifactId>
<version>4.10.0</version>
<version>4.10.1</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
Expand Down

0 comments on commit e8f74ed

Please sign in to comment.