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

Commit eadfd73

Browse files
authored
Merge branch 'main' into main
2 parents a5b6559 + 88ffef4 commit eadfd73

File tree

9 files changed

+1382
-1224
lines changed

9 files changed

+1382
-1224
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- components/**
88
- config/**
99
- tailwind.config.js
10+
- playwright.config.js
1011
- package.json
1112
- next.config.mjs
1213
- models/**
@@ -58,6 +59,3 @@ jobs:
5859
run: npx playwright install chromium
5960
- name: run tests
6061
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
61-
- uses: test-summary/[email protected]
62-
with:
63-
paths: "results.xml"

.github/workflows/issue-lock-unlock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
action:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: dessant/label-actions@v3
14+
- uses: dessant/label-actions@v4
1515
with:
1616
process-only: issues
1717
config-path: .github/config/issue-lock-unlock.yml

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sparse-checkout: |
1818
.github/config/labeler.yml
1919
sparse-checkout-cone-mode: false
20-
- uses: actions/labeler@v4
20+
- uses: actions/labeler@v5
2121
with:
2222
configuration-path: .github/config/labeler.yml
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.101.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.101.1...v2.101.2) (2024-06-08)
2+
3+
4+
### Bug Fixes
5+
6+
* type in settings.js ([#10378](https://github.com/EddieHubCommunity/BioDrop/issues/10378)) ([f296ab2](https://github.com/EddieHubCommunity/BioDrop/commit/f296ab2d47555fe967b57ec7173e54f9b2eef039))
7+
8+
9+
110
## [2.101.1](https://github.com/EddieHubCommunity/BioDrop/compare/v2.101.0...v2.101.1) (2024-05-13)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
## [2.100.2](https://github.com/EddieHubCommunity/BioDrop/compare/v2.100.1...v2.100.2) (2024-03-25)
38-
39-
40-
### Bug Fixes
41-
42-
* revert husky to regular dependency ([#10310](https://github.com/EddieHubCommunity/BioDrop/issues/10310)) ([cccd62f](https://github.com/EddieHubCommunity/BioDrop/commit/cccd62f39b721b529aa9f626b07859cd53461fc4))
43-
44-
45-

config/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.101.1",
2+
"version": "2.101.2",
33
"alerts": [
44
{
55
"type": "warning",

0 commit comments

Comments
 (0)