Version Packages (#4840)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4815dfd531
commit
6e6b88413f
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-tech-insights-common': patch
|
||||
---
|
||||
|
||||
Fix runBulkCheck logic to run when no entities are found
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-tech-insights': patch
|
||||
---
|
||||
|
||||
Updated default non-dense behavior to include a description instead of reverting to tooltip
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-tech-insights-maturity': patch
|
||||
---
|
||||
|
||||
Updated dependency `@mui/icons-material` to `5.18.0`.
|
||||
Updated dependency `@mui/material` to `5.18.0`.
|
||||
Updated dependency `@mui/styles` to `5.18.0`.
|
||||
Updated dependency `@mui/lab` to `5.0.0-alpha.177`.
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# @backstage-community/plugin-tech-insights-backend-module-jsonfc
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
- @backstage-community/plugin-tech-insights-node@2.5.1
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-backend-module-jsonfc",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @backstage-community/plugin-tech-insights-backend
|
||||
|
||||
## 2.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
- @backstage-community/plugin-tech-insights-node@2.5.1
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-backend",
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.1",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-tech-insights-common
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ba5bf7b: Fix runBulkCheck logic to run when no entities are found
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-common",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @backstage-community/plugin-tech-insights-maturity-common
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-maturity-common",
|
||||
"description": "Common functionalities for the tech-insights-maturity plugin",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @backstage-community/plugin-tech-insights-maturity
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 34aa972: Updated dependency `@mui/icons-material` to `5.18.0`.
|
||||
Updated dependency `@mui/material` to `5.18.0`.
|
||||
Updated dependency `@mui/styles` to `5.18.0`.
|
||||
Updated dependency `@mui/lab` to `5.0.0-alpha.177`.
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
- @backstage-community/plugin-tech-insights-maturity-common@0.3.1
|
||||
- @backstage-community/plugin-tech-insights-react@1.2.1
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-maturity",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @backstage-community/plugin-tech-insights-node
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
|
||||
## 2.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-node",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @backstage-community/plugin-tech-insights-react
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-react",
|
||||
"description": "Web library for the tech-insights plugin",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @backstage-community/plugin-tech-insights
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 43064bf: Updated default non-dense behavior to include a description instead of reverting to tooltip
|
||||
- Updated dependencies [ba5bf7b]
|
||||
- @backstage-community/plugin-tech-insights-common@0.7.1
|
||||
- @backstage-community/plugin-tech-insights-react@1.2.1
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
Loading…
Reference in New Issue