diff --git a/.github/workflows/PublishNpm.yml b/.github/workflows/PublishNpm.yml index 9ef39c29..4dccf181 100644 --- a/.github/workflows/PublishNpm.yml +++ b/.github/workflows/PublishNpm.yml @@ -35,7 +35,7 @@ jobs: publish: name: "Publish NPM packages" runs-on: ubuntu-latest - needs: discovery + needs: discover if: ${{ needs.discover.outputs.releases != '[]' }} strategy: fail-fast: false diff --git a/packages/pluggable-widgets-tools/CHANGELOG.md b/packages/pluggable-widgets-tools/CHANGELOG.md index c1ab6de4..4cc866a8 100644 --- a/packages/pluggable-widgets-tools/CHANGELOG.md +++ b/packages/pluggable-widgets-tools/CHANGELOG.md @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [11.3.0] - 2025-11-11 - ### Changed - We added @d11/react-native-fast-image as an external native dependency in rollup config.