From 93589c339c279cdc4906dee123b096a586963a9f Mon Sep 17 00:00:00 2001 From: MGREMY Date: Tue, 15 Jul 2025 17:09:09 +0200 Subject: [PATCH 1/2] ci: rebase main after release (#129) --- .github/workflows/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65e18728..b5868633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,23 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} + pnpm exec nx release ${{ github.event.inputs.version || '' }} --skip-publish --verbose --dryRun=${{ github.event.inputs.dryRun }} env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Sync main with release 📤 + if: ${{ github.event.inputs.dryRun == 'false' }} + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + + git fetch origin + git checkout main + git pull origin main + git merge origin/release --no-ff -m "chore: merge release into main" + git push origin main + - name: Build code 🛠 run: pnpm lib:build From 1f38755d9922a74c59eae6875c0243ef01e6c120 Mon Sep 17 00:00:00 2001 From: MGREMY Date: Mon, 21 Jul 2025 01:57:09 +0200 Subject: [PATCH 2/2] fix(tab): fix tab overflow always displayed (#131) --- libs/flowbite-angular/tab/src/tab-list/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/flowbite-angular/tab/src/tab-list/theme.ts b/libs/flowbite-angular/tab/src/tab-list/theme.ts index b909862f..63f53f49 100644 --- a/libs/flowbite-angular/tab/src/tab-list/theme.ts +++ b/libs/flowbite-angular/tab/src/tab-list/theme.ts @@ -14,7 +14,7 @@ export interface FlowbiteTabListHostTheme { export const flowbiteTabListTheme: FlowbiteTabListTheme = createTheme({ host: { - base: 'flex overflow-x-scroll overflow-y-clip border-b text-center', + base: 'flex overflow-x-auto overflow-y-clip border-b text-center', transition: '', color: { default: {