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__/{{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 }} 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"