Version Packages

This commit is contained in:
github-actions[bot]
2024-04-16 12:20:53 +00:00
parent 2f334fd83c
commit 0e48f5a289
649 changed files with 7811 additions and 1878 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-todo-backend
## 0.3.16
### Patch Changes
- 2bd291e: Allow reserved characters in requests.
- d5a1fe1: Replaced winston logger with `LoggerService`
- Updated dependencies
- @backstage/backend-common@0.21.7
- @backstage/backend-plugin-api@0.6.17
- @backstage/catalog-client@1.6.4
- @backstage/integration@1.10.0
- @backstage/plugin-catalog-node@1.11.1
- @backstage/backend-openapi-utils@0.1.10
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## 0.3.16-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-todo-backend",
"version": "0.3.16-next.1",
"version": "0.3.16",
"description": "A Backstage backend plugin that lets you browse TODO comments in your source code",
"backstage": {
"role": "backend-plugin"