Skip to content

Commit

Permalink
Release v4.10.0 (#181)
Browse files Browse the repository at this point in the history
## Details
<!-- Provide a sentence or two describing what the PR changes -->

No qa needed
  • Loading branch information
dequejenn authored Sep 3, 2024
2 parents 5ad9b25 + d1cc4cd commit 8fee498
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.10.0](https:/dequelabs/axe-core-nuget/compare/v4.9.1...v4.10.0) (2024-08-07)


### Features

* Update axe-core to v4.10.0 ([#178](https:/dequelabs/axe-core-nuget/issues/178)) ([8749eb5](https:/dequelabs/axe-core-nuget/commit/8749eb59fd8ebd2b9d1cc428787db479ae12346e))



## [4.9.1](https:/dequelabs/axe-core-nuget/compare/v4.9.0...v4.9.1) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axe-core-nuget",
"description": "this file is used by release workflows as the source of truth for the current version of all NuGet packages",
"version": "4.9.1",
"version": "4.10.0",
"license": "MPL-2.0 AND MIT",
"repository": "dequelabs/axe-core-nuget",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/src/Deque.AxeCore.Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>

<!-- Do not update this by-hand; updates are automated via the create-release workflow -->
<VersionPrefix>4.9.1</VersionPrefix>
<VersionPrefix>4.10.0</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down
14 changes: 7 additions & 7 deletions packages/commons/src/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/commons/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repository": {},
"license": "MIT",
"dependencies": {
"axe-core": "^4.9.1"
"axe-core": "^4.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/commons/test/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/commons/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MPL-2.0 AND MIT",
"private": true,
"scripts": {
"serveFixtures": "cd node_modules/axe-test-fixtures/fixtures && http-server -s"
"serveFixtures": "cd node_modules/axe-test-fixtures/fixtures && http-server -s"
},
"dependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/src/Deque.AxeCore.Playwright.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>

<!-- Do not update this by-hand; updates are automated via the create-release workflow -->
<VersionPrefix>4.9.1</VersionPrefix>
<VersionPrefix>4.10.0</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion packages/selenium/src/Deque.AxeCore.Selenium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<EnableNETAnalyzers>true</EnableNETAnalyzers>

<!-- Do not update this by-hand; updates are automated via the create-release workflow -->
<VersionPrefix>4.9.1</VersionPrefix>
<VersionPrefix>4.10.0</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 8fee498

Please sign in to comment.