Skip to content

Commit a037d71

Browse files
authored
Merge pull request #10 from lara-zeus/stable-4
filament 4 stable
2 parents 8eb510b + 03bd185 commit a037d71

File tree

5 files changed

+948
-684
lines changed

5 files changed

+948
-684
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
with:
15-
ref: 1.x
15+
ref: 2.x
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v5
2525
with:
26-
branch: 1.x
26+
branch: 2.x
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
}
7575
},
7676
"prefer-stable": true,
77-
"minimum-stability": "beta"
77+
"minimum-stability": "stable"
7878
}

0 commit comments

Comments
 (0)