Skip to content

Commit

Permalink
chore: merge master into develop (#176)
Browse files Browse the repository at this point in the history
Remember to _merge_ (rather than squash) this PR!
  • Loading branch information
michael-siek authored May 15, 2024
2 parents 13790dd + 5ad9b25 commit 3306825
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 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
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 3306825

Please sign in to comment.