Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync develop with master #338

Merged
merged 6 commits into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.7.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.5.1...v4.7.0) (2023-04-26)


### Features

* Update axe-core to v4.7.0 ([#307](https://github.com/dequelabs/axe-core-maven-html/issues/307)) ([d1e0fd9](https://github.com/dequelabs/axe-core-maven-html/commit/d1e0fd9c10aa0f891bb7064cc48b954cc2e04bd7))


### Bug Fixes

* work with extremely large results ([#304](https://github.com/dequelabs/axe-core-maven-html/issues/304)) ([8fb6801](https://github.com/dequelabs/axe-core-maven-html/commit/8fb6801915780343b8d7c6e9a5043a189c15f3a9))


## [4.6.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.5.1...v4.6.0) (2023-01-19)


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.6.0",
"version": "4.7.0",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html-playwright",
"version": "4.6.0",
"version": "4.7.0",
"license": "MPL",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
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.6.0</version>
<version>4.7.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core Playwright Java</name>
Expand Down Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.6.0</version>
<version>4.7.0</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.6.0</version>
<version>4.7.0</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
2 changes: 1 addition & 1 deletion selenium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html-selenium",
"version": "4.6.0",
"version": "4.7.0",
"license": "UNLICENSED",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
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.6.0</version>
<version>4.7.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.6.0</version>
<version>4.7.0</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.6.0</version>
<version>4.7.0</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.6.0</version>
<version>4.7.0</version>
<packaging>jar</packaging>
<distributionManagement>
<repository>
Expand Down