Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-09 09:49:35 +00:00
parent 23b9dde55b
commit 4f3076700a
246 changed files with 2844 additions and 125 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-backend
## 1.3.1-next.2
### Patch Changes
- 021cfbb5152: Added an OpenAPI 3.0 spec and enforced schema-first model on the router.
- Updated dependencies
- @backstage/config@1.0.7
## 1.3.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend",
"description": "The Backstage backend plugin that provides your backstage app with search",
"version": "1.3.1-next.1",
"version": "1.3.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",