Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-02-07 15:03:45 +00:00
parent ab2eebb78f
commit b2a73c984a
349 changed files with 4825 additions and 175 deletions
+16
View File
@@ -0,0 +1,16 @@
# @backstage/plugin-graphql-voyager
## 0.1.0-next.0
### Minor Changes
- d1fb4b7bf1: Add the new GraphQL Voyager tool as a plugin for backstage, expose necessary API and components needed for it.
For more information on how to use this plugin and configure it, please navigate to the [README](https://github.com/backstage/backstage/tree/master/plugins/graphql-voyager/README.md) of the plugin.
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.4-next.1
- @backstage/core-plugin-api@1.3.0
- @backstage/theme@0.2.16
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphql-voyager",
"description": "Backstage plugin for GraphQL Voyager",
"version": "0.0.0",
"version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",