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