Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-09-24 09:04:06 +00:00
parent b878e14f70
commit 96864c8386
322 changed files with 4898 additions and 172 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-events-node
## 0.4.1-next.0
### 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-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.4.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-node",
"version": "0.4.0",
"version": "0.4.1-next.0",
"description": "The plugin-events-node module for @backstage/plugin-events-backend",
"backstage": {
"role": "node-library",