Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-29 11:14:34 +00:00
parent db71add9ff
commit 2cb6963f9b
365 changed files with 4888 additions and 183 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/app-defaults
## 1.0.9-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-components@0.12.1-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/plugin-permission-react@0.4.8-next.1
- @backstage/theme@0.2.16
## 1.0.9-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
"version": "1.0.9-next.0",
"version": "1.0.9-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+63
View File
@@ -1,5 +1,68 @@
# example-app
## 0.2.78-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-components@0.12.1-next.1
- @backstage/plugin-cloudbuild@0.3.12-next.1
- @backstage/plugin-gcp-projects@0.3.31-next.1
- @backstage/plugin-github-actions@0.5.12-next.1
- @backstage/plugin-graphiql@0.2.44-next.1
- @backstage/plugin-techdocs@1.4.1-next.1
- @backstage/plugin-cost-insights@0.12.1-next.1
- @backstage/plugin-search-react@1.2.2-next.1
- @backstage/plugin-stack-overflow@0.1.8-next.1
- @backstage/cli@0.21.2-next.1
- @backstage/plugin-org@0.6.2-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/plugin-catalog-react@1.2.2-next.1
- @backstage/plugin-scaffolder@1.9.0-next.1
- @backstage/plugin-shortcuts@0.3.4-next.1
- @backstage/plugin-user-settings@0.6.0-next.1
- @backstage/plugin-explore@0.3.43-next.1
- @backstage/app-defaults@1.0.9-next.1
- @backstage/plugin-apache-airflow@0.2.5-next.1
- @backstage/plugin-api-docs@0.8.12-next.1
- @backstage/plugin-azure-devops@0.2.3-next.1
- @backstage/plugin-azure-sites@0.1.1-next.1
- @backstage/plugin-badges@0.2.36-next.1
- @backstage/plugin-catalog-graph@0.2.24-next.1
- @backstage/plugin-catalog-import@0.9.2-next.1
- @backstage/plugin-circleci@0.3.12-next.1
- @backstage/plugin-code-coverage@0.2.5-next.1
- @backstage/plugin-dynatrace@1.0.2-next.1
- @backstage/plugin-gcalendar@0.3.8-next.1
- @backstage/plugin-gocd@0.1.18-next.1
- @backstage/plugin-home@0.4.28-next.1
- @backstage/plugin-jenkins@0.7.11-next.1
- @backstage/plugin-kafka@0.3.12-next.1
- @backstage/plugin-kubernetes@0.7.5-next.1
- @backstage/plugin-lighthouse@0.3.12-next.1
- @backstage/plugin-newrelic@0.3.30-next.1
- @backstage/plugin-pagerduty@0.5.5-next.1
- @backstage/plugin-playlist@0.1.3-next.1
- @backstage/plugin-rollbar@0.4.12-next.1
- @backstage/plugin-search@1.0.5-next.1
- @backstage/plugin-sentry@0.4.5-next.1
- @backstage/plugin-tech-insights@0.3.4-next.1
- @backstage/plugin-tech-radar@0.5.19-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.0.7-next.1
- @backstage/plugin-todo@0.2.14-next.1
- @backstage/integration-react@1.1.7-next.1
- @backstage/plugin-airbrake@0.3.12-next.1
- @backstage/plugin-newrelic-dashboard@0.2.5-next.1
- @backstage/plugin-techdocs-react@1.0.7-next.1
- @internal/plugin-catalog-customized@0.0.5-next.1
- @backstage/config@1.0.5-next.1
- @backstage/plugin-permission-react@0.4.8-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-common@1.0.9-next.1
- @backstage/plugin-search-common@1.1.2-next.1
## 0.2.78-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.78-next.0",
"version": "0.2.78-next.1",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-app-api
## 0.2.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/backend-tasks@0.4.0-next.1
- @backstage/backend-plugin-api@0.1.5-next.1
- @backstage/plugin-permission-node@0.7.2-next.1
- @backstage/errors@1.1.4-next.1
## 0.2.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.2.4-next.0",
"version": "0.2.4-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+28
View File
@@ -1,5 +1,33 @@
# @backstage/backend-common
## 0.17.0-next.1
### Minor Changes
- de8a975911: Changed to use native `AbortController` and `AbortSignal` from Node.js, instead
of the one from `node-abort-controller`. This is possible now that the minimum
supported Node.js version of the project is 16.
Note that their interfaces are very slightly different, but typically not in a
way that matters to consumers. If you see any typescript errors as a direct
result from this, they are compatible with each other in the ways that we
interact with them, and should be possible to type-cast across without ill
effects.
### Patch Changes
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
- 1f2b2de3fe: exported KubernetesContainerRunner, KubernetesContainerRunnerOptions, KubernetesContainerRunnerMountBase
- 6b82598bd8: Added the ability to understand Job Artifact URLs to the GitLab integration
- 8646067e07: Fixed `SingleHostDiscovery` so that it properly handles single-string `backend.listen` configurations such as `:80`.
- Updated dependencies
- @backstage/types@1.0.2-next.1
- @backstage/config-loader@1.1.7-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/cli-common@0.1.10
- @backstage/errors@1.1.4-next.1
## 0.16.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.16.1-next.0",
"version": "0.17.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-defaults
## 0.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.4-next.1
- @backstage/backend-plugin-api@0.1.5-next.1
## 0.1.4-next.0
### 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.4-next.0",
"version": "0.1.4-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend-next
## 0.0.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.6.0-next.1
- @backstage/plugin-scaffolder-backend@1.8.1-next.1
- @backstage/plugin-app-backend@0.3.39-next.1
- @backstage/backend-defaults@0.1.4-next.1
## 0.0.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.6-next.0",
"version": "0.0.6-next.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-plugin-api
## 0.1.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/backend-tasks@0.4.0-next.1
- @backstage/config@1.0.5-next.1
- @backstage/plugin-permission-common@0.7.2-next.1
## 0.1.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.1.5-next.0",
"version": "0.1.5-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+22
View File
@@ -1,5 +1,27 @@
# @backstage/backend-tasks
## 0.4.0-next.1
### Minor Changes
- de8a975911: Changed to use native `AbortController` and `AbortSignal` from Node.js, instead
of the one from `node-abort-controller`. This is possible now that the minimum
supported Node.js version of the project is 16.
Note that their interfaces are very slightly different, but typically not in a
way that matters to consumers. If you see any typescript errors as a direct
result from this, they are compatible with each other in the ways that we
interact with them, and should be possible to type-cast across without ill
effects.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
## 0.3.8-next.0
### 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.3.8-next.0",
"version": "0.4.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-test-utils
## 0.1.31-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/cli@0.21.2-next.1
- @backstage/backend-app-api@0.2.4-next.1
- @backstage/backend-plugin-api@0.1.5-next.1
- @backstage/config@1.0.5-next.1
## 0.1.31-next.0
### 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.31-next.0",
"version": "0.1.31-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+47
View File
@@ -1,5 +1,52 @@
# example-backend
## 0.2.78-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/plugin-catalog-backend@1.6.0-next.1
- @backstage/plugin-kafka-backend@0.2.32-next.1
- @backstage/backend-tasks@0.4.0-next.1
- @backstage/plugin-search-backend-node@1.0.5-next.1
- @backstage/plugin-jenkins-backend@0.1.29-next.1
- @backstage/plugin-scaffolder-backend@1.8.1-next.1
- @backstage/plugin-explore-backend@0.0.1-next.0
- @backstage/plugin-proxy-backend@0.2.33-next.1
- @backstage/plugin-app-backend@0.3.39-next.1
- @backstage/plugin-auth-backend@0.17.2-next.1
- @backstage/plugin-auth-node@0.2.8-next.1
- @backstage/plugin-azure-devops-backend@0.3.18-next.1
- @backstage/plugin-azure-sites-backend@0.1.1-next.1
- @backstage/plugin-badges-backend@0.1.33-next.1
- @backstage/plugin-catalog-node@1.2.2-next.1
- @backstage/plugin-code-coverage-backend@0.2.5-next.1
- @backstage/plugin-events-backend@0.2.0-next.1
- @backstage/plugin-graphql-backend@0.1.29-next.1
- @backstage/plugin-kubernetes-backend@0.8.1-next.1
- @backstage/plugin-permission-backend@0.5.14-next.1
- @backstage/plugin-permission-node@0.7.2-next.1
- @backstage/plugin-playlist-backend@0.2.2-next.1
- @backstage/plugin-rollbar-backend@0.1.36-next.1
- @backstage/plugin-scaffolder-backend-module-rails@0.4.7-next.1
- @backstage/plugin-search-backend@1.1.2-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.0.5-next.1
- @backstage/plugin-search-backend-module-pg@0.4.3-next.1
- @backstage/plugin-tech-insights-backend@0.5.5-next.1
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.23-next.1
- @backstage/plugin-tech-insights-node@0.3.7-next.1
- @backstage/plugin-techdocs-backend@1.4.2-next.1
- @backstage/plugin-todo-backend@0.1.36-next.1
- example-app@0.2.78-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/catalog-client@1.2.0-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/plugin-events-node@0.2.0-next.1
- @backstage/plugin-permission-common@0.7.2-next.1
- @backstage/plugin-search-common@1.1.2-next.1
## 0.2.78-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.78-next.0",
"version": "0.2.78-next.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/catalog-client
## 1.2.0-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.1.4-next.1
- @backstage/errors@1.1.4-next.1
## 1.2.0-next.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.2.0-next.0",
"version": "1.2.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/catalog-model
## 1.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
## 1.1.4-next.0
### 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.4-next.0",
"version": "1.1.4-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/cli
## 0.21.2-next.1
### Patch Changes
- 8fffe42708: JSX and React Fast Refresh transforms are no longer enabled when bundling backend code.
- Updated dependencies
- @backstage/types@1.0.2-next.1
- @backstage/config-loader@1.1.7-next.1
- @backstage/config@1.0.5-next.1
- @backstage/release-manifests@0.0.8-next.0
- @backstage/cli-common@0.1.10
- @backstage/errors@1.1.4-next.1
## 0.21.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.21.2-next.0",
"version": "0.21.2-next.1",
"publishConfig": {
"access": "public"
},
+11
View File
@@ -1,5 +1,16 @@
# @backstage/config-loader
## 1.1.7-next.1
### Patch Changes
- 40e7e6e1a2: Updated dependency `typescript-json-schema` to `^0.55.0`.
- Updated dependencies
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
- @backstage/cli-common@0.1.10
- @backstage/errors@1.1.4-next.1
## 1.1.7-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "1.1.7-next.0",
"version": "1.1.7-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config
## 1.0.5-next.1
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.2-next.1
## 1.0.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "1.0.5-next.0",
"version": "1.0.5-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/core-app-api
## 1.2.1-next.1
### Patch Changes
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
- @backstage/version-bridge@1.0.3-next.0
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
## 1.2.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "1.2.1-next.0",
"version": "1.2.1-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/core-components
## 0.12.1-next.1
### Patch Changes
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
- @backstage/version-bridge@1.0.3-next.0
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/theme@0.2.16
## 0.12.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.12.1-next.0",
"version": "0.12.1-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/core-plugin-api
## 1.1.1-next.1
### Patch Changes
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
- @backstage/version-bridge@1.0.3-next.0
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
## 1.1.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
"version": "1.1.1-next.0",
"version": "1.1.1-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.4.35-next.1
### Patch Changes
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.10
## 0.4.35-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.35-next.0",
"version": "0.4.35-next.1",
"publishConfig": {
"access": "public"
},
+16
View File
@@ -1,5 +1,21 @@
# @backstage/dev-utils
## 1.0.9-next.1
### Patch Changes
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-components@0.12.1-next.1
- @backstage/test-utils@1.2.3-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/plugin-catalog-react@1.2.2-next.1
- @backstage/app-defaults@1.0.9-next.1
- @backstage/integration-react@1.1.7-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/theme@0.2.16
## 1.0.9-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "1.0.9-next.0",
"version": "1.0.9-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/errors
## 1.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.2-next.1
## 1.1.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/errors",
"description": "Common utilities for error handling within Backstage",
"version": "1.1.4-next.0",
"version": "1.1.4-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration-react
## 1.1.7-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.1-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/theme@0.2.16
## 1.1.7-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "1.1.7-next.0",
"version": "1.1.7-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/integration
## 1.4.1-next.1
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
## 1.4.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.4.1-next.0",
"version": "1.4.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/repo-tools
## 0.1.0-next.1
### Minor Changes
- 03843259b4: Api reference documentation improvements
- breadcrumbs links semantics as code spans
- new `@config` annotation to describe related config keys
### Patch Changes
- 71f80eb354: add the command type-deps to the repo tool package.
- Updated dependencies
- @backstage/errors@1.1.4-next.1
## 0.1.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"publishConfig": {
"access": "public"
},
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
## 0.2.77-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-components@0.12.1-next.1
- @backstage/plugin-catalog@1.6.2-next.1
- @backstage/plugin-techdocs@1.4.1-next.1
- @backstage/test-utils@1.2.3-next.1
- @backstage/cli@0.21.2-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/app-defaults@1.0.9-next.1
- @backstage/integration-react@1.1.7-next.1
- @backstage/plugin-techdocs-react@1.0.7-next.1
- @backstage/config@1.0.5-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/theme@0.2.16
## 0.2.77-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.77-next.0",
"version": "0.2.77-next.1",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.2.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/plugin-techdocs-node@1.4.3-next.1
- @backstage/config@1.0.5-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/cli-common@0.1.10
## 1.2.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.2.4-next.0",
"version": "1.2.4-next.1",
"publishConfig": {
"access": "public"
},
+16
View File
@@ -1,5 +1,21 @@
# @backstage/test-utils
## 1.2.3-next.1
### Patch Changes
- 5e238ed56a: The test utility for the plugin context called `MockPluginProvider` has been created. It will be handy in the cases when you use
`__experimentalConfigure` in your plugin. It is experimental and exported through `@backstage/test-utils/alpha`.
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
- Updated dependencies
- @backstage/core-app-api@1.2.1-next.1
- @backstage/core-plugin-api@1.1.1-next.1
- @backstage/types@1.0.2-next.1
- @backstage/config@1.0.5-next.1
- @backstage/plugin-permission-react@0.4.8-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-permission-common@0.7.2-next.1
## 1.2.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "1.2.3-next.0",
"version": "1.2.3-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/types
## 1.0.2-next.1
### Patch Changes
- c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
## 1.0.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/types",
"description": "Common TypeScript types used within Backstage",
"version": "1.0.2-next.0",
"version": "1.0.2-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/version-bridge
## 1.0.3-next.0
### Patch Changes
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
## 1.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/version-bridge",
"description": "Utilities used by @backstage packages to support multiple concurrent versions",
"version": "1.0.2",
"version": "1.0.3-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",