Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-07 09:43:56 +00:00
parent 49cfeaaec8
commit 8a9f0ce86b
417 changed files with 4565 additions and 208 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-circleci
## 0.3.26-next.2
### Patch Changes
- [#20842](https://github.com/backstage/backstage/pull/20842) [`fdb5e23602`](https://github.com/backstage/backstage/commit/fdb5e2360299c5faa30f4d4236fc548b94d37446) Thanks [@benjdlambert](https://github.com/benjdlambert)! - Import `MissingAnnotationEmptyState` from `@backstage/plugin-catalog-react` to remove the cyclical dependency
- Updated dependencies
- @backstage/core-components@0.13.8-next.2
- @backstage/plugin-catalog-react@1.9.0-next.2
## 0.3.26-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
"version": "0.3.26-next.1",
"version": "0.3.26-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",