Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/PublishNpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
version=${tag##*-v}
jq -nc --arg p $package --arg v $version '{ package: $p, version: $v }'
done
) | jq --slurp '.'
) | jq -c --slurp '.'
)" >> "$GITHUB_OUTPUT"

publish:
name: "Publish NPM packages"
runs-on: ubuntu-latest

needs: discovery
if: ${{ needs.discover.outputs.releases != '[]' }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 0 additions & 2 deletions packages/pluggable-widgets-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading