Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-10-25 13:18:27 +00:00
parent 7035be58ba
commit d4df1fbb2e
336 changed files with 5182 additions and 178 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/app-defaults
## 1.0.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/plugin-permission-react@0.4.7-next.0
- @backstage/theme@0.2.16
## 1.0.7
### 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.7",
"version": "1.0.8-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+63
View File
@@ -1,5 +1,68 @@
# example-app
## 0.2.77-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder@1.8.0-next.0
- @backstage/plugin-catalog-react@1.2.1-next.0
- @backstage/core-components@0.12.0-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/plugin-tech-insights@0.3.2-next.0
- @backstage/plugin-techdocs@1.4.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/plugin-cost-insights@0.12.0-next.0
- @backstage/plugin-dynatrace@1.0.1-next.0
- @backstage/cli@0.21.0-next.0
- @backstage/plugin-catalog-import@0.9.1-next.0
- @backstage/plugin-tech-radar@0.5.18-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/plugin-gcalendar@0.3.7-next.0
- @backstage/plugin-code-coverage@0.2.4-next.0
- @backstage/plugin-github-actions@0.5.11-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.0.6-next.0
- @backstage/plugin-circleci@0.3.11-next.0
- @backstage/plugin-azure-sites@0.1.0-next.0
- @backstage/plugin-cloudbuild@0.3.11-next.0
- @backstage/plugin-jenkins@0.7.10-next.0
- @backstage/plugin-kafka@0.3.11-next.0
- @backstage/plugin-pagerduty@0.5.4-next.0
- @backstage/plugin-rollbar@0.4.11-next.0
- @backstage/plugin-airbrake@0.3.11-next.0
- @backstage/plugin-api-docs@0.8.11-next.0
- @backstage/plugin-azure-devops@0.2.2-next.0
- @backstage/plugin-badges@0.2.35-next.0
- @internal/plugin-catalog-customized@0.0.4-next.0
- @backstage/plugin-catalog-graph@0.2.23-next.0
- @backstage/plugin-explore@0.3.42-next.0
- @backstage/plugin-gocd@0.1.17-next.0
- @backstage/plugin-home@0.4.27-next.0
- @backstage/plugin-kubernetes@0.7.4-next.0
- @backstage/plugin-lighthouse@0.3.11-next.0
- @backstage/plugin-newrelic-dashboard@0.2.4-next.0
- @backstage/plugin-org@0.5.11-next.0
- @backstage/plugin-playlist@0.1.2-next.0
- @backstage/plugin-search@1.0.4-next.0
- @backstage/plugin-sentry@0.4.4-next.0
- @backstage/plugin-todo@0.2.13-next.0
- @backstage/app-defaults@1.0.8-next.0
- @backstage/integration-react@1.1.6-next.0
- @backstage/plugin-apache-airflow@0.2.4-next.0
- @backstage/plugin-gcp-projects@0.3.30-next.0
- @backstage/plugin-graphiql@0.2.43-next.0
- @backstage/plugin-newrelic@0.3.29-next.0
- @backstage/plugin-search-react@1.2.1-next.0
- @backstage/plugin-shortcuts@0.3.3-next.0
- @backstage/plugin-stack-overflow@0.1.7-next.0
- @backstage/plugin-techdocs-react@1.0.6-next.0
- @backstage/plugin-user-settings@0.5.1-next.0
- @backstage/plugin-permission-react@0.4.7-next.0
- @backstage/config@1.0.4-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-common@1.0.8-next.0
- @backstage/plugin-search-common@1.1.1-next.0
## 0.2.76
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.76",
"version": "0.2.77-next.0",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-app-api
## 0.2.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/backend-tasks@0.3.7-next.0
- @backstage/backend-plugin-api@0.1.4-next.0
- @backstage/plugin-permission-node@0.7.1-next.0
- @backstage/errors@1.1.3-next.0
## 0.2.2
### 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.2",
"version": "0.2.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+21
View File
@@ -1,5 +1,26 @@
# @backstage/backend-common
## 0.16.0-next.0
### Minor Changes
- a7607b5413: **BREAKING CHANGE**: The `UrlReader` interface has been updated to require that `readUrl` is implemented. `readUrl` has previously been optional to implement but a warning has been logged when calling its predecessor `read`.
The `read` method is now deprecated and will be removed in a future release.
### Patch Changes
- 55227712dd: Generated development HTTPS backend certificate is now checked for expiration date instead of file age.
- d05e1841ce: This patch adds GiteaURLReader to the available classes. It currently only reads single files via gitea's public repos api
- 210a3b5668: Small update to fix compatibility with newer versions of the `keyv` library
- c1784a4980: Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
- Updated dependencies
- @backstage/integration@1.4.0-next.0
- @backstage/types@1.0.1-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
## 0.15.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.15.2",
"version": "0.16.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-defaults
## 0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.3-next.0
- @backstage/backend-plugin-api@0.1.4-next.0
## 0.1.2
### 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.2",
"version": "0.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend-next
## 0.0.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.5.1-next.0
- @backstage/plugin-scaffolder-backend@1.8.0-next.0
- @backstage/plugin-app-backend@0.3.38-next.0
- @backstage/backend-defaults@0.1.3-next.0
## 0.0.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.4",
"version": "0.0.5-next.0",
"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.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/backend-tasks@0.3.7-next.0
- @backstage/plugin-permission-common@0.7.1-next.0
- @backstage/config@1.0.4-next.0
## 0.1.3
### 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.3",
"version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-tasks
## 0.3.7-next.0
### Patch Changes
- 30e43717c7: Deprecated the `HumanDuration` type, which should now instead be imported from `@backstage/types`.
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/types@1.0.1-next.0
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
## 0.3.6
### 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.6",
"version": "0.3.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-test-utils
## 0.1.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/cli@0.21.0-next.0
- @backstage/backend-app-api@0.2.3-next.0
- @backstage/backend-plugin-api@0.1.4-next.0
- @backstage/config@1.0.4-next.0
## 0.1.29
### 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.29",
"version": "0.1.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+43
View File
@@ -1,5 +1,48 @@
# example-backend
## 0.2.77-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/plugin-catalog-backend@1.5.1-next.0
- @backstage/plugin-techdocs-backend@1.4.1-next.0
- @backstage/plugin-scaffolder-backend@1.8.0-next.0
- @backstage/integration@1.4.0-next.0
- @backstage/plugin-auth-backend@0.17.1-next.0
- @backstage/backend-tasks@0.3.7-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/plugin-auth-node@0.2.7-next.0
- @backstage/plugin-permission-common@0.7.1-next.0
- @backstage/plugin-tech-insights-backend@0.5.4-next.0
- @backstage/plugin-tech-insights-node@0.3.6-next.0
- @backstage/plugin-azure-sites-backend@0.1.0-next.0
- @backstage/plugin-kubernetes-backend@0.8.0-next.0
- example-app@0.2.77-next.0
- @backstage/plugin-app-backend@0.3.38-next.0
- @backstage/plugin-azure-devops-backend@0.3.17-next.0
- @backstage/plugin-badges-backend@0.1.32-next.0
- @backstage/plugin-code-coverage-backend@0.2.4-next.0
- @backstage/plugin-graphql-backend@0.1.28-next.0
- @backstage/plugin-jenkins-backend@0.1.28-next.0
- @backstage/plugin-kafka-backend@0.2.31-next.0
- @backstage/plugin-permission-backend@0.5.13-next.0
- @backstage/plugin-permission-node@0.7.1-next.0
- @backstage/plugin-playlist-backend@0.2.1-next.0
- @backstage/plugin-proxy-backend@0.2.32-next.0
- @backstage/plugin-rollbar-backend@0.1.35-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.6-next.0
- @backstage/plugin-search-backend@1.1.1-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.0.4-next.0
- @backstage/plugin-search-backend-module-pg@0.4.2-next.0
- @backstage/plugin-search-backend-node@1.0.4-next.0
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.22-next.0
- @backstage/plugin-todo-backend@0.1.35-next.0
- @backstage/catalog-client@1.1.2-next.0
- @backstage/config@1.0.4-next.0
- @backstage/plugin-search-common@1.1.1-next.0
## 0.2.76
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.76",
"version": "0.2.77-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/catalog-client
## 1.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.1.3-next.0
- @backstage/errors@1.1.3-next.0
## 1.1.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
"version": "1.1.1",
"version": "1.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/catalog-model
## 1.1.3-next.0
### Patch Changes
- 7573b65232: Internal refactor of imports to avoid circular dependencies
- Updated dependencies
- @backstage/types@1.0.1-next.0
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
## 1.1.2
### 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.2",
"version": "1.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+32
View File
@@ -1,5 +1,37 @@
# @backstage/cli
## 0.21.0-next.0
### Minor Changes
- 7539b36748: Added a new ESLint rule that restricts imports of Link from @material-ui
The rule can be can be overridden in the following way:
```diff
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
+ restrictedImports: [
+ { name: '@material-ui/core', importNames: [] },
+ { name: '@material-ui/core/Link', importNames: [] },
+ ],
});
```
### Patch Changes
- 4091c73e68: Updated `@swc/core` to version 1.3.9 which fixes a `.tsx` parser bug
- 9c767e8f45: Updated dependency `@svgr/plugin-jsx` to `6.5.x`.
Updated dependency `@svgr/plugin-svgo` to `6.5.x`.
Updated dependency `@svgr/rollup` to `6.5.x`.
Updated dependency `@svgr/webpack` to `6.5.x`.
- Updated dependencies
- @backstage/types@1.0.1-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/release-manifests@0.0.6
## 0.20.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.20.0",
"version": "0.21.0-next.0",
"publishConfig": {
"access": "public"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/config-loader
## 1.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.1-next.0
- @backstage/cli-common@0.1.10
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
## 1.1.5
### 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.5",
"version": "1.1.6-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/config
## 1.0.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.1-next.0
## 1.0.3
### 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.3",
"version": "1.0.4-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/core-app-api
## 1.2.0-next.0
### Minor Changes
- 9b737e5f2e: Updated the React Router wiring to make use of the new `basename` property of the router components in React Router v6 stable. To implement this, a new optional `basename` property has been added to the `Router` app component, which can be forwarded to the concrete router implementation in order to support this new behavior. This is done by default in any app that does not have a `Router` component override.
- 127fcad26d: Deprecated the `homepage` config as the component that used it - `HomepageTimer` - has been removed and replaced by the `HeaderWorldClock` in the home plugin
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/types@1.0.1-next.0
- @backstage/config@1.0.4-next.0
- @backstage/version-bridge@1.0.1
## 1.1.1
### 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.1.1",
"version": "1.2.0-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+19
View File
@@ -1,5 +1,24 @@
# @backstage/core-components
## 0.12.0-next.0
### Minor Changes
- fb3733e446: **BREAKING**: Removed the `HomepageTimer` as it has been replaced by the `HeaderWorldClock` in the Home plugin and was deprecated over a year ago.
### Patch Changes
- 5f695c219a: Set the `searchTooltip` to "Filter" to follow how the `searchPlaceholder` is set making this more consistent
- 7573b65232: Internal refactor of imports to avoid circular dependencies
- 858986f6b6: Disable base path workaround in `Link` component when React Router v6 stable is used.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.1
## 0.11.2
### 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.11.2",
"version": "0.12.0-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/core-plugin-api
## 1.1.0-next.0
### Minor Changes
- a228f113d0: The app `Router` component now accepts an optional `basename` property.
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.1-next.0
- @backstage/config@1.0.4-next.0
- @backstage/version-bridge@1.0.1
## 1.0.7
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
"version": "1.0.7",
"version": "1.1.0-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/create-app
## 0.4.33-next.0
### Patch Changes
- 4091c73e68: Updated `@swc/core` to `v1.3.9` which fixes a `.tsx` parser bug. You may want to run `yarn backstage-cli versions:bump` to get on latest version including the CLI itself.
- 80bfac5266: Updated the create-app command to no longer require Git to be installed and configured. A git repository will only be initialized if possible and if not already in an git repository.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
- @backstage/cli-common@0.1.10
## 0.4.32
### 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.32",
"version": "0.4.33-next.0",
"publishConfig": {
"access": "public"
},
+15
View File
@@ -1,5 +1,20 @@
# @backstage/dev-utils
## 1.0.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.2.1-next.0
- @backstage/core-components@0.12.0-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/app-defaults@1.0.8-next.0
- @backstage/integration-react@1.1.6-next.0
- @backstage/test-utils@1.2.2-next.0
- @backstage/theme@0.2.16
## 1.0.7
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "1.0.7",
"version": "1.0.8-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/errors
## 1.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.1-next.0
## 1.1.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/errors",
"description": "Common utilities for error handling within Backstage",
"version": "1.1.2",
"version": "1.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration-react
## 1.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration@1.4.0-next.0
- @backstage/config@1.0.4-next.0
- @backstage/theme@0.2.16
## 1.1.5
### 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.5",
"version": "1.1.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+31
View File
@@ -1,5 +1,36 @@
# @backstage/integration
## 1.4.0-next.0
### Minor Changes
- d05e1841ce: This patch brings Gitea as a valid integration: target, via the ScmIntegration interface. It adds gitea to the relevant static properties (get integration by name, get integration by type) for plugins to be able to reference the same Gitea server.
- c1784a4980: Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
Deprecates:
- `getGitHubFileFetchUrl` replaced by `getGithubFileFetchUrl`
- `GitHubIntegrationConfig` replaced by `GithubIntegrationConfig`
- `GitHubIntegration` replaced by `GithubIntegration`
- `readGitHubIntegrationConfig` replaced by `readGithubIntegrationConfig`
- `readGitHubIntegrationConfigs` replaced by `readGithubIntegrationConfigs`
- `replaceGitHubUrlType` replaced by `replaceGithubUrlType`
### Patch Changes
- 7573b65232: Internal refactor of imports to avoid circular dependencies
- a6d779d58a: Remove explicit default visibility at `config.d.ts` files.
```ts
/**
* @visibility backend
*/
```
- Updated dependencies
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
## 1.3.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.3.2",
"version": "1.4.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
## 0.2.76-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/plugin-techdocs@1.4.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/cli@0.21.0-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/plugin-catalog@1.6.1-next.0
- @backstage/app-defaults@1.0.8-next.0
- @backstage/integration-react@1.1.6-next.0
- @backstage/plugin-techdocs-react@1.0.6-next.0
- @backstage/test-utils@1.2.2-next.0
- @backstage/config@1.0.4-next.0
- @backstage/theme@0.2.16
## 0.2.75
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.75",
"version": "0.2.76-next.0",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.2.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.0
- @backstage/plugin-techdocs-node@1.4.2-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/cli-common@0.1.10
- @backstage/config@1.0.4-next.0
## 1.2.2
### 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.2",
"version": "1.2.3-next.0",
"publishConfig": {
"access": "public"
},
+13
View File
@@ -1,5 +1,18 @@
# @backstage/test-utils
## 1.2.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/plugin-permission-common@0.7.1-next.0
- @backstage/types@1.0.1-next.0
- @backstage/plugin-permission-react@0.4.7-next.0
- @backstage/config@1.0.4-next.0
- @backstage/theme@0.2.16
## 1.2.1
### 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.1",
"version": "1.2.2-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/types
## 1.0.1-next.0
### Patch Changes
- 30e43717c7: Added the `HumanDuration` type, moved here from `@backstage/backend-tasks`. This type matches the `Duration.fromObject` form of `luxon`.
## 1.0.0
### Major Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/types",
"description": "Common TypeScript types used within Backstage",
"version": "1.0.0",
"version": "1.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",