Skip to content

logos: v0.0.10

Choose a tag to compare

@github-actions github-actions released this 28 Jul 11:05
Immutable release. Only release title and notes can be modified.
7f4692c

0.0.10 (2026-07-28)

Features

  • configure automated npm release workflow and make package public (8584605)
  • implement automated SVG-to-React component generation and add GitHub logo component (42f9610)
  • implement light logo variants, add release zip generation, and initialize project documentation and licensing (eb2c8ed)
  • implement SVG-to-PNG asset generation pipeline for multi-platform icons and wordmarks in build script (a6c353f)
  • initialize @kreozalabs/icons package with logo components and asset sprites (4050910)
  • replace text elements with vector paths in wordmark logos for consistent rendering (3c0edc7)
  • test automated release 0.0.10 (5a8ad24)
  • test automated release 0.0.8 (c3afc64)
  • test automated release 0.0.9 (bb93c20)
  • test automated release pipeline (150dc35)

Bug Fixes

  • ci: add --no-git-checks to dry run publish step (610f0d3)
  • ignore .dev directory in git repository (trigger release-please) (8cf862d)
  • release: add --access public to publish step (df54578)
  • release: remove registry-url and use npm publish for OIDC (fdac2bd)

Miscellaneous Chores