From 3688404fa1a02e9b58633de3462e6a3063eadf12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:38:11 +0000 Subject: [PATCH] chore: release --- .changeset/initial-release.md | 13 ------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 .changeset/initial-release.md create mode 100644 CHANGELOG.md diff --git a/.changeset/initial-release.md b/.changeset/initial-release.md deleted file mode 100644 index e0b8cf7..0000000 --- a/.changeset/initial-release.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@mergify/icons': minor ---- - -Initial release with five Mergify product icons as raw SVG files: - -- `merge-queue.svg` -- `merge-protections.svg` -- `ci-insights.svg` -- `test-insights.svg` -- `stacks.svg` - -Sourced from the Mergify Design System Brandbook (Figma). diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8a106e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# @mergify/icons + +## 0.1.0 + +### Minor Changes + +- 45c1392: Initial release with five Mergify product icons as raw SVG files: + + - `merge-queue.svg` + - `merge-protections.svg` + - `ci-insights.svg` + - `test-insights.svg` + - `stacks.svg` + + Sourced from the Mergify Design System Brandbook (Figma). diff --git a/package.json b/package.json index a956f85..28b40af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mergify/icons", - "version": "0.0.0", + "version": "0.1.0", "description": "Mergify's product icons as raw SVG files. Ships in `currentColor` so consumers control the color via CSS. Shared across the dashboard, docs, and mergify.com.", "license": "Apache-2.0", "repository": {