From f11cefd25541bd6afb4dbf0d311e068426a5b763 Mon Sep 17 00:00:00 2001 From: Tim Lehmann Date: Tue, 10 Jun 2025 13:58:10 +0200 Subject: [PATCH 1/2] chore(deps): melos action v3 --- .../{{project_name.snakeCase()}}/.github/workflows/main.yaml | 4 ++-- .../.github/workflows/tag-release.yaml | 2 +- .../.github/workflows/version.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/main.yaml b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/main.yaml index bbd22fe..79f717f 100644 --- a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/main.yaml +++ b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/main.yaml @@ -37,7 +37,7 @@ jobs: cache: true - name: Ⓜ️ Set up Melos - uses: bluefireteam/melos-action@vb3ccbb59dd75a6c926d54684abd8c5cda074457a + uses: bluefireteam/melos-action@v3 - name: 🧪 Run Analyze run: melos run analyze @@ -67,7 +67,7 @@ jobs: cache: true - name: Ⓜ️ Set up Melos - uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a + uses: bluefireteam/melos-action@v3 - name: 🔨 Generate run: melos run generate diff --git a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/tag-release.yaml b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/tag-release.yaml index 4416d4a..6b548ef 100644 --- a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/tag-release.yaml +++ b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/tag-release.yaml @@ -20,6 +20,6 @@ jobs: uses: subosito/flutter-action@v2 - name: Ⓜ️ Set up Melos - uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a + uses: bluefireteam/melos-action@v3 with: tag: true diff --git a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/version.yaml b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/version.yaml index cb9fbf6..fe8e6fd 100644 --- a/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/version.yaml +++ b/wnma_workspace/__brick__/{{project_name.snakeCase()}}/.github/workflows/version.yaml @@ -31,7 +31,7 @@ jobs: uses: subosito/flutter-action@v2 - name: Ⓜ️ Set up Melos - uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a + uses: bluefireteam/melos-action@v3 with: run-versioning: ${{ inputs.prerelease == false }} run-versioning-prerelease: ${{ inputs.prerelease == true }} From aa8c25c9007416f63fd26452ea8998c6926b9084 Mon Sep 17 00:00:00 2001 From: Tim Lehmann Date: Tue, 10 Jun 2025 13:59:54 +0200 Subject: [PATCH 2/2] chore(release): release bricks --- wnma_workspace/CHANGELOG.md | 3 +++ wnma_workspace/brick.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wnma_workspace/CHANGELOG.md b/wnma_workspace/CHANGELOG.md index e35e34a..7e77c7e 100644 --- a/wnma_workspace/CHANGELOG.md +++ b/wnma_workspace/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.1 +- chore: pin melos action to v3 + ## 0.2.0 - feat: update dependencies - feat: support graduating prereleases diff --git a/wnma_workspace/brick.yaml b/wnma_workspace/brick.yaml index bd2e7d5..26bf360 100644 --- a/wnma_workspace/brick.yaml +++ b/wnma_workspace/brick.yaml @@ -1,7 +1,7 @@ name: wnma_workspace description: Why not make a Flutter Monorepo Workspace? Powered by whynotmake.it repository: https://github.com/whynotmake-it/bricks -version: 0.2.0 +version: 0.2.1 environment: mason: ">=0.1.0 <0.2.0"