Version Packages

This commit is contained in:
github-actions[bot]
2024-10-15 10:25:03 +00:00
parent 56f656343d
commit a9c095d0be
496 changed files with 5648 additions and 1902 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-events-node
## 0.4.1
### Patch Changes
- 094eaa3: Remove references to in-repo backend-common
- 2f88f88: Updated backend installation instructions.
- a90ce4a: The default implementation of the `EventsService` now uses the new event bus for distributing events across multiple backend instances if the events backend plugin is installed.
- Updated dependencies
- @backstage/backend-plugin-api@1.0.1
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.4.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-node",
"version": "0.4.1-next.1",
"version": "0.4.1",
"description": "The plugin-events-node module for @backstage/plugin-events-backend",
"backstage": {
"role": "node-library",