Skip to content

Commit

Permalink
Release v4.9.1 (#175)
Browse files Browse the repository at this point in the history
### Bug Fixes

* Update axe-core to v4.9.1
([#171](#171))
([84ec56f](84ec56f))





No QA needed
  • Loading branch information
dequejenn authored May 13, 2024
2 parents 49a7260 + bcc73eb commit 5ad9b25
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.9.1](https://github.com/dequelabs/axe-core-nuget/compare/v4.9.0...v4.9.1) (2024-05-08)


### Bug Fixes

* Update axe-core to v4.9.1 ([#171](https://github.com/dequelabs/axe-core-nuget/issues/171)) ([84ec56f](https://github.com/dequelabs/axe-core-nuget/commit/84ec56f47e256e46c1b35e7cfee0e36338a00de8))



# [4.9.0](https://github.com/dequelabs/axe-core-nuget/compare/v4.8.2...v4.9.0) (2024-03-26)


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.0",
"version": "4.9.1",
"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.0</VersionPrefix>
<VersionPrefix>4.9.1</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.0"
"axe-core": "^4.9.1"
}
}
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.0</VersionPrefix>
<VersionPrefix>4.9.1</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.0</VersionPrefix>
<VersionPrefix>4.9.1</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 5ad9b25

Please sign in to comment.