Merge pull request #14409 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
+27
-2
@@ -176,23 +176,31 @@
|
||||
"@backstage/plugin-xcmetrics": "0.2.30",
|
||||
"@backstage/plugin-azure-sites": "0.0.0",
|
||||
"@backstage/plugin-azure-sites-backend": "0.0.0",
|
||||
"@backstage/plugin-azure-sites-common": "0.0.0"
|
||||
"@backstage/plugin-azure-sites-common": "0.0.0",
|
||||
"@backstage/plugin-org-react": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"analyze-next-software-creation",
|
||||
"analyze-software-creation",
|
||||
"analyze-software-exploration",
|
||||
"beige-gorillas-sip",
|
||||
"big-islands-add",
|
||||
"blue-items-shop",
|
||||
"brave-eels-allow",
|
||||
"bright-pillows-build",
|
||||
"brown-days-pretend",
|
||||
"calm-bottles-happen",
|
||||
"calm-clouds-smoke",
|
||||
"chatty-planets-flash",
|
||||
"clean-feet-remain",
|
||||
"clean-planets-rhyme",
|
||||
"cool-suns-add",
|
||||
"create-app-1667233110",
|
||||
"dirty-birds-burn",
|
||||
"dry-phones-type",
|
||||
"dull-oranges-tap",
|
||||
"eight-pears-attack",
|
||||
"eighty-planets-train",
|
||||
"eleven-pets-sneeze",
|
||||
"few-books-remember",
|
||||
"flat-items-perform",
|
||||
@@ -201,29 +209,39 @@
|
||||
"forty-jokes-lie",
|
||||
"fresh-cooks-sing",
|
||||
"fresh-weeks-share",
|
||||
"funny-singers-serve",
|
||||
"gorgeous-balloons-sit",
|
||||
"gorgeous-onions-thank",
|
||||
"gorgeous-queens-pull",
|
||||
"great-colts-invite",
|
||||
"great-planes-arrive",
|
||||
"grumpy-clouds-drum",
|
||||
"grumpy-pigs-reflect",
|
||||
"happy-avocados-tan",
|
||||
"heavy-elephants-nail",
|
||||
"hungry-kiwis-scream",
|
||||
"itchy-paws-protect",
|
||||
"kind-emus-juggle",
|
||||
"large-spies-doubt",
|
||||
"lazy-planes-repair",
|
||||
"little-bikes-eat",
|
||||
"little-plums-look",
|
||||
"lucky-cats-peel",
|
||||
"lucky-cobras-sell",
|
||||
"lucky-spoons-hide",
|
||||
"mean-files-fly",
|
||||
"metal-dogs-swim",
|
||||
"metal-hairs-mix",
|
||||
"moody-pots-end",
|
||||
"nasty-crabs-share",
|
||||
"orange-trees-peel",
|
||||
"pink-snails-hammer",
|
||||
"popular-ants-mix",
|
||||
"popular-bulldogs-lie",
|
||||
"popular-mails-wave",
|
||||
"real-swans-repair",
|
||||
"renovate-25512c2",
|
||||
"renovate-3d08223",
|
||||
"renovate-6fb5f1b",
|
||||
"selfish-kiwis-matter",
|
||||
"shaggy-birds-happen",
|
||||
@@ -231,22 +249,29 @@
|
||||
"sharp-goats-itch",
|
||||
"shiny-beers-relax",
|
||||
"short-balloons-work",
|
||||
"silent-moles-chew",
|
||||
"silly-meals-teach",
|
||||
"sixty-islands-develop",
|
||||
"sixty-pigs-shave",
|
||||
"sixty-singers-push",
|
||||
"spicy-parents-lick",
|
||||
"spotty-dryers-explain",
|
||||
"stale-dots-love",
|
||||
"stupid-pens-occur",
|
||||
"sweet-readers-compare",
|
||||
"tame-ads-appear",
|
||||
"tasty-colts-hug",
|
||||
"tasty-scissors-tickle",
|
||||
"ten-hats-tickle",
|
||||
"ten-pens-draw",
|
||||
"thirty-deers-float",
|
||||
"three-houses-agree",
|
||||
"three-poems-think",
|
||||
"two-oranges-joke",
|
||||
"two-timers-pump",
|
||||
"two-yaks-wave",
|
||||
"unlucky-buttons-poke",
|
||||
"wet-cameras-call"
|
||||
"wet-cameras-call",
|
||||
"witty-carrots-live"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -44,7 +44,7 @@
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"version": "1.8.0-next.1",
|
||||
"version": "1.8.0-next.2",
|
||||
"dependencies": {
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.0.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/core-app-api@1.2.0-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-permission-react@0.4.7-next.0
|
||||
|
||||
## 1.0.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.0.8-next.0",
|
||||
"version": "1.0.8-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,68 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.77-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder@1.8.0-next.1
|
||||
- @backstage/plugin-cost-insights@0.12.0-next.1
|
||||
- @backstage/plugin-techdocs@1.4.0-next.2
|
||||
- @backstage/plugin-explore@0.3.42-next.1
|
||||
- @backstage/plugin-github-actions@0.5.11-next.1
|
||||
- @backstage/cli@0.21.0-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.23-next.1
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/plugin-code-coverage@0.2.4-next.1
|
||||
- @backstage/plugin-org@0.6.0-next.1
|
||||
- @backstage/plugin-kubernetes@0.7.4-next.1
|
||||
- @backstage/app-defaults@1.0.8-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/core-app-api@1.2.0-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration-react@1.1.6-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-airbrake@0.3.11-next.1
|
||||
- @backstage/plugin-apache-airflow@0.2.4-next.1
|
||||
- @backstage/plugin-api-docs@0.8.11-next.1
|
||||
- @backstage/plugin-azure-devops@0.2.2-next.1
|
||||
- @backstage/plugin-azure-sites@0.1.0-next.1
|
||||
- @backstage/plugin-badges@0.2.35-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.8-next.0
|
||||
- @backstage/plugin-catalog-import@0.9.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
- @backstage/plugin-circleci@0.3.11-next.1
|
||||
- @backstage/plugin-cloudbuild@0.3.11-next.1
|
||||
- @backstage/plugin-dynatrace@1.0.1-next.1
|
||||
- @backstage/plugin-gcalendar@0.3.7-next.1
|
||||
- @backstage/plugin-gcp-projects@0.3.30-next.1
|
||||
- @backstage/plugin-gocd@0.1.17-next.1
|
||||
- @backstage/plugin-graphiql@0.2.43-next.1
|
||||
- @backstage/plugin-home@0.4.27-next.1
|
||||
- @backstage/plugin-jenkins@0.7.10-next.1
|
||||
- @backstage/plugin-kafka@0.3.11-next.1
|
||||
- @backstage/plugin-lighthouse@0.3.11-next.1
|
||||
- @backstage/plugin-newrelic@0.3.29-next.1
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.4-next.1
|
||||
- @backstage/plugin-pagerduty@0.5.4-next.1
|
||||
- @backstage/plugin-permission-react@0.4.7-next.0
|
||||
- @backstage/plugin-playlist@0.1.2-next.2
|
||||
- @backstage/plugin-rollbar@0.4.11-next.1
|
||||
- @backstage/plugin-search@1.0.4-next.1
|
||||
- @backstage/plugin-search-common@1.1.1-next.0
|
||||
- @backstage/plugin-search-react@1.2.1-next.1
|
||||
- @backstage/plugin-sentry@0.4.4-next.1
|
||||
- @backstage/plugin-shortcuts@0.3.3-next.1
|
||||
- @backstage/plugin-stack-overflow@0.1.7-next.1
|
||||
- @backstage/plugin-tech-insights@0.3.3-next.1
|
||||
- @backstage/plugin-tech-radar@0.5.18-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.0.6-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.6-next.1
|
||||
- @backstage/plugin-todo@0.2.13-next.1
|
||||
- @backstage/plugin-user-settings@0.5.1-next.1
|
||||
- @internal/plugin-catalog-customized@0.0.4-next.1
|
||||
|
||||
## 0.2.77-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.77-next.1",
|
||||
"version": "0.2.77-next.2",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-permission-node@0.7.1-next.1
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.16.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 88f99b8b13: Bumped `tar` dependency to `^6.1.12` in order to ensure Node.js v18 compatibility.
|
||||
- cfb30b700c: Pin `@kubernetes/client-node` version to `0.17.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.10
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/config-loader@1.1.6-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.16.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.16.0-next.0",
|
||||
"version": "0.16.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@0.2.3-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.1.3-next.0",
|
||||
"version": "0.1.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.8.0-next.2
|
||||
- @backstage/plugin-app-backend@0.3.38-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/backend-defaults@0.1.3-next.1
|
||||
|
||||
## 0.0.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.5-next.1",
|
||||
"version": "0.0.5-next.2",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/plugin-permission-common@0.7.1-next.0
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.3.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.3.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.3.7-next.0",
|
||||
"version": "0.3.7-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.30-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/cli@0.21.0-next.1
|
||||
- @backstage/backend-app-api@0.2.3-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
|
||||
## 0.1.30-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.30-next.0",
|
||||
"version": "0.1.30-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,48 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.77-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.17.1-next.1
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.8.0-next.2
|
||||
- @backstage/plugin-code-coverage-backend@0.2.4-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.8.0-next.1
|
||||
- @backstage/plugin-tech-insights-backend@0.5.4-next.1
|
||||
- example-app@0.2.77-next.2
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-app-backend@0.3.38-next.1
|
||||
- @backstage/plugin-auth-node@0.2.7-next.1
|
||||
- @backstage/plugin-azure-devops-backend@0.3.17-next.2
|
||||
- @backstage/plugin-azure-sites-backend@0.1.0-next.1
|
||||
- @backstage/plugin-badges-backend@0.1.32-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-graphql-backend@0.1.28-next.1
|
||||
- @backstage/plugin-jenkins-backend@0.1.28-next.1
|
||||
- @backstage/plugin-kafka-backend@0.2.31-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.13-next.1
|
||||
- @backstage/plugin-permission-node@0.7.1-next.1
|
||||
- @backstage/plugin-playlist-backend@0.2.1-next.2
|
||||
- @backstage/plugin-proxy-backend@0.2.32-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.35-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.6-next.2
|
||||
- @backstage/plugin-search-backend@1.1.1-next.1
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.0.4-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.4.2-next.1
|
||||
- @backstage/plugin-search-backend-node@1.0.4-next.1
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.22-next.1
|
||||
- @backstage/plugin-tech-insights-node@0.3.6-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.4.1-next.1
|
||||
- @backstage/plugin-todo-backend@0.1.35-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/plugin-permission-common@0.7.1-next.0
|
||||
- @backstage/plugin-search-common@1.1.1-next.0
|
||||
|
||||
## 0.2.77-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.77-next.1",
|
||||
"version": "0.2.77-next.2",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.21.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 384eaa2307: Switched `tsconfig.json` to target and support `ES2021`, in line with the bump to Node.js 16 & 18.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 88f99b8b13: Bumped `tar` dependency to `^6.1.12` in order to ensure Node.js v18 compatibility.
|
||||
- 969a8444ea: Updated dependency `esbuild` to `^0.15.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/release-manifests@0.0.7-next.0
|
||||
- @backstage/cli-common@0.1.10
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/config-loader@1.1.6-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.21.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.21.0-next.0",
|
||||
"version": "0.21.0-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/codemods
|
||||
|
||||
## 0.1.41-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 58502ec285: Updated dependency `jscodeshift` to `^0.14.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.10
|
||||
|
||||
## 0.1.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/codemods",
|
||||
"description": "A collection of codemods for Backstage projects",
|
||||
"version": "0.1.40",
|
||||
"version": "0.1.41-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.cjs.js"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.12.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b4fb5c8ecc: MissingAnnotationEmptyState now accepts either a string or an array of strings to support multiple missing annotations.
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/version-bridge@1.0.1
|
||||
|
||||
## 0.12.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.12.0-next.0",
|
||||
"version": "0.12.0-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,56 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.34-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 384eaa2307: Switched Node.js version to support version 16 & 18, rather than 14 & 16. To switch the Node.js version in your own project, apply the following change to the root `package.json`:
|
||||
|
||||
```diff
|
||||
"engines": {
|
||||
- "node": "14 || 16"
|
||||
+ "node": "16 || 18"
|
||||
},
|
||||
```
|
||||
|
||||
As well as the following change to `packages/app/package.json`:
|
||||
|
||||
```diff
|
||||
- "@types/node": "^14.14.32",
|
||||
+ "@types/node": "^16.11.26",
|
||||
```
|
||||
|
||||
- 864c876e57: Fixed incorrect comments in the templated `app-config.yaml` and `app-config.production.yaml`. The `backend.listen` directive is not in fact needed to override the `backend.baseUrl`, the backend listens to all interfaces by default. The configuration has also been updated to listen to all interfaces, rather than just IPv4 ones, as this is required for Node.js v18. The production configuration now also shows the option to specify `backend.listen` as a single string.
|
||||
|
||||
To apply this changes to an existing app, make the following change to `app-config.yaml`:
|
||||
|
||||
```diff
|
||||
- # Uncomment the following host directive to bind to all IPv4 interfaces and
|
||||
- # not just the baseUrl hostname.
|
||||
- # host: 0.0.0.0
|
||||
+ # Uncomment the following host directive to bind to specific interfaces
|
||||
+ # host: 127.0.0.1
|
||||
```
|
||||
|
||||
And the following change to `app-config.production.yaml`:
|
||||
|
||||
```diff
|
||||
- listen:
|
||||
- port: 7007
|
||||
- # The following host directive binds to all IPv4 interfaces when its value
|
||||
- # is "0.0.0.0". This is the most permissive setting. The right value depends
|
||||
- # on your specific deployment. If you remove the host line entirely, the
|
||||
- # backend will bind on the interface that corresponds to the backend.baseUrl
|
||||
- # hostname.
|
||||
- host: 0.0.0.0
|
||||
+ # The listener can also be expressed as a single <host>:<port> string. In this case we bind to
|
||||
+ # all interfaces, the most permissive setting. The right value depends on your specific deployment.
|
||||
+ listen: ':7007'
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.10
|
||||
|
||||
## 0.4.33-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.33-next.1",
|
||||
"version": "0.4.34-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/app-defaults@1.0.8-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-app-api@1.2.0-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration-react@1.1.6-next.1
|
||||
- @backstage/test-utils@1.2.2-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 1.0.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.8-next.0",
|
||||
"version": "1.0.8-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.1.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "1.1.6-next.0",
|
||||
"version": "1.1.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/release-manifests
|
||||
|
||||
## 0.0.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a4496131fa: Added a fallback that fetches manifests from `https://raw.githubusercontent.com` if `https://versions.backstage.io` is unavailable.
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/release-manifests",
|
||||
"description": "Helper library for receiving release manifests",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.76-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs@1.4.0-next.2
|
||||
- @backstage/cli@0.21.0-next.1
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/app-defaults@1.0.8-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/core-app-api@1.2.0-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration-react@1.1.6-next.1
|
||||
- @backstage/test-utils@1.2.2-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog@1.6.1-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.6-next.1
|
||||
|
||||
## 0.2.76-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.76-next.1",
|
||||
"version": "0.2.76-next.2",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/plugin-techdocs-node@1.4.2-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/cli-common@0.1.10
|
||||
- @backstage/config@1.0.4-next.0
|
||||
|
||||
## 1.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.2.3-next.0",
|
||||
"version": "1.2.3-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/plugin-adr-common@0.2.3-next.0
|
||||
- @backstage/plugin-search-common@1.1.1-next.0
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration-react@1.1.6-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-adr-common@0.2.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
- @backstage/plugin-search-common@1.1.1-next.0
|
||||
- @backstage/plugin-search-react@1.2.1-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
|
||||
## 0.2.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.11-next.0",
|
||||
"version": "0.2.11-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/dev-utils@1.0.8-next.1
|
||||
- @backstage/test-utils@1.2.2-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.3.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.11-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.27-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.1.27-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.27-next.0",
|
||||
"version": "0.1.27-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.1.22-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.22-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.1.22-next.0",
|
||||
"version": "0.1.22-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.2.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
|
||||
## 0.2.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"version": "0.2.4-next.0",
|
||||
"version": "0.2.4-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.8.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog@1.6.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.8.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"version": "0.8.11-next.0",
|
||||
"version": "0.8.11-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-apollo-explorer
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apollo-explorer",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.38-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/config-loader@1.1.6-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.3.38-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"version": "0.3.38-next.0",
|
||||
"version": "0.3.38-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.17.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0d6837ca4e: Fix wrong GitHub callback URL documentation
|
||||
- abaed9770e: Improve logging
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/plugin-auth-node@0.2.7-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.17.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.17.1-next.0",
|
||||
"version": "0.17.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.2.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
|
||||
## 0.2.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.7-next.0",
|
||||
"version": "0.2.7-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.3.17-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/plugin-azure-devops-common@0.3.0
|
||||
|
||||
## 0.3.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.3.17-next.1",
|
||||
"version": "0.3.17-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.2.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-azure-devops-common@0.3.0
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.2.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.2.2-next.0",
|
||||
"version": "0.2.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-azure-sites-backend
|
||||
|
||||
## 0.1.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/plugin-azure-sites-common@0.1.0-next.0
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-sites-backend",
|
||||
"version": "0.1.0-next.0",
|
||||
"version": "0.1.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-azure-sites
|
||||
|
||||
## 0.1.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-azure-sites-common@0.1.0-next.0
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-sites",
|
||||
"version": "0.1.0-next.0",
|
||||
"version": "0.1.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-badges-backend
|
||||
|
||||
## 0.1.32-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
|
||||
## 0.1.32-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges-backend",
|
||||
"description": "A Backstage backend plugin that generates README badges for your entities",
|
||||
"version": "0.1.32-next.0",
|
||||
"version": "0.1.32-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-badges
|
||||
|
||||
## 0.2.35-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.2.35-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges",
|
||||
"description": "A Backstage plugin that generates README badges for your entities",
|
||||
"version": "0.2.35-next.0",
|
||||
"version": "0.2.35-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-bazaar-backend
|
||||
|
||||
## 0.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-test-utils@0.1.30-next.1
|
||||
- @backstage/plugin-auth-node@0.2.7-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar-backend",
|
||||
"version": "0.2.1-next.0",
|
||||
"version": "0.2.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-bazaar
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.21.0-next.1
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/plugin-catalog@1.6.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar",
|
||||
"version": "0.2.0-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-bitrise
|
||||
|
||||
## 0.1.38-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.0-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog-react@1.2.1-next.1
|
||||
|
||||
## 0.1.38-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitrise",
|
||||
"description": "A Backstage plugin that integrates towards Bitrise",
|
||||
"version": "0.1.38-next.0",
|
||||
"version": "0.1.38-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.1.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"version": "0.1.11-next.0",
|
||||
"version": "0.1.11-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.1.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"version": "0.1.9-next.0",
|
||||
"version": "0.1.9-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.2.1-next.0
|
||||
|
||||
## 0.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"version": "0.1.5-next.0",
|
||||
"version": "0.1.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.1.3-next.0",
|
||||
"version": "0.1.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.2.1-next.0
|
||||
|
||||
## 0.2.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
|
||||
"version": "0.2.5-next.0",
|
||||
"version": "0.2.5-next.1",
|
||||
"deprecated": true,
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.1.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
|
||||
## 0.1.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.1.6-next.0",
|
||||
"version": "0.1.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-client@1.1.2-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"version": "0.2.0-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.16.0-next.1
|
||||
- @backstage/backend-plugin-api@0.1.4-next.1
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/plugin-catalog-node@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.1.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"version": "0.1.9-next.0",
|
||||
"version": "0.1.9-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-ldap
|
||||
|
||||
## 0.5.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.3.7-next.1
|
||||
- @backstage/plugin-catalog-backend@1.5.1-next.1
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/config@1.0.4-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/types@1.0.1-next.0
|
||||
|
||||
## 0.5.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user