Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 8, 2024
2 parents a5b6559 + 88ffef4 commit eadfd73
Show file tree
Hide file tree
Showing 9 changed files with 1,382 additions and 1,224 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- components/**
- config/**
- tailwind.config.js
- playwright.config.js
- package.json
- next.config.mjs
- models/**
Expand Down Expand Up @@ -58,6 +59,3 @@ jobs:
run: npx playwright install chromium
- name: run tests
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
- uses: test-summary/[email protected]
with:
paths: "results.xml"
2 changes: 1 addition & 1 deletion .github/workflows/issue-lock-unlock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
- uses: dessant/label-actions@v4
with:
process-only: issues
config-path: .github/config/issue-lock-unlock.yml
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sparse-checkout: |
.github/config/labeler.yml
sparse-checkout-cone-mode: false
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
configuration-path: .github/config/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.101.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.101.1...v2.101.2) (2024-06-08)


### Bug Fixes

* type in settings.js ([#10378](https://github.com/EddieHubCommunity/BioDrop/issues/10378)) ([f296ab2](https://github.com/EddieHubCommunity/BioDrop/commit/f296ab2d47555fe967b57ec7173e54f9b2eef039))



## [2.101.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.101.0...v2.101.1) (2024-05-13)


Expand Down Expand Up @@ -34,12 +43,3 @@



## [2.100.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.100.1...v2.100.2) (2024-03-25)


### Bug Fixes

* revert husky to regular dependency ([#10310](https://github.com/EddieHubCommunity/BioDrop/issues/10310)) ([cccd62f](https://github.com/EddieHubCommunity/BioDrop/commit/cccd62f39b721b529aa9f626b07859cd53461fc4))



2 changes: 1 addition & 1 deletion config/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.101.1",
"version": "2.101.2",
"alerts": [
{
"type": "warning",
Expand Down
Loading

0 comments on commit eadfd73

Please sign in to comment.