Merge pull request #10506 from backstage/changeset-release/master

Version Packages (next)
This commit is contained in:
Ben Lambert
2022-04-05 10:11:20 +02:00
committed by GitHub
87 changed files with 470 additions and 180 deletions
+28
View File
@@ -150,14 +150,19 @@
"big-mayflies-sin",
"blue-beers-kiss",
"brave-chairs-stare",
"breezy-schools-compete",
"calm-walls-heal",
"clean-lions-taste",
"clever-donuts-teach",
"dependabot-05b19b9",
"dependabot-2b68456",
"dependabot-51da438",
"dependabot-6754062",
"dependabot-7272684",
"dependabot-84caed8",
"dependabot-c1fe92f",
"dependabot-c762551",
"dependabot-ebb092c",
"dry-fans-arrive",
"eleven-days-brush",
"eleven-frogs-promise",
@@ -165,16 +170,21 @@
"empty-pens-invent",
"fair-dingos-glow",
"fair-lamps-leave",
"famous-seas-flash",
"fast-cheetahs-grow",
"few-buttons-breathe",
"few-mayflies-divide",
"forty-poets-tie",
"four-birds-peel",
"fresh-bulldogs-own",
"fresh-cobras-admire",
"fresh-dodos-rush",
"grumpy-parents-prove",
"happy-foxes-arrive",
"happy-mugs-camp",
"hip-poems-breathe",
"itchy-candles-type",
"khaki-cougars-lick",
"khaki-pears-march",
"large-coins-arrive",
"light-drinks-rule",
@@ -185,13 +195,18 @@
"mighty-suns-drop",
"modern-actors-notice",
"modern-pumas-join",
"moody-apes-tickle",
"moody-ducks-return",
"moody-pigs-rush",
"new-lions-run",
"new-singers-lie",
"nine-grapes-turn",
"ninety-fishes-vanish",
"ninety-radios-protect",
"olive-geese-chew",
"perfect-phones-roll",
"poor-knives-boil",
"poor-pumpkins-fly",
"pretty-ghosts-scream",
"purple-boats-punch",
"purple-laws-give",
@@ -199,29 +214,42 @@
"red-snakes-float",
"rich-maps-hear",
"rotten-planes-watch",
"rude-toes-compare",
"seven-apricots-sell",
"sharp-terms-tap",
"shiny-seas-yell",
"short-knives-wave",
"silent-bobcats-matter",
"silly-llamas-relax",
"silver-drinks-study",
"silver-panthers-occur",
"silver-pots-call",
"smart-phones-exist",
"sour-cameras-deliver",
"sour-lobsters-sniff",
"stale-carrots-smile",
"strange-wasps-whisper",
"stupid-ways-think",
"swift-fans-shout",
"swift-trees-rest",
"tame-cars-press",
"tasty-beans-clap",
"tasty-emus-hunt",
"tasty-goats-shout",
"tasty-pears-shake",
"techdocs-coats-obey",
"techdocs-head-shoulders-knees-toes",
"techdocs-parents-suffer",
"thick-comics-fold",
"thin-deers-turn",
"thin-lizards-battle",
"tidy-days-warn",
"tidy-emus-stare",
"twelve-birds-wait",
"twelve-buses-nail",
"unlucky-schools-heal",
"unlucky-snakes-turn",
"warm-actors-attend",
"warm-mangos-compete",
"wicked-beds-return",
"wicked-feet-clap",
+1 -1
View File
@@ -47,7 +47,7 @@
"resolutions": {
"**/@graphql-codegen/cli/**/ws": "^7.4.6"
},
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@microsoft/api-documenter": "^7.15.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/backend-tasks
## 0.3.0-next.2
### Patch Changes
- a83babdd63: Fixed the `initialDelay` parameter of tasks to properly make task workers
_always_ wait before the first invocations on startup, not just the very first
time that the task is ever created. This behavior is more in line with
expectations. Callers to not need to update their code.
Also clarified in the doc comment for the field that this wait applies only on
an individual worker level. That is, if you have a cluster of workers then each
individual machine may postpone its first task invocation by the given amount of
time to leave room for the service to settle, but _other_ workers may still
continue to invoke the task on the regular cadence in the meantime.
## 0.3.0-next.1
### Minor Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.3.0-next.1",
"version": "0.3.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/cron": "^1.7.3",
"wait-for-expect": "^3.0.2"
},
+15
View File
@@ -1,5 +1,20 @@
# @backstage/catalog-model
## 1.0.1-next.1
### Patch Changes
- c12f8374d1: Added a connection between www-artist and artist-lookup components
<details>
<summary>Screenshots</summary>
![www-artist component](https://user-images.githubusercontent.com/74687/161088772-bc1df84e-28c1-4b08-b914-109cd6d04521.jpg)
![artist-lookup component](https://user-images.githubusercontent.com/74687/161088775-120c5610-f094-4cd1-bb2d-3ab9623a6c72.jpg)
</details>
## 1.0.1-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-model",
"description": "Types and validators that help describe the model of a Backstage Catalog",
"version": "1.0.1-next.0",
"version": "1.0.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/jest": "^26.0.7",
"@types/json-schema": "^7.0.5",
"@types/lodash": "^4.14.151",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli
## 0.17.0-next.2
### Patch Changes
- 6a341b2d87: build(deps): bump `@spotify/eslint-config-react` from 12.0.0 to 13.0.0
- 4782f9e925: Fixed misleading log message during frontend plugin creation.
## 0.17.0-next.1
### Minor Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.17.0-next.1",
"version": "0.17.0-next.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -125,7 +125,7 @@
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/core-components
## 0.9.3-next.1
### Patch Changes
- 25b8e8d5b5: Add BackstageTab to overridableComponents so can override styles in a theme
- a13604b8f7: Adding a name to the core-components Tab styles so can customise in the theme settings
- 72f3dfd05a: Updated ProxiedSignInPageProps docs
- 7741e47eae: `<Sidebar />` now accepts additional props `sidebarOptions` and `submenuOptions` to allow further customization
## 0.9.3-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.9.3-next.0",
"version": "0.9.3-next.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -79,7 +79,7 @@
},
"devDependencies": {
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.4.25-next.1
### Patch Changes
- e80cca164d: Tweaked `.eslintrc.js` files in the template to avoid having them apply during development. This change does not affect create apps.
## 0.4.25-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.25-next.0",
"version": "0.4.25-next.1",
"private": false,
"publishConfig": {
"access": "public"
+2 -2
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -41,7 +41,7 @@
},
"devDependencies": {
"@backstage/app-defaults": "^1.0.1-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
+2 -2
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -38,7 +38,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -23,7 +23,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,7 +36,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-api-docs
## 0.8.4-next.2
### Patch Changes
- ae321bd414: build(deps): bump `@asyncapi/react-component`
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/plugin-catalog@1.1.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.8.4-next.1
### Patch Changes
+6 -6
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.4-next.1",
"version": "0.8.4-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.34",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog": "^1.1.0-next.2",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -56,7 +56,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
@@ -1,5 +1,11 @@
# @backstage/plugin-azure-devops-backend
## 0.3.10-next.1
### Patch Changes
- 236245d9f8: Stop loading all teams when plugin is initialized
## 0.3.10-next.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.10-next.0",
"version": "0.3.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
+2 -2
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -46,7 +46,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -27,7 +27,7 @@
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5"
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-bitbucket
## 0.1.2-next.2
### Patch Changes
- 9fed130139: split BitbucketClient into BitbucketCloudClient, BitbucketServerClient
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.1.2-next.1
### 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.2-next.1",
"version": "0.1.2-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -47,7 +47,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend
## 1.1.0-next.2
### Minor Changes
- bf82edf4c9: Added `/validate-entity` endpoint
### Patch Changes
- 8592cacfd3: Fixed an issue where sometimes entities would have stale relations "stuck" and
not getting removed as expected, after the other end of the relation had stopped
referring to them.
- Updated dependencies
- @backstage/catalog-model@1.0.1-next.1
## 1.1.0-next.1
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage 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",
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -69,7 +69,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/plugin-permission-common": "^0.6.0-next.0",
"@backstage/plugin-search-backend-node": "0.5.3-next.0",
"@types/core-js": "^2.5.4",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-graph
## 0.2.16-next.2
### Patch Changes
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.2.16-next.1
### Patch Changes
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.2.16-next.1",
"version": "0.2.16-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,10 +25,10 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,8 +45,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/plugin-catalog": "^1.1.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/plugin-catalog": "^1.1.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,8 +36,8 @@
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-react
## 1.0.1-next.2
### Patch Changes
- 4be0d1e777: Changed catalog filter components to only pay attention to query parameters relevant to the component.
- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/catalog-model@1.0.1-next.1
## 1.0.1-next.1
### Patch Changes
+4 -4
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.0.1-next.1",
"version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,8 +35,8 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -63,7 +63,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog
## 1.1.0-next.2
### Patch Changes
- f6d2694092: Added tableOptions property to CatalogTable and DefaultCatalogPage to support customization of the Catalog Table. Related issue #10453
- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 1.1.0-next.1
### Minor Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage 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",
@@ -35,13 +35,13 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/plugin-permission-react": "^0.4.0-next.0",
+2 -2
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
+2 -2
View File
@@ -26,7 +26,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -46,7 +46,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
@@ -41,7 +41,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-explore-react": "^0.0.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -39,7 +39,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+4 -4
View File
@@ -34,20 +34,20 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"react-router-dom": "6.0.0-beta.0",
"@react-hookz/web": "^13.0.0"
"@react-hookz/web": "^13.0.0",
"react-router-dom": "6.0.0-beta.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/theme": "^0.2.15",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -35,7 +35,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -48,7 +48,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-gocd
## 0.1.10-next.1
### Patch Changes
- 2677db7c15: Add pagination controls to GoCD build table
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.1.10-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gocd",
"description": "A Backstage plugin that integrates towards GoCD",
"version": "0.1.10-next.0",
"version": "0.1.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-graphiql
## 0.2.36-next.1
### Patch Changes
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
## 0.2.36-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
"version": "0.2.36-next.0",
"version": "0.2.36-next.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -48,7 +48,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-home
## 0.4.20-next.2
### Patch Changes
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.4.20-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-home",
"description": "A Backstage plugin that helps you build a home page",
"version": "0.4.20-next.1",
"version": "0.4.20-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-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search": "^0.7.5-next.0",
"@backstage/plugin-stack-overflow": "^0.1.0-next.0",
"@backstage/theme": "^0.2.15",
@@ -54,7 +54,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -54,7 +54,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -39,7 +39,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-kubernetes-common": "^0.2.9-next.0",
@@ -57,7 +57,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -37,7 +37,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -34,7 +34,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@types/react": "^16.13.1 || ^17.0.0",
+2 -2
View File
@@ -35,7 +35,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+60
View File
@@ -1,5 +1,65 @@
# @backstage/plugin-org
## 0.5.4-next.2
### Patch Changes
- cb592bfce7: Provides the ability to hide the relations toggle on the `OwnershipCard` as well as setting a default relation type.
To hide the toggle simply include the `hideRelationsToggle` prop like this:
```tsx
<EntityOwnershipCard
variant="gridItem"
entityFilterKind={customEntityFilterKind}
hideRelationsToggle
/>
```
To set the default relation type, add the `relationsType` prop with a value of direct or aggregated, the default if not provided is direct. Here is an example:
```tsx
<EntityOwnershipCard
variant="gridItem"
entityFilterKind={customEntityFilterKind}
relationsType="aggregated"
/>
```
- d014fe2cb4: Introduced a new MyGroupsSidebarItem SidebarItem that links to one or more groups based on the logged in user's membership.
To use MyGroupsSidebarItem you'll need to add it to your `Root.tsx` like this:
```diff
// app/src/components/Root/Root.tsx
+ import { MyGroupsSidebarItem } from '@backstage/plugin-org';
+ import GroupIcon from '@material-ui/icons/People';
<SidebarPage>
<Sidebar>
//...
<SidebarGroup label="Menu" icon={<MenuIcon />}>
{/* Global nav, not org-specific */}
//...
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
+ <MyGroupsSidebarItem
+ singularTitle="My Squad"
+ pluralTitle="My Squads"
+ icon={GroupIcon}
+ />
//...
</SidebarGroup>
</ Sidebar>
</SidebarPage>
```
- 0bada4fc4d: Added the `metadata.description` to the bottom of each member on the MembersListCard
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.5.4-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-org",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"version": "0.5.4-next.1",
"version": "0.5.4-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -42,7 +42,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend
## 1.1.0-next.2
### Patch Changes
- 64d9a031a8: build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0
- 2f3d3a1eae: build(deps): bump `@gitbeaker/core` from 34.6.0 to 35.6.0
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 1.1.0-next.1
### Minor Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/types": "^1.0.0",
"@gitbeaker/core": "^35.6.0",
@@ -75,7 +75,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder
## 1.0.1-next.2
### Patch Changes
- 9975ff9852: Applied the fix from version 1.0.1 of this package, which is part of the v1.0.2 release of Backstage.
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 1.0.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
"version": "1.0.1-next.1",
"version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,15 +36,15 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/integration-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-permission-react": "^0.4.0-next.0",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/theme": "^0.2.15",
@@ -79,10 +79,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/plugin-catalog": "^1.1.0-next.1",
"@backstage/plugin-catalog": "^1.1.0-next.2",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
+2 -2
View File
@@ -35,7 +35,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -56,7 +56,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-sentry
## 0.3.42-next.1
### Patch Changes
- 68bb66102d: Exposed options for the material table
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.3.42-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sentry",
"description": "A Backstage plugin that integrates towards Sentry",
"version": "0.3.42-next.0",
"version": "0.3.42-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,10 +35,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -42,7 +42,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+10 -10
View File
@@ -23,30 +23,30 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/plugin-home": "^0.4.20-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-home": "^0.4.20-next.1",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"qs": "^6.9.4",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"react-use": "^17.2.4",
"@testing-library/jest-dom": "^5.10.1"
"qs": "^6.9.4",
"react-use": "^17.2.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/react": "^12.1.3",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-insights-backend
## 0.3.0-next.2
### Patch Changes
- 21de525ce9: Updated README.md with better install instructions
- Updated dependencies
- @backstage/backend-tasks@0.3.0-next.2
- @backstage/catalog-model@1.0.1-next.1
## 0.3.0-next.1
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
"version": "0.3.0-next.1",
"version": "0.3.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-tasks": "^0.3.0-next.1",
"@backstage/backend-tasks": "^0.3.0-next.2",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-tech-insights-common": "^0.2.4",
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"@types/semver": "^7.3.8",
"supertest": "^6.1.3",
+2 -2
View File
@@ -29,7 +29,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -34,7 +34,7 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-techdocs
## 1.0.1-next.2
### Patch Changes
- f0fb9153b7: Fix broken query selectors on techdocs
- 9975ff9852: Applied the fix from version 1.0.1 of this package, which is part of the v1.0.2 release of Backstage.
- Updated dependencies
- @backstage/core-components@0.9.3-next.1
- @backstage/plugin-catalog-react@1.0.1-next.2
- @backstage/catalog-model@1.0.1-next.1
## 1.0.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
"version": "1.0.1-next.1",
"version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,14 +35,14 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/integration-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search": "^0.7.5-next.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -64,7 +64,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+4 -4
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -45,7 +45,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
@@ -55,8 +55,8 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.1.5",
"react-router": "6.0.0-beta.0",
"msw": "^0.35.0"
"msw": "^0.35.0",
"react-router": "6.0.0-beta.0"
},
"files": [
"dist"
+2 -2
View File
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
+2 -2
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.0",
"@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",