Version Packages (#4536)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-07-04 14:19:11 +02:00 committed by GitHub
parent 0b3d48686a
commit aa1b097dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 57 additions and 14 deletions

View File

@ -1,9 +0,0 @@
---
'@backstage-community/plugin-explore': minor
'@backstage-community/plugin-explore-backend': minor
'@backstage-community/plugin-explore-common': minor
'@backstage-community/plugin-explore-node': minor
'@backstage-community/plugin-explore-react': minor
---
Backstage version bump to v1.40.2

View File

@ -1,5 +1,17 @@
# @backstage-community/plugin-explore-backend
## 0.7.0
### Minor Changes
- 2294eff: Backstage version bump to v1.40.2
### Patch Changes
- Updated dependencies [2294eff]
- @backstage-community/plugin-explore-common@0.5.0
- @backstage-community/plugin-explore-node@0.6.0
## 0.6.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-backend",
"version": "0.6.0",
"version": "0.7.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "explore",

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-explore-common
## 0.5.0
### Minor Changes
- 2294eff: Backstage version bump to v1.40.2
## 0.4.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-common",
"version": "0.4.0",
"version": "0.5.0",
"description": "Common functionalities for the explore plugin",
"backstage": {
"role": "common-library",

View File

@ -1,5 +1,16 @@
# @backstage-community/plugin-explore-node
## 0.6.0
### Minor Changes
- 2294eff: Backstage version bump to v1.40.2
### Patch Changes
- Updated dependencies [2294eff]
- @backstage-community/plugin-explore-common@0.5.0
## 0.5.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-explore-node",
"description": "Node.js library for the explore plugin",
"version": "0.5.0",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -1,5 +1,16 @@
# @backstage-community/plugin-explore-react
## 0.5.0
### Minor Changes
- 2294eff: Backstage version bump to v1.40.2
### Patch Changes
- Updated dependencies [2294eff]
- @backstage-community/plugin-explore-common@0.5.0
## 0.4.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-react",
"version": "0.4.0",
"version": "0.5.0",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"backstage": {
"role": "web-library",

View File

@ -1,5 +1,17 @@
# @backstage-community/plugin-explore
## 0.10.0
### Minor Changes
- 2294eff: Backstage version bump to v1.40.2
### Patch Changes
- Updated dependencies [2294eff]
- @backstage-community/plugin-explore-common@0.5.0
- @backstage-community/plugin-explore-react@0.5.0
## 0.9.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore",
"version": "0.9.1",
"version": "0.10.0",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
"backstage": {
"role": "frontend-plugin",