Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-24 12:01:10 +00:00
parent 39c6f51984
commit 12a7b316ee
295 changed files with 3182 additions and 163 deletions
+55
View File
@@ -1,5 +1,60 @@
# example-app
## 0.2.80-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops@0.2.6-next.0
- @backstage/plugin-scaffolder-react@1.1.0-next.0
- @backstage/plugin-scaffolder@1.11.0-next.0
- @backstage/plugin-api-docs@0.8.15-next.0
- @backstage/plugin-techdocs@1.4.4-next.0
- @backstage/plugin-catalog-react@1.3.0-next.0
- @backstage/plugin-user-settings@0.6.3-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/plugin-kubernetes@0.7.8-next.0
- @backstage/plugin-airbrake@0.3.15-next.0
- @backstage/plugin-azure-sites@0.1.4-next.0
- @backstage/plugin-badges@0.2.39-next.0
- @internal/plugin-catalog-customized@0.0.7-next.0
- @backstage/plugin-catalog-graph@0.2.27-next.0
- @backstage/plugin-catalog-import@0.9.5-next.0
- @backstage/plugin-circleci@0.3.15-next.0
- @backstage/plugin-cloudbuild@0.3.15-next.0
- @backstage/plugin-code-coverage@0.2.8-next.0
- @backstage/plugin-cost-insights@0.12.4-next.0
- @backstage/plugin-dynatrace@2.0.0-next.0
- @backstage/plugin-explore@0.3.46-next.0
- @backstage/plugin-github-actions@0.5.15-next.0
- @backstage/plugin-gocd@0.1.21-next.0
- @backstage/plugin-home@0.4.31-next.0
- @backstage/plugin-jenkins@0.7.14-next.0
- @backstage/plugin-kafka@0.3.15-next.0
- @backstage/plugin-lighthouse@0.3.15-next.0
- @backstage/plugin-newrelic-dashboard@0.2.8-next.0
- @backstage/plugin-org@0.6.5-next.0
- @backstage/plugin-pagerduty@0.5.8-next.0
- @backstage/plugin-playlist@0.1.6-next.0
- @backstage/plugin-rollbar@0.4.15-next.0
- @backstage/plugin-search@1.0.8-next.0
- @backstage/plugin-sentry@0.4.8-next.0
- @backstage/plugin-tech-insights@0.3.7-next.0
- @backstage/plugin-todo@0.2.17-next.0
- @backstage/plugin-catalog-common@1.0.11-next.0
- @backstage/plugin-techdocs-react@1.1.3-next.0
- @backstage/cli@0.22.1
- @backstage/plugin-techdocs-module-addons-contrib@1.0.10-next.0
- @backstage/integration-react@1.1.9
- @backstage/plugin-apache-airflow@0.2.7
- @backstage/plugin-gcalendar@0.3.10
- @backstage/plugin-gcp-projects@0.3.33
- @backstage/plugin-graphiql@0.2.46
- @backstage/plugin-newrelic@0.3.32
- @backstage/plugin-shortcuts@0.3.6
- @backstage/plugin-stack-overflow@0.1.11-next.0
- @backstage/plugin-tech-radar@0.6.0
## 0.2.79
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.79",
"version": "0.2.80-next.0",
"private": true,
"backstage": {
"role": "frontend"
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-app-api
## 0.3.2-next.0
### Patch Changes
- a18da2f8b5: Fixed an issue were the log redaction didn't properly escape RegExp characters.
- ed8b5967d7: `HttpRouterFactoryOptions.getPath` is now optional as a default value is always provided in the factory.
- Updated dependencies
- @backstage/backend-common@0.18.2-next.0
- @backstage/backend-tasks@0.4.3-next.0
- @backstage/plugin-auth-node@0.2.11-next.0
- @backstage/plugin-permission-node@0.7.5-next.0
- @backstage/backend-plugin-api@0.3.2-next.0
## 0.3.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.3.0",
"version": "0.3.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-common
## 0.18.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.3.2-next.0
- @backstage/backend-plugin-api@0.3.2-next.0
## 0.18.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.18.0",
"version": "0.18.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-defaults
## 0.1.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.3.2-next.0
- @backstage/backend-plugin-api@0.3.2-next.0
## 0.1.5
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
"version": "0.1.5",
"version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend-next
## 0.0.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.11.0-next.0
- @backstage/backend-defaults@0.1.7-next.0
- @backstage/plugin-app-backend@0.3.42-next.0
- @backstage/plugin-catalog-backend@1.7.2-next.0
## 0.0.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.7",
"version": "0.0.8-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-plugin-api
## 0.3.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.4.3-next.0
- @backstage/plugin-auth-node@0.2.11-next.0
## 0.3.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.3.0",
"version": "0.3.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+7
View File
@@ -1,5 +1,12 @@
# @backstage/backend-tasks
## 0.4.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.2-next.0
## 0.4.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.4.1",
"version": "0.4.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-test-utils
## 0.1.34-next.0
### Patch Changes
- d0901c9ba4: All mock service factories and mock service implementations are now available via the new experimental `mockServices` export.
- Updated dependencies
- @backstage/backend-app-api@0.3.2-next.0
- @backstage/backend-common@0.18.2-next.0
- @backstage/plugin-auth-node@0.2.11-next.0
- @backstage/cli@0.22.1
- @backstage/backend-plugin-api@0.3.2-next.0
## 0.1.32
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.32",
"version": "0.1.34-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+44
View File
@@ -1,5 +1,49 @@
# example-backend
## 0.2.80-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-backend@0.9.3-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.10-next.0
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.26-next.0
- @backstage/plugin-scaffolder-backend@1.11.0-next.0
- @backstage/catalog-model@1.1.6-next.0
- example-app@0.2.80-next.0
- @backstage/plugin-techdocs-backend@1.5.3-next.0
- @backstage/backend-common@0.18.2-next.0
- @backstage/plugin-app-backend@0.3.42-next.0
- @backstage/catalog-client@1.3.1-next.0
- @backstage/plugin-adr-backend@0.2.7-next.0
- @backstage/plugin-auth-backend@0.17.5-next.0
- @backstage/plugin-badges-backend@0.1.36-next.0
- @backstage/plugin-catalog-backend@1.7.2-next.0
- @backstage/plugin-catalog-node@1.3.3-next.0
- @backstage/plugin-code-coverage-backend@0.2.8-next.0
- @backstage/plugin-jenkins-backend@0.1.32-next.0
- @backstage/plugin-kafka-backend@0.2.35-next.0
- @backstage/plugin-playlist-backend@0.2.5-next.0
- @backstage/plugin-tech-insights-backend@0.5.8-next.0
- @backstage/plugin-todo-backend@0.1.39-next.0
- @backstage/backend-tasks@0.4.3-next.0
- @backstage/plugin-auth-node@0.2.11-next.0
- @backstage/plugin-events-backend@0.2.3-next.0
- @backstage/plugin-permission-node@0.7.5-next.0
- @backstage/plugin-rollbar-backend@0.1.39-next.0
- @backstage/plugin-search-backend-module-pg@0.5.3-next.0
- @backstage/plugin-azure-devops-backend@0.3.21-next.0
- @backstage/plugin-azure-sites-backend@0.1.4-next.0
- @backstage/plugin-explore-backend@0.0.4-next.0
- @backstage/plugin-graphql-backend@0.1.32-next.0
- @backstage/plugin-permission-backend@0.5.17-next.0
- @backstage/plugin-proxy-backend@0.2.36-next.0
- @backstage/plugin-search-backend@1.2.3-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.1.3-next.0
- @backstage/plugin-search-backend-node@1.1.3-next.0
- @backstage/plugin-tech-insights-node@0.3.10-next.0
- @backstage/plugin-events-node@0.2.3-next.0
## 0.2.79
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.79",
"version": "0.2.80-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/catalog-client
## 1.3.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.1.6-next.0
## 1.3.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
"version": "1.3.0",
"version": "1.3.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/catalog-model
## 1.1.6-next.0
### Patch Changes
- 2518ef5b8a: Add deprecation tag to kubernetes constants in catalog, constants are now defined in plugin-kubernetes-common
## 1.1.5
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-model",
"description": "Types and validators that help describe the model of a Backstage Catalog",
"version": "1.1.5",
"version": "1.1.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.4.37-next.0
### Patch Changes
- Bumped create-app version.
## 0.4.36
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.36",
"version": "0.4.37-next.0",
"publishConfig": {
"access": "public"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/dev-utils
## 1.0.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.3.0-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/integration-react@1.1.9
## 1.0.11
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "1.0.11",
"version": "1.0.12-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -1,5 +1,17 @@
# techdocs-cli-embedded-app
## 0.2.79-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.4-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/plugin-catalog@1.7.3-next.0
- @backstage/plugin-techdocs-react@1.1.3-next.0
- @backstage/cli@0.22.1
- @backstage/integration-react@1.1.9
## 0.2.78
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.78",
"version": "0.2.79-next.0",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.3.2-next.0
### Patch Changes
- 6e0b6a0d50: Fixed publish command missing awsBucketRootPath option.
Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.
- Updated dependencies
- @backstage/plugin-techdocs-node@1.4.6-next.0
- @backstage/catalog-model@1.1.6-next.0
- @backstage/backend-common@0.18.2-next.0
## 1.3.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.3.0",
"version": "1.3.2-next.0",
"publishConfig": {
"access": "public"
},