Version Packages (#4536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b3d48686a
commit
aa1b097dd0
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-explore-backend",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "explore",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue