Skip to content

Commit

Permalink
chore: merge develop with master (#154)
Browse files Browse the repository at this point in the history
no qa required
  • Loading branch information
michael-siek authored Feb 8, 2024
2 parents 1cb58ac + 934df5a commit 793462e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.8.1](https://github.com/dequelabs/axe-core-nuget/compare/v4.8.0...v4.8.1) (2024-01-09)


### Bug Fixes

* Update axe-core to v4.8.3 ([#147](https://github.com/dequelabs/axe-core-nuget/issues/147)) ([91bade8](https://github.com/dequelabs/axe-core-nuget/commit/91bade81f0af324d63e1abe52d84d0466ea13006))
* work with extremely large results ([#135](https://github.com/dequelabs/axe-core-nuget/issues/135)) ([74b02ac](https://github.com/dequelabs/axe-core-nuget/commit/74b02ac75c0b906152d9d70eee8f5f33a6bdb66a)), closes [#80](https://github.com/dequelabs/axe-core-nuget/issues/80)



## [4.8.0](https://github.com/dequelabs/axe-core-nuget/compare/v4.7.2...v4.8.0) (2023-09-27)


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.8.0",
"version": "4.8.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.8.0</VersionPrefix>
<VersionPrefix>4.8.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.8.0</VersionPrefix>
<VersionPrefix>4.8.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.8.0</VersionPrefix>
<VersionPrefix>4.8.1</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 793462e

Please sign in to comment.