Skip to content

Commit 5108baa

Browse files
Merge remote-tracking branch 'origin/4.x' into 4.x
2 parents 4f47d4c + 0b6b8bf commit 5108baa

6 files changed

Lines changed: 117 additions & 107 deletions

File tree

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: phpstan
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
# Fetch entire history of repository to ensure release date can be
2323
# extracted from commit of the given tag.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 4.2.3 - 2025-11-20
6+
7+
### What's Changed
8+
9+
* build(deps): bump achyutn/filament-log-viewer from 1.5.2 to 1.5.3 in the actions-deps group by @dependabot[bot] in https://github.com/jeffersongoncalves/teamkitv4/pull/34
10+
* build(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in https://github.com/jeffersongoncalves/teamkitv4/pull/35
11+
* build(deps-dev): bump barryvdh/laravel-debugbar from 3.16.0 to 3.16.1 in the actions-deps group by @dependabot[bot] in https://github.com/jeffersongoncalves/teamkitv4/pull/36
12+
13+
**Full Changelog**: https://github.com/jeffersongoncalves/teamkitv4/compare/4.2.2...4.2.3
14+
515
## 4.2.2 - 2025-11-14
616

717
### What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"concurrently": "^9.2.1",
1414
"laravel-vite-plugin": "^2.0.1",
1515
"tailwindcss": "^4.1.17",
16-
"vite": "^7.2.2"
16+
"vite": "^7.2.4"
1717
}
1818
}

0 commit comments

Comments
 (0)