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": {