deck icon indicating copy to clipboard operation
deck copied to clipboard

Publish packages to NPM

Open spinnakerbot2 opened this issue 1 year ago • 0 comments

This PR bumps the version(s) of all Deck package(s) that have unpublished changes.

pluginsdk-peerdeps 0.22.0 (2025-04-21)

Features

  • peerdep-sync: Synchronize peerdependencies (2eaff0a)

This PR bumps each package to the next semver version (patch/minor/major) based on the commit messages of unpublished changes using Conventional Commits.

  • fix: patch release
  • feat: minor release
  • BREAKING CHANGE: major release

It also updates dependency versions in other packages in the monorepo which depend on the bumped package(s).

After this PR is merged, Github Actions will publish any bumped packages to the NPM registry.

Auto-generated by .github/workflows/package-bump-pr.yml

spinnakerbot2 avatar Jun 26 '24 11:06 spinnakerbot2