From d8fec19542aaa2e2d1e0583c856124f2e0027633 Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+unredundant@users.noreply.github.com> Date: Sun, 17 Jul 2022 09:38:22 -0600 Subject: [PATCH] changeset instead of change log? Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com> --- .changeset/honest-ants-type.md | 5 +++++ plugins/apollo-explorer/CHANGELOG.md | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) create mode 100644 .changeset/honest-ants-type.md delete mode 100644 plugins/apollo-explorer/CHANGELOG.md diff --git a/.changeset/honest-ants-type.md b/.changeset/honest-ants-type.md new file mode 100644 index 0000000000..bfc0c0d434 --- /dev/null +++ b/.changeset/honest-ants-type.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-apollo-explorer': minor +--- + +Apollo Explorer plugin now available! Installation instructions can be found in the plugin README diff --git a/plugins/apollo-explorer/CHANGELOG.md b/plugins/apollo-explorer/CHANGELOG.md deleted file mode 100644 index 60cf503638..0000000000 --- a/plugins/apollo-explorer/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] - -## [0.1.0] - 2022-07-17 -### Added - -- Simple wrapper around the embedded Apollo Explorer to allow for use directly in Backstage