Skip to content

Commit

Permalink
chore: sync develop with master (#145)
Browse files Browse the repository at this point in the history
no qa required
  • Loading branch information
michael-siek authored Jan 9, 2024
2 parents bb08e8f + f17a4dc commit 086f31d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [4.8.0](https://github.com/dequelabs/axe-core-nuget/compare/v4.7.2...v4.8.0) (2023-09-27)


### Bug Fixes

* **commons:** pin axe-core version to accept patch updates only ([#116](https://github.com/dequelabs/axe-core-nuget/issues/116)) ([0893d02](https://github.com/dequelabs/axe-core-nuget/commit/0893d02ad88a97e7792424c56383e6516ebef50a))


### Features

* Update axe-core to v4.8.1 ([#110](https://github.com/dequelabs/axe-core-nuget/issues/110)) ([1eed016](https://github.com/dequelabs/axe-core-nuget/commit/1eed016be84badd1cf39ba7fbc4be6d81ae09280))


### Reverts

* Revert "TEST" ([fda79fd](https://github.com/dequelabs/axe-core-nuget/commit/fda79fd7c340830998ef840a8db82ad0adc8bd31))

## 4.7.2 (2023-08-30)


Expand Down Expand Up @@ -37,8 +54,6 @@
* update axe-core to v4.7.1 ([#83](https://github.com/dequelabs/axe-core-nuget/issues/83)) ([2d95a97](https://github.com/dequelabs/axe-core-nuget/commit/2d95a97ac62d42a9a0b4617bbaa1c3c92aa3d5e9))
* upgrade to use axe-core@4.5.0 ([#76](https://github.com/dequelabs/axe-core-nuget/issues/76)) ([c9651f2](https://github.com/dequelabs/axe-core-nuget/commit/c9651f2c2284967c64d2f28e460b5181d0af5c6d))



# Change Log

All notable changes to this project will be documented in this file moving forward. Reference [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
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.7.2",
"version": "4.8.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.7.2</VersionPrefix>
<VersionPrefix>4.8.0</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.7.2</VersionPrefix>
<VersionPrefix>4.8.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.7.2</VersionPrefix>
<VersionPrefix>4.8.0</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 086f31d

Please sign in to comment.