Skip to content

Commit

Permalink
Release 4.10.1 (#196)
Browse files Browse the repository at this point in the history
No QA Required
  • Loading branch information
michael-siek authored Nov 11, 2024
2 parents 8fee498 + bc0bddb commit 81f0d5e
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install .NET Core 3.1 and 6
uses: actions/setup-dotnet@v1
Expand All @@ -44,7 +44,7 @@ jobs:
dotnet test --no-build -c ${{ inputs.configuration }} -p:VersionSuffix=${{ inputs.version-suffix }} \
--logger GitHubActions --logger trx --logger html --logger "console;verbosity=minimal"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
name: Upload test-results artifact
with:
Expand All @@ -58,7 +58,7 @@ jobs:
cp ${{ github.workspace }}/packages/*/src/bin/*/*.nupkg ${{ github.workspace }}/packages-artifact
cp ${{ github.workspace }}/packages/*/src/bin/*/*.snupkg ${{ github.workspace }}/packages-artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload packages artifact
with:
name: packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
timeout-minutes: 2
steps:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x.x

- name: Download packages artifact from build-and-test job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ inputs.packages-artifact-name }}
path: ${{ github.workspace }}/packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
contents: write # this permission controls release creation
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.19.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-master-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: dequelabs/action-sync-branches@v1.0.1
- uses: dequelabs/action-sync-branches@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-title: 'chore: merge master into develop'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-axe-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.10.1](https://github.com/dequelabs/axe-core-nuget/compare/v4.10.0...v4.10.1) (2024-11-08)


### Bug Fixes

* Update axe-core to v4.10.1 ([#184](https://github.com/dequelabs/axe-core-nuget/issues/184)) ([a8c5758](https://github.com/dequelabs/axe-core-nuget/commit/a8c5758d840b21b9bffbba834f43648fcea4ad51))
* Update axe-core to v4.10.2 ([#192](https://github.com/dequelabs/axe-core-nuget/issues/192)) ([760c502](https://github.com/dequelabs/axe-core-nuget/commit/760c502ec7d035b8ac9da6b940c3775713b9fd04))



# [4.10.0](https://github.com/dequelabs/axe-core-nuget/compare/v4.9.1...v4.10.0) (2024-08-07)


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.10.0",
"version": "4.10.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.10.0</VersionPrefix>
<VersionPrefix>4.10.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.10.0"
"axe-core": "^4.10.2"
}
}
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.10.0</VersionPrefix>
<VersionPrefix>4.10.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.10.0</VersionPrefix>
<VersionPrefix>4.10.1</VersionPrefix>
<VersionSuffix>development</VersionSuffix>
</PropertyGroup>

Expand Down

0 comments on commit 81f0d5e

Please sign in to comment.