Merge pull request #30130 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -204,49 +204,88 @@
|
||||
"changesets": [
|
||||
"bitter-pants-watch",
|
||||
"brave-facts-pay",
|
||||
"chatty-clowns-dream",
|
||||
"cold-meals-like",
|
||||
"create-app-1748956288",
|
||||
"create-app-1749565617",
|
||||
"cuddly-camels-lose",
|
||||
"curvy-peaches-relate",
|
||||
"curvy-words-create",
|
||||
"deep-moments-love",
|
||||
"dull-buttons-press",
|
||||
"dull-cars-shout",
|
||||
"eight-pigs-post",
|
||||
"eight-planets-see",
|
||||
"eighty-showers-hide",
|
||||
"eleven-foxes-mix",
|
||||
"evil-cooks-watch",
|
||||
"fair-doors-bathe",
|
||||
"famous-streets-stay",
|
||||
"few-streets-accept",
|
||||
"fix-cli-config-docs-feedback",
|
||||
"forty-seas-worry",
|
||||
"fresh-brooms-follow",
|
||||
"fresh-otters-say",
|
||||
"good-paths-act",
|
||||
"green-schools-live",
|
||||
"grumpy-dryers-act",
|
||||
"honest-moles-bet",
|
||||
"itchy-mirrors-juggle",
|
||||
"khaki-horses-chew",
|
||||
"khaki-swans-invite",
|
||||
"kind-houses-feel",
|
||||
"large-baboons-prove",
|
||||
"late-buttons-strive",
|
||||
"lazy-rice-dream",
|
||||
"long-suits-obey",
|
||||
"loose-ants-learn",
|
||||
"major-heads-scream",
|
||||
"mean-tigers-rush",
|
||||
"mighty-windows-boil",
|
||||
"mira-flygande-spoons",
|
||||
"new-beers-sell",
|
||||
"olive-buses-serve",
|
||||
"open-bottles-attack",
|
||||
"open-eyes-learn",
|
||||
"orange-masks-decide",
|
||||
"petite-candies-tan",
|
||||
"puny-pillows-wave",
|
||||
"purple-times-deny",
|
||||
"rare-rules-move",
|
||||
"red-vans-march",
|
||||
"ripe-squids-sink",
|
||||
"rotten-dragons-guess",
|
||||
"salty-worlds-float",
|
||||
"scaffolder-breakages-1",
|
||||
"scaffolder-breakages-2",
|
||||
"scaffolder-breakages-3",
|
||||
"scaffolder-breakages-4",
|
||||
"scaffolder-breakages-5",
|
||||
"scaffolder-breakages-6",
|
||||
"scaffolder-deprecations-1",
|
||||
"seven-beans-appear",
|
||||
"shiny-bags-bet",
|
||||
"six-mangos-yell",
|
||||
"slimy-cups-shake",
|
||||
"slow-impalas-wear",
|
||||
"small-dots-march",
|
||||
"smooth-eels-think",
|
||||
"some-llamas-go",
|
||||
"spicy-rivers-notice",
|
||||
"spotty-cases-show",
|
||||
"strong-trams-joke",
|
||||
"stupid-flies-speak",
|
||||
"stupid-goats-teach",
|
||||
"stupid-pens-serve",
|
||||
"sweet-ducks-wait",
|
||||
"sweet-squids-dig",
|
||||
"swift-brooms-bet",
|
||||
"tender-trees-open",
|
||||
"tender-wolves-lie",
|
||||
"three-boats-sort",
|
||||
"tough-heads-knock",
|
||||
"true-tools-play",
|
||||
"warm-hornets-unite",
|
||||
"warm-taxes-show",
|
||||
"wet-bars-report",
|
||||
"wet-bars-reporting",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.40.0-next.1",
|
||||
"version": "1.40.0-next.2",
|
||||
"backstage": {
|
||||
"cli": {
|
||||
"new": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.6.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
|
||||
## 1.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3-next.0",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# app-next-example-plugin
|
||||
|
||||
## 0.0.24-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
|
||||
## 0.0.24-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-next-example-plugin",
|
||||
"version": "0.0.24-next.0",
|
||||
"version": "0.0.24-next.1",
|
||||
"description": "Backstage internal example plugin",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,51 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.24-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/cli@0.33.0-next.1
|
||||
- @backstage/canon@0.5.0-next.2
|
||||
- @backstage/plugin-notifications@0.5.6-next.2
|
||||
- @backstage/plugin-scaffolder@1.32.0-next.2
|
||||
- @backstage/plugin-catalog@1.31.0-next.2
|
||||
- @backstage/plugin-techdocs@1.13.0-next.2
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/plugin-catalog-import@0.13.1-next.2
|
||||
- @backstage/plugin-home@0.8.9-next.2
|
||||
- @backstage/plugin-search-react@1.9.1-next.1
|
||||
- @backstage/app-defaults@1.6.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/plugin-api-docs@0.12.8-next.2
|
||||
- @backstage/plugin-app@0.1.10-next.1
|
||||
- @backstage/plugin-app-visualizer@0.1.20-next.1
|
||||
- @backstage/plugin-auth-react@0.1.16-next.0
|
||||
- @backstage/plugin-catalog-graph@0.4.20-next.2
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.18-next.2
|
||||
- @backstage/plugin-kubernetes@0.12.8-next.2
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.26-next.2
|
||||
- @backstage/plugin-org@0.6.40-next.2
|
||||
- @backstage/plugin-scaffolder-react@1.16.1-next.2
|
||||
- @backstage/plugin-search@1.4.27-next.2
|
||||
- @backstage/plugin-signals@0.0.20-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.25-next.2
|
||||
- @backstage/plugin-techdocs-react@1.3.0-next.1
|
||||
- @backstage/plugin-user-settings@0.8.23-next.2
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/frontend-app-api@0.11.3-next.1
|
||||
- @backstage/frontend-defaults@0.2.3-next.1
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
- @backstage/plugin-search-common@1.2.18
|
||||
|
||||
## 0.0.24-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.24-next.1",
|
||||
"version": "0.0.24-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,47 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.110-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/cli@0.33.0-next.1
|
||||
- @backstage/canon@0.5.0-next.2
|
||||
- @backstage/plugin-notifications@0.5.6-next.2
|
||||
- @backstage/plugin-scaffolder@1.32.0-next.2
|
||||
- @backstage/plugin-catalog@1.31.0-next.2
|
||||
- @backstage/plugin-techdocs@1.13.0-next.2
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/plugin-catalog-import@0.13.1-next.2
|
||||
- @backstage/plugin-home@0.8.9-next.2
|
||||
- @backstage/plugin-search-react@1.9.1-next.1
|
||||
- @backstage/app-defaults@1.6.3-next.0
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/plugin-api-docs@0.12.8-next.2
|
||||
- @backstage/plugin-auth-react@0.1.16-next.0
|
||||
- @backstage/plugin-catalog-graph@0.4.20-next.2
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.18-next.2
|
||||
- @backstage/plugin-devtools@0.1.28-next.2
|
||||
- @backstage/plugin-kubernetes@0.12.8-next.2
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.26-next.2
|
||||
- @backstage/plugin-org@0.6.40-next.2
|
||||
- @backstage/plugin-scaffolder-react@1.16.1-next.2
|
||||
- @backstage/plugin-search@1.4.27-next.2
|
||||
- @backstage/plugin-signals@0.0.20-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.25-next.2
|
||||
- @backstage/plugin-techdocs-react@1.3.0-next.1
|
||||
- @backstage/plugin-user-settings@0.8.23-next.2
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/frontend-app-api@0.11.3-next.1
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
- @backstage/plugin-search-common@1.2.18
|
||||
|
||||
## 0.2.110-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.110-next.1",
|
||||
"version": "0.2.110-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 1.2.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bb9a501: Fixed a bug where occasionally the initialization order of multiple modules consuming a single extension point could happen in the wrong order.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.2.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"version": "1.2.4-next.1",
|
||||
"version": "1.2.4-next.2",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.11.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3ccb7fc: Enhanced error handling in the auditor service factory to pass errors as objects. Aligned WinstonRootAuditorService with the default service factory's error handling.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@1.2.4-next.2
|
||||
- @backstage/backend-dev-utils@0.1.5
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/cli-node@0.2.13
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/integration-aws-node@0.1.16
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.4-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
- @backstage/plugin-permission-node@0.10.1-next.1
|
||||
|
||||
## 0.10.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"version": "0.10.1-next.1",
|
||||
"version": "0.11.0-next.2",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,30 @@
|
||||
# @backstage/backend-dynamic-feature-service
|
||||
|
||||
## 0.7.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/plugin-catalog-backend@2.0.1-next.2
|
||||
- @backstage/plugin-scaffolder-node@0.9.0-next.2
|
||||
- @backstage/backend-openapi-utils@0.5.4-next.1
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.13
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-app-node@0.1.34-next.1
|
||||
- @backstage/plugin-auth-node@0.6.4-next.1
|
||||
- @backstage/plugin-events-backend@0.5.3-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-node@0.10.1-next.1
|
||||
- @backstage/plugin-search-backend-node@1.3.12-next.1
|
||||
- @backstage/plugin-search-common@1.2.18
|
||||
|
||||
## 0.7.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-dynamic-feature-service",
|
||||
"version": "0.7.1-next.1",
|
||||
"version": "0.7.1-next.2",
|
||||
"description": "Backstage dynamic feature service",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 1.6.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 12c1fd4: Make the `user` credentials mock behave more like production
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/backend-app-api@1.2.4-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.4-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 1.6.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.6.0-next.1",
|
||||
"version": "1.6.0-next.2",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,44 @@
|
||||
# example-backend
|
||||
|
||||
## 0.0.39-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.8.0-next.2
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/plugin-scaffolder-backend@2.0.0-next.2
|
||||
- @backstage/plugin-notifications-backend@0.5.7-next.2
|
||||
- @backstage/plugin-catalog-backend@2.0.1-next.2
|
||||
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.11-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-app-backend@0.5.3-next.1
|
||||
- @backstage/plugin-auth-backend@0.25.1-next.1
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.3.4-next.1
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.2.9-next.1
|
||||
- @backstage/plugin-auth-node@0.6.4-next.1
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.3-next.1
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.11-next.1
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.9-next.1
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.1-next.1
|
||||
- @backstage/plugin-devtools-backend@0.5.6-next.2
|
||||
- @backstage/plugin-events-backend@0.5.3-next.1
|
||||
- @backstage/plugin-events-backend-module-google-pubsub@0.1.1-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.19.7-next.1
|
||||
- @backstage/plugin-permission-backend@0.7.1-next.1
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.9-next.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-node@0.10.1-next.1
|
||||
- @backstage/plugin-proxy-backend@0.6.3-next.1
|
||||
- @backstage/plugin-search-backend@2.0.3-next.2
|
||||
- @backstage/plugin-search-backend-module-catalog@0.3.5-next.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.3.3-next.1
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.4.3-next.1
|
||||
- @backstage/plugin-search-backend-node@1.3.12-next.1
|
||||
- @backstage/plugin-signals-backend@0.3.5-next.1
|
||||
- @backstage/plugin-techdocs-backend@2.0.3-next.2
|
||||
|
||||
## 0.0.39-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.0.39-next.1",
|
||||
"version": "0.0.39-next.2",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/canon
|
||||
|
||||
## 0.5.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 44df879: Add min-width: 0; by default on every Flex components in Canon to help support truncated texts inside flex elements.
|
||||
- ee6ffe6: Fix styling for the title4 prop on the Heading component in Canon.
|
||||
- f2f814a: Added a render prop to the Button component in Canon to use it as a link.
|
||||
|
||||
## 0.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/canon",
|
||||
"version": "0.5.0-next.1",
|
||||
"version": "0.5.0-next.2",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.33.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- eef0e83: Internal update to promote the modular CLI entrypoint to stable.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d07fe35: Added user feedback when opening config docs in browser. The command now clearly indicates what it's doing and provides fallback instructions if the browser fails to open.
|
||||
- d6d63c7: Updating the scaffolder action boilerplate to use new `zod` schema
|
||||
- e36e855: Added `backstage.pluginId` field in `package.json` to all default plugin package templates for the `new` command.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.13
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/eslint-plugin@0.1.10
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/release-manifests@0.0.13
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.32.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.32.2-next.0",
|
||||
"version": "0.33.0-next.1",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.4.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.4.3-next.1",
|
||||
"version": "0.4.3-next.2",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.17.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6232160: table actions header support i18n
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.17.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"version": "0.17.2",
|
||||
"version": "0.17.3-next.0",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.7.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Bumped create-app version.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## 0.7.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"version": "0.7.0-next.1",
|
||||
"version": "0.7.0-next.2",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.1.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/app-defaults@1.6.3-next.0
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/theme@0.6.6
|
||||
|
||||
## 1.1.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"version": "1.1.11-next.1",
|
||||
"version": "1.1.11-next.2",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# e2e-test
|
||||
|
||||
## 0.2.29-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.7.0-next.2
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.29-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "e2e-test",
|
||||
"version": "0.2.29-next.1",
|
||||
"version": "0.2.29-next.2",
|
||||
"description": "E2E test for verifying Backstage packages",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.11.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-defaults@0.2.3-next.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.11.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.11.3-next.0",
|
||||
"version": "0.11.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/frontend-defaults
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/plugin-app@0.1.10-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-app-api@0.11.3-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-defaults",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/frontend-dynamic-feature-loader
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/config@1.3.2
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-dynamic-feature-loader",
|
||||
"version": "0.1.2-next.0",
|
||||
"version": "0.1.2-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @internal/frontend
|
||||
|
||||
## 0.0.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.0.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/frontend",
|
||||
"version": "0.0.10-next.0",
|
||||
"version": "0.0.10-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"inline": true
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.10.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.10.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.10.3-next.0",
|
||||
"version": "0.10.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/frontend-test-utils
|
||||
|
||||
## 0.3.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/plugin-app@0.1.10-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/frontend-app-api@0.11.3-next.1
|
||||
- @backstage/test-utils@1.7.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-test-utils",
|
||||
"version": "0.3.3-next.0",
|
||||
"version": "0.3.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.14.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4bff5d0: Fixed a bug where linting would fail with the generated clients when defining top-level `enum` schema values.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.13
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.14.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"version": "0.14.0-next.1",
|
||||
"version": "0.14.0-next.2",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @internal/scaffolder
|
||||
|
||||
## 0.0.10-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.16.1-next.2
|
||||
|
||||
## 0.0.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/scaffolder",
|
||||
"version": "0.0.10-next.1",
|
||||
"version": "0.0.10-next.2",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"inline": true
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.109-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/cli@0.33.0-next.1
|
||||
- @backstage/plugin-catalog@1.31.0-next.2
|
||||
- @backstage/plugin-techdocs@1.13.0-next.2
|
||||
- @backstage/app-defaults@1.6.3-next.0
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/plugin-techdocs-react@1.3.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.17.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/test-utils@1.7.8
|
||||
- @backstage/theme@0.6.6
|
||||
|
||||
## 0.2.109-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.109-next.1",
|
||||
"version": "0.2.109-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.9.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-techdocs-node@1.13.4-next.1
|
||||
|
||||
## 1.9.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"version": "1.9.4-next.1",
|
||||
"version": "1.9.4-next.2",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.12.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/plugin-catalog@1.31.0-next.2
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
|
||||
## 0.12.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.12.8-next.1",
|
||||
"version": "0.12.8-next.2",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-app-visualizer
|
||||
|
||||
## 0.1.20-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
|
||||
## 0.1.20-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-visualizer",
|
||||
"version": "0.1.20-next.0",
|
||||
"version": "0.1.20-next.1",
|
||||
"description": "Visualizes the Backstage app structure",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.1.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
|
||||
## 0.1.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.1.10-next.0",
|
||||
"version": "0.1.10-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-react
|
||||
|
||||
## 0.1.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-react",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16-next.0",
|
||||
"description": "Web library for the auth plugin",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.4.12-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/integration-aws-node@0.1.16
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-kubernetes-common@0.9.5
|
||||
|
||||
## 0.4.12-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"version": "0.4.12-next.1",
|
||||
"version": "0.4.12-next.2",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.5.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8a150bf: **BREAKING**: `BitbucketCloudEntityProvider` now accepts a `CatalogService` instead of a `CatalogApi`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.3.0
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.4.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"version": "0.4.9-next.1",
|
||||
"version": "0.5.0-next.2",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-github-org
|
||||
|
||||
## 0.3.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-backend-module-github@0.9.1-next.2
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.3.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github-org",
|
||||
"version": "0.3.11-next.1",
|
||||
"version": "0.3.11-next.2",
|
||||
"description": "The github-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.9.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@2.0.1-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.9.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"version": "0.9.1-next.1",
|
||||
"version": "0.9.1-next.2",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab-org
|
||||
|
||||
## 0.2.10-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend-module-gitlab@0.7.0-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.2.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab-org",
|
||||
"version": "0.2.10-next.1",
|
||||
"version": "0.2.10-next.2",
|
||||
"description": "The gitlab-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.7.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 42bb3b8: **BREAKING CHANGE**: User and Group discovery will default to ingesting all users in sub groups that belong to the specified root group in config. Disable by setting `restrictUsersToGroup: true` in app-config under your module settings.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.6.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"version": "0.6.7-next.1",
|
||||
"version": "0.7.0-next.2",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
||||
|
||||
## 0.7.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/plugin-catalog-backend@2.0.1-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
|
||||
## 0.7.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
||||
"version": "0.7.1-next.1",
|
||||
"version": "0.7.1-next.2",
|
||||
"description": "An entity provider for streaming large asset sources into the catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-logs
|
||||
|
||||
## 0.1.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@2.0.1-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
|
||||
## 0.1.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-logs",
|
||||
"version": "0.1.11-next.1",
|
||||
"version": "0.1.11-next.2",
|
||||
"description": "A module that subscribes to catalog related events and logs them.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 2.0.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2cac8b0: You can now specify an optional value when applying the `HAS_LABEL` permission rule, similar to the `HAS_ANNOTATION` permission rule.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-openapi-utils@0.5.4-next.1
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-catalog-node@1.17.1-next.1
|
||||
- @backstage/plugin-events-node@0.4.12-next.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-node@0.10.1-next.1
|
||||
|
||||
## 2.0.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"version": "2.0.1-next.1",
|
||||
"version": "2.0.1-next.2",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-graph
|
||||
|
||||
## 0.4.20-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.4.20-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-graph",
|
||||
"version": "0.4.20-next.1",
|
||||
"version": "0.4.20-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "catalog-graph",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-catalog-import
|
||||
|
||||
## 0.13.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5d7c539: Catalog import plugin full support i18n
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.13.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-import",
|
||||
"version": "0.13.1-next.1",
|
||||
"version": "0.13.1-next.2",
|
||||
"description": "A Backstage plugin the helps you import entities into your catalog",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,73 @@
|
||||
# @backstage/plugin-catalog-react
|
||||
|
||||
## 1.19.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 406acb6: Introduces a new `EntityIconLinkBlueprint` that customizes the `About` card icon links on the `Catalog` entity page.
|
||||
|
||||
The blueprint currently accepts a `useProps` hook as `param` and this function returns the following props that will be passed to the icon link component:
|
||||
|
||||
| Name | Description | Type | Default Value |
|
||||
| ---------- | --------------------------------------------------- | ------------- | ------------- |
|
||||
| `icon` | The icon to display. | `JSX.Element` | N/A |
|
||||
| `label` | The label for the element. | `string` | N/A |
|
||||
| `title` | The title for the element. | `string` | N/A |
|
||||
| `disabled` | Whether the element is disabled. | `boolean` | `false` |
|
||||
| `href` | The URL to navigate to when the element is clicked. | `string` | N/A |
|
||||
| `onClick` | A function to call when the element is clicked. | `() => void` | N/A |
|
||||
|
||||
Here is an usage example:
|
||||
|
||||
```tsx
|
||||
import { EntityIconLinkBlueprint } from '@backstage/plugin-catalog-react/alpha';
|
||||
//...
|
||||
|
||||
EntityIconLinkBlueprint.make({
|
||||
name: 'my-icon-link',
|
||||
params: {
|
||||
useProps() {
|
||||
const { t } = useTranslationRef(myIconLinkTranslationRef);
|
||||
return {
|
||||
label: t('myIconLink.label'),
|
||||
icon: <MyIconLinkIcon />,
|
||||
href: '/my-plugin',
|
||||
};
|
||||
},
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
Additionally, the `app-config.yaml` file allows you to override some of the default icon link parameters, including `label` and `title` values. Here's how to set them:
|
||||
|
||||
```yaml
|
||||
app:
|
||||
extensions:
|
||||
- entity-icon-link:my-plugin/my-icon-link:
|
||||
config:
|
||||
label: 'My Custom Icon Link label'
|
||||
```
|
||||
|
||||
Finally, you can disable all links if you want to hide the About card header completely (useful, for example, when links are displayed on separate cards). The header is hidden when no icon links extensions are enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-test-utils@0.3.3-next.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
|
||||
## 1.18.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-react",
|
||||
"version": "1.18.1-next.1",
|
||||
"version": "1.19.0-next.2",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-unprocessed-entities
|
||||
|
||||
## 0.2.18-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.18-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
||||
"version": "0.2.18-next.1",
|
||||
"version": "0.2.18-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "catalog-unprocessed-entities",
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
# @backstage/plugin-catalog
|
||||
|
||||
## 1.31.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 406acb6: Add support to customize the about card icon links via `EntityIconLinkBlueprint` and provide a default catalog view catalog source, launch scaffolder template and read techdocs docs icon links extensions.
|
||||
|
||||
**BREAKING ALPHA**
|
||||
|
||||
The `Scaffolder` launch template and `TechDocs` read documentation icons have been extracted from the default `Catalog` about card links and are now provided respectively by the `Scaffolder` and `TechDocs` plugins in the new frontend system. It means that they will not be available unless you install the `TechDocs` and `Scaffolder` plugins. Also If you are using translation for these icon link titles other than the default, you should now translate them using the scaffolder translation reference or the TechDocs translation reference (the translation keys are still the same, `aboutCard.viewTechdocs` and `aboutCard.launchTemplate`).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.19.0-next.2
|
||||
- @backstage/plugin-search-react@1.9.1-next.1
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/plugin-techdocs-react@1.3.0-next.1
|
||||
- @backstage/catalog-client@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
- @backstage/plugin-scaffolder-common@1.5.11
|
||||
- @backstage/plugin-search-common@1.2.18
|
||||
- @backstage/plugin-techdocs-common@0.1.1-next.0
|
||||
|
||||
## 1.31.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog",
|
||||
"version": "1.31.0-next.1",
|
||||
"version": "1.31.0-next.2",
|
||||
"description": "The Backstage plugin for browsing the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-config-schema
|
||||
|
||||
## 0.1.69-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.1.68
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-config-schema",
|
||||
"version": "0.1.68",
|
||||
"version": "0.1.69-next.0",
|
||||
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-devtools-backend
|
||||
|
||||
## 0.5.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.11.0-next.2
|
||||
- @backstage/backend-plugin-api@1.4.0-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-devtools-common@0.1.16
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-node@0.10.1-next.1
|
||||
|
||||
## 0.5.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools-backend",
|
||||
"version": "0.5.6-next.1",
|
||||
"version": "0.5.6-next.2",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "devtools",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-devtools
|
||||
|
||||
## 0.1.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/frontend-plugin-api@0.10.3-next.1
|
||||
- @backstage/core-compat-api@0.4.3-next.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-devtools-common@0.1.16
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
|
||||
## 0.1.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools",
|
||||
"version": "0.1.28-next.1",
|
||||
"version": "0.1.28-next.2",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "devtools",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @internal/plugin-todo-list
|
||||
|
||||
## 1.0.40-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
|
||||
## 1.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/plugin-todo-list",
|
||||
"version": "1.0.39",
|
||||
"version": "1.0.40-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "todo-list",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user