Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-10 08:00:04 +00:00
parent 0bd6184a62
commit c02ce52da1
276 changed files with 4436 additions and 1148 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-adr-backend
## 0.1.0-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/plugin-search-common@0.3.4-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
- @backstage/plugin-adr-common@0.1.0-next.1
- @backstage/catalog-client@1.0.2-next.0
## 0.1.0-next.0
### Minor Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-adr-backend",
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,14 +29,14 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.1",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-adr-common": "^0.1.0-next.0",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-adr-common": "^0.1.0-next.1",
"@backstage/plugin-search-common": "^0.3.4-next.0",
"luxon": "^2.0.2",
"marked": "^4.0.14",
"winston": "^3.2.1",
@@ -44,7 +44,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/marked": "^4.0.0",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-adr-common
## 0.1.0-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-common@0.3.4-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.0-next.0
### Minor Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-adr-common",
"description": "Common functionalities for the adr plugin",
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-search-common": "^0.3.3"
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-search-common": "^0.3.4-next.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1"
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-airbrake-backend
## 0.2.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
## 0.2.5-next.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake-backend",
"version": "0.2.5-next.0",
"version": "0.2.5-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/config": "^1.0.1-next.0",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -33,7 +33,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-airbrake
## 0.3.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/dev-utils@1.0.2-next.2
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/test-utils@1.1.0-next.2
## 0.3.5-next.1
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake",
"version": "0.3.5-next.1",
"version": "0.3.5-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,12 +23,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -41,9 +41,9 @@
},
"devDependencies": {
"@backstage/app-defaults": "^1.0.2-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-allure
## 0.1.21-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.21-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
"version": "0.1.21-next.1",
"version": "0.1.21-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,10 +25,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-analytics-module-ga
## 0.1.16-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.16-next.0
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-analytics-module-ga",
"version": "0.1.16-next.0",
"version": "0.1.16-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,9 +24,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -38,10 +38,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+6 -6
View File
@@ -23,8 +23,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -36,10 +36,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-api-docs
## 0.8.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog@1.2.0-next.2
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.8.5-next.1
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.8.5-next.1",
"version": "0.8.5-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.38",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog": "^1.2.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog": "^1.2.0-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -56,10 +56,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-app-backend
## 0.3.32-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/config-loader@1.1.1-next.1
## 0.3.32-next.0
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"version": "0.3.32-next.0",
"version": "0.3.32-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/config-loader": "^1.1.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/config-loader": "^1.1.1-next.1",
"@backstage/config": "^1.0.1-next.0",
"@backstage/types": "^1.0.0",
"@types/express": "^4.17.6",
"globby": "^11.0.0",
@@ -50,8 +50,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/types": "^1.0.0",
"@types/supertest": "^2.0.8",
"mock-fs": "^5.1.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend
## 0.13.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/plugin-auth-node@0.2.1-next.1
- @backstage/catalog-client@1.0.2-next.0
## 0.13.1-next.1
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.13.1-next.1",
"version": "0.13.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/plugin-auth-node": "^0.2.1-next.0",
"@backstage/backend-common": "^0.13.3-next.1",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/plugin-auth-node": "^0.2.1-next.1",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/types": "^1.0.0",
"@google-cloud/firestore": "^5.0.2",
@@ -76,8 +76,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-node
## 0.2.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
## 0.2.1-next.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.2.1-next.0",
"version": "0.2.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,15 +23,15 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"jose": "^4.6.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"lodash": "^4.17.21",
"msw": "^0.35.0",
"uuid": "^8.0.0"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-azure-devops-backend
## 0.3.11-next.1
### Patch Changes
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/plugin-azure-devops-common@0.2.3-next.0
## 0.3.11-next.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.11-next.0",
"version": "0.3.11-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/config": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/config": "^1.0.1-next.0",
"@backstage/plugin-azure-devops-common": "^0.2.3-next.0",
"@types/express": "^4.17.6",
"azure-devops-node-api": "^11.0.1",
"express": "^4.17.1",
@@ -35,7 +35,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-azure-devops-common
## 0.2.3-next.0
### Patch Changes
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
## 0.2.2
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-common",
"version": "0.2.2",
"version": "0.2.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
"clean": "backstage-cli package clean"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0"
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-azure-devops
## 0.1.21-next.2
### Patch Changes
- ac14fcaf38: Added entity view for Azure Git Tags, based on existing Pull Requests view
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-azure-devops-common@0.2.3-next.0
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.21-next.1
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops",
"version": "0.1.21-next.1",
"version": "0.1.21-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/plugin-azure-devops-common": "^0.2.3-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-badges-backend
## 0.1.26-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/catalog-client@1.0.2-next.0
## 0.1.26-next.0
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges-backend",
"description": "A Backstage backend plugin that generates README badges for your entities",
"version": "0.1.26-next.0",
"version": "0.1.26-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@types/express": "^4.17.6",
"badge-maker": "^3.3.0",
@@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-badges
## 0.2.29-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.2.29-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
"version": "0.2.29-next.1",
"version": "0.2.29-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,11 +30,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-bazaar-backend
## 0.1.16-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/backend-test-utils@0.1.24-next.1
## 0.1.16-next.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar-backend",
"version": "0.1.16-next.0",
"version": "0.1.16-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/config": "^1.0.1-next.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -34,7 +34,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0"
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-bazaar
## 0.1.20-next.2
### Patch Changes
- 84c9e35a2f: Exported the SortView component from the Bazaar plugin for use directly
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog@1.2.0-next.2
- @backstage/cli@0.17.1-next.2
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/catalog-client@1.0.2-next.0
## 0.1.20-next.1
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
"version": "0.1.20-next.1",
"version": "0.1.20-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,13 +24,13 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog": "^1.2.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog": "^1.2.0-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,8 +47,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/dev-utils": "^1.0.2-next.2",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-bitrise
## 0.1.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.32-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
"version": "0.1.32-next.1",
"version": "0.1.32-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,10 +24,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.1.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.5-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"version": "0.1.5-next.0",
"version": "0.1.5-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,13 +33,13 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"aws-sdk": "^2.840.0",
"lodash": "^4.17.21",
@@ -48,7 +48,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151",
"aws-sdk-mock": "^5.2.1",
"yaml": "^1.9.2"
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-azure
## 0.1.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.3-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-bitbucket
## 0.1.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.3-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-gerrit
## 0.1.0-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.0-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
"version": "0.1.0-next.1",
"version": "0.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,13 +28,13 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.1",
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.1",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"fs-extra": "10.1.0",
"msw": "^0.35.0",
"node-fetch": "^2.6.7",
@@ -42,8 +42,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/fs-extra": "^9.0.1"
},
"files": [
@@ -1,5 +1,38 @@
# @backstage/plugin-catalog-backend-module-github
## 0.1.3-next.1
### Patch Changes
- a7de43f648: `GitHubOrgEntityProvider.fromConfig` now supports a `schedule` option like other
entity providers, that makes it more convenient to leverage using the common
task scheduler.
If you want to use this in your own project, it is used something like the following:
```ts
// In packages/backend/src/plugins/catalog.ts
builder.addEntityProvider(
GitHubOrgEntityProvider.fromConfig(env.config, {
id: 'production',
orgUrl: 'https://github.com/backstage',
schedule: env.scheduler.createScheduledTaskRunner({
frequency: { cron: '*/30 * * * *' },
timeout: { minutes: 10 },
}),
logger: env.logger,
}),
);
```
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.3-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,13 +33,13 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"@octokit/graphql": "^4.5.8",
"lodash": "^4.17.21",
@@ -49,8 +49,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-gitlab
## 0.1.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
## 0.1.3-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-ldap
## 0.4.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
## 0.4.3-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-ldap",
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
"version": "0.4.3-next.0",
"version": "0.4.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@backstage/types": "^1.0.0",
"@types/ldapjs": "^2.2.0",
"ldapjs": "^2.2.0",
@@ -46,7 +46,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-msgraph
## 0.3.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.2-next.2
- @backstage/backend-tasks@0.3.1-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
## 0.3.2-next.0
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph",
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
"version": "0.3.2-next.0",
"version": "0.3.2-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@azure/msal-node": "^1.1.0",
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/backend-tasks": "^0.3.1-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.2",
"@microsoft/microsoft-graph-types": "^2.6.0",
"@types/node-fetch": "^2.5.12",
"lodash": "^4.17.21",
@@ -48,9 +48,9 @@
"qs": "^6.9.4"
},
"devDependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@types/lodash": "^4.14.151",
"msw": "^0.35.0"
},
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-catalog-backend
## 1.1.2-next.2
### Patch Changes
- 16a40ac4c0: Fix wrong return type of the `isGroupEntity` function.
- 2909746147: Updated parseEntityTransformParams to handle keys with '.' in them. This will allow for querying of entities based off annotations such as 'backstage.io/orgin-location' or other entity field keys that have '.' in them.
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/plugin-scaffolder-common@1.1.0-next.0
- @backstage/config@1.0.1-next.0
- @backstage/plugin-search-common@0.3.4-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
- @backstage/plugin-permission-common@0.6.1-next.0
- @backstage/plugin-permission-node@0.6.1-next.1
- @backstage/catalog-client@1.0.2-next.0
- @backstage/plugin-catalog-common@1.0.2-next.0
## 1.1.2-next.1
### Patch Changes
+15 -15
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"version": "1.1.2-next.1",
"version": "1.1.2-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,17 +34,17 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.1",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-permission-node": "^0.6.1-next.0",
"@backstage/plugin-scaffolder-common": "^1.0.1",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
"@backstage/plugin-permission-common": "^0.6.1-next.0",
"@backstage/plugin-permission-node": "^0.6.1-next.1",
"@backstage/plugin-scaffolder-common": "^1.1.0-next.0",
"@backstage/plugin-search-common": "^0.3.4-next.0",
"@backstage/types": "^1.0.0",
"@types/express": "^4.17.6",
"codeowners-utils": "^1.0.2",
@@ -68,10 +68,10 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.24-next.0",
"@backstage/cli": "^0.17.1-next.1",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-search-backend-node": "0.6.1-next.0",
"@backstage/backend-test-utils": "^0.1.24-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/plugin-permission-common": "^0.6.1-next.0",
"@backstage/plugin-search-backend-node": "0.6.1-next.1",
"@types/core-js": "^2.5.4",
"@types/git-url-parse": "^9.0.0",
"@types/lodash": "^4.14.151",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-common
## 1.0.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.6.1-next.0
- @backstage/search-common@0.3.4-next.0
## 1.0.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-common",
"description": "Common functionalities for the catalog plugin",
"version": "1.0.1",
"version": "1.0.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/search-common": "^0.3.3"
"@backstage/plugin-permission-common": "^0.6.1-next.0",
"@backstage/search-common": "^0.3.4-next.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0"
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-graph
## 0.2.17-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/catalog-client@1.0.2-next.0
## 0.2.17-next.1
### Patch Changes
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.2.17-next.1",
"version": "0.2.17-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,11 +24,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,11 +45,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/plugin-catalog": "^1.2.0-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/plugin-catalog": "^1.2.0-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-graphql
## 0.3.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
## 0.3.8
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-graphql",
"description": "An experimental Backstage catalog GraphQL module",
"version": "0.3.8",
"version": "0.3.9-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,8 +34,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/types": "^1.0.0",
"apollo-server": "^3.0.0",
"graphql": "^16.0.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/graphql-modules-preset": "^2.3.2",
"@graphql-codegen/typescript": "^2.4.2",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-import
## 0.8.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/integration@1.2.0-next.1
- @backstage/integration-react@1.1.0-next.2
- @backstage/catalog-client@1.0.2-next.0
## 0.8.8-next.1
### Patch Changes
+13 -13
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-import",
"description": "A Backstage plugin the helps you import entities into your catalog",
"version": "0.8.8-next.1",
"version": "0.8.8-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,15 +34,15 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/integration-react": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/integration-react": "^1.1.0-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -60,10 +60,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-react
## 1.1.0-next.2
### Patch Changes
- 57f41fb8d6: Make Menu item on filters accessible through keyboard
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/integration@1.2.0-next.1
- @backstage/plugin-permission-common@0.6.1-next.0
- @backstage/plugin-permission-react@0.4.1-next.1
- @backstage/catalog-client@1.0.2-next.0
- @backstage/plugin-catalog-common@1.0.2-next.0
## 1.1.0-next.1
### Patch Changes
+14 -14
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,15 +34,15 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-permission-react": "^0.4.1-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
"@backstage/plugin-permission-common": "^0.6.1-next.0",
"@backstage/plugin-permission-react": "^0.4.1-next.1",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@backstage/version-bridge": "^1.0.1",
@@ -63,11 +63,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-scaffolder-common": "^1.0.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
"@backstage/plugin-scaffolder-common": "^1.1.0-next.0",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-catalog
## 1.2.0-next.2
### Patch Changes
- 2bcb0a0e2b: Sidebar NAV now includes aria-label. Component AboutField now uses h2 variant instead of subtitle2 (font properties unchanged)
- 3a74e203a8: Updated search result components to support rendering content with highlighted matched terms
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-search-react@0.2.0-next.2
- @backstage/plugin-search-common@0.3.4-next.0
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/integration-react@1.1.0-next.2
- @backstage/catalog-client@1.0.2-next.0
- @backstage/plugin-catalog-common@1.0.2-next.0
## 1.2.0-next.1
### Patch Changes
+15 -15
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
"version": "1.2.0-next.1",
"version": "1.2.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,16 +34,16 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration-react": "^1.1.0-next.1",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/plugin-search-react": "^0.2.0-next.1",
"@backstage/integration-react": "^1.1.0-next.2",
"@backstage/plugin-catalog-common": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-search-common": "^0.3.4-next.0",
"@backstage/plugin-search-react": "^0.2.0-next.2",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@material-ui/core": "^4.12.2",
@@ -61,11 +61,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/plugin-permission-react": "^0.4.1-next.0",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/plugin-permission-react": "^0.4.1-next.1",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,14 @@
# @backstage/plugin-cicd-statistics-module-gitlab
## 0.1.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/plugin-cicd-statistics@0.1.7-next.2
## 0.1.1-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
"description": "CI/CD Statistics plugin module; Gitlab CICD",
"version": "0.1.1-next.1",
"version": "0.1.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,16 +29,16 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/plugin-cicd-statistics": "^0.1.7-next.1",
"@backstage/plugin-cicd-statistics": "^0.1.7-next.2",
"@gitbeaker/browser": "^35.6.0",
"@gitbeaker/core": "^35.6.0",
"luxon": "^2.0.2",
"p-limit": "^4.0.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.1"
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/catalog-model": "^1.0.2-next.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1"
"@backstage/cli": "^0.17.1-next.2"
},
"files": [
"dist"
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-cicd-statistics
## 0.1.7-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.7-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics",
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
"version": "0.1.7-next.1",
"version": "0.1.7-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,9 +37,9 @@
"@types/luxon": "^2.0.5"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@date-io/luxon": "^1.3.13",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.2",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-circleci
## 0.3.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.3.5-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
"version": "0.3.5-next.1",
"version": "0.3.5-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,10 +35,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,10 +55,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-cloudbuild
## 0.3.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.3.5-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cloudbuild",
"description": "A Backstage plugin that integrates towards Google Cloud Build",
"version": "0.3.5-next.1",
"version": "0.3.5-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-code-climate
## 0.1.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.5-next.1
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-code-climate",
"version": "0.1.5-next.1",
"version": "0.1.5-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,10 +23,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,9 +40,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,16 @@
# @backstage/plugin-code-coverage-backend
## 0.1.30-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/integration@1.2.0-next.1
- @backstage/catalog-client@1.0.2-next.0
## 0.1.30-next.0
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage-backend",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
"version": "0.1.30-next.0",
"version": "0.1.30-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,12 +23,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/integration": "^1.2.0-next.1",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-code-coverage
## 0.1.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.32-next.1
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage",
"description": "A Backstage plugin that helps you keep track of your code coverage",
"version": "0.1.32-next.1",
"version": "0.1.32-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,12 +24,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+14
View File
@@ -0,0 +1,14 @@
# @backstage/plugin-codescene
## 0.1.0-next.0
### Minor Changes
- 9bc6e9493f: Add CodeScene plugin
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/core-plugin-api@1.0.2-next.1
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-codescene",
"version": "0.0.0",
"version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.9.10",
@@ -38,10 +38,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.0",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.1.8",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-config-schema
## 0.1.28-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.1.28-next.0
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-config-schema",
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
"version": "0.1.28-next.0",
"version": "0.1.28-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,9 +24,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -41,10 +41,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-cost-insights
## 0.11.27-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/config@1.0.1-next.0
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.11.27-next.0
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cost-insights",
"description": "A Backstage plugin that helps you keep track of your cloud spend",
"version": "0.11.27-next.0",
"version": "0.11.27-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -60,10 +60,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -0,0 +1,10 @@
# @internal/plugin-todo-list-backend
## 1.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.3-next.2
- @backstage/config@1.0.1-next.0
- @backstage/plugin-auth-node@0.2.1-next.1
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-todo-list-backend",
"version": "1.0.0",
"version": "1.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,10 +20,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.3-next.0",
"@backstage/config": "^1.0.0",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-auth-node": "^0.2.1-next.0",
"@backstage/plugin-auth-node": "^0.2.1-next.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.5",
"express": "^4.17.1",
@@ -33,7 +33,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",
"msw": "^0.35.0",
@@ -0,0 +1,8 @@
# @internal/plugin-todo-list-common
## 1.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.6.1-next.0
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-todo-list-common",
"version": "1.0.0",
"version": "1.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,13 +23,13 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.6.0"
"@backstage/plugin-permission-common": "^0.6.1-next.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@types/node": "^16.11.26",
"msw": "^0.35.0",
"cross-fetch": "^3.1.5"
+6 -6
View File
@@ -21,8 +21,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -33,10 +33,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-explore
## 0.3.36-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.3.36-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
"version": "0.3.36-next.1",
"version": "0.3.36-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-explore-react": "^0.0.17-next.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+6 -6
View File
@@ -25,8 +25,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -39,10 +39,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-fossa
## 0.2.37-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
## 0.2.37-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-fossa",
"description": "A Backstage plugin that integrates towards FOSSA",
"version": "0.2.37-next.1",
"version": "0.2.37-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,11 +35,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+6 -6
View File
@@ -34,8 +34,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+6 -6
View File
@@ -24,8 +24,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.0",
"@backstage/core-plugin-api": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.1",
"@backstage/core-app-api": "^1.0.2-next.0",
"@backstage/dev-utils": "^1.0.2-next.1",
"@backstage/test-utils": "^1.1.0-next.1",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-app-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/test-utils": "^1.1.0-next.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-github-actions
## 0.5.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.4-next.1
- @backstage/plugin-catalog-react@1.1.0-next.2
- @backstage/catalog-model@1.0.2-next.0
- @backstage/core-plugin-api@1.0.2-next.1
- @backstage/integration@1.2.0-next.1
## 0.5.5-next.1
### Patch Changes

Some files were not shown because too many files have changed in this diff Show More