Version Packages

This commit is contained in:
github-actions[bot]
2020-11-12 10:52:23 +00:00
parent 752808090b
commit 76a8099029
91 changed files with 776 additions and 346 deletions
+48
View File
@@ -1,5 +1,53 @@
# example-app
## 0.2.1
### Patch Changes
- Updated dependencies [7b37d65fd]
- Updated dependencies [4aca74e08]
- Updated dependencies [a41730c6e]
- Updated dependencies [9a294574c]
- Updated dependencies [0703edee0]
- Updated dependencies [e8f69ba93]
- Updated dependencies [0c0798f08]
- Updated dependencies [5a2705de2]
- Updated dependencies [0c0798f08]
- Updated dependencies [84b654d5d]
- Updated dependencies [0c0798f08]
- Updated dependencies [199237d2f]
- Updated dependencies [6627b626f]
- Updated dependencies [3f05616bf]
- Updated dependencies [803527bd3]
- Updated dependencies [4577e377b]
- Updated dependencies [2d0bd1be7]
- Updated dependencies [59166e5ec]
- Updated dependencies [a906f20e7]
- @backstage/core@0.3.0
- @backstage/plugin-jenkins@0.3.0
- @backstage/plugin-cost-insights@0.3.0
- @backstage/plugin-user-settings@0.2.1
- @backstage/plugin-api-docs@0.2.1
- @backstage/plugin-tech-radar@0.3.0
- @backstage/theme@0.2.1
- @backstage/plugin-catalog@0.2.1
- @backstage/plugin-scaffolder@0.3.0
- @backstage/plugin-circleci@0.2.1
- @backstage/plugin-cloudbuild@0.2.1
- @backstage/plugin-explore@0.2.1
- @backstage/plugin-gcp-projects@0.2.1
- @backstage/plugin-github-actions@0.2.1
- @backstage/plugin-gitops-profiles@0.2.1
- @backstage/plugin-graphiql@0.2.1
- @backstage/plugin-kubernetes@0.2.1
- @backstage/plugin-lighthouse@0.2.1
- @backstage/plugin-newrelic@0.2.1
- @backstage/plugin-register-component@0.2.1
- @backstage/plugin-rollbar@0.2.1
- @backstage/plugin-sentry@0.2.1
- @backstage/plugin-techdocs@0.2.1
- @backstage/plugin-welcome@0.2.1
## 0.2.0
### Minor Changes
+25 -25
View File
@@ -1,36 +1,36 @@
{
"name": "example-app",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/catalog-model": "^0.2.0",
"@backstage/cli": "^0.2.0",
"@backstage/core": "^0.2.0",
"@backstage/plugin-api-docs": "^0.2.0",
"@backstage/plugin-catalog": "^0.2.0",
"@backstage/plugin-circleci": "^0.2.0",
"@backstage/plugin-cloudbuild": "^0.2.0",
"@backstage/plugin-cost-insights": "^0.2.0",
"@backstage/plugin-explore": "^0.2.0",
"@backstage/plugin-gcp-projects": "^0.2.0",
"@backstage/plugin-github-actions": "^0.2.0",
"@backstage/plugin-gitops-profiles": "^0.2.0",
"@backstage/plugin-graphiql": "^0.2.0",
"@backstage/plugin-jenkins": "^0.2.0",
"@backstage/plugin-kubernetes": "^0.2.0",
"@backstage/plugin-lighthouse": "^0.2.0",
"@backstage/plugin-newrelic": "^0.2.0",
"@backstage/plugin-register-component": "^0.2.0",
"@backstage/plugin-rollbar": "^0.2.0",
"@backstage/plugin-scaffolder": "^0.2.0",
"@backstage/plugin-sentry": "^0.2.0",
"@backstage/plugin-tech-radar": "^0.2.0",
"@backstage/plugin-techdocs": "^0.2.0",
"@backstage/plugin-user-settings": "^0.2.0",
"@backstage/plugin-welcome": "^0.2.0",
"@backstage/core": "^0.3.0",
"@backstage/plugin-api-docs": "^0.2.1",
"@backstage/plugin-catalog": "^0.2.1",
"@backstage/plugin-circleci": "^0.2.1",
"@backstage/plugin-cloudbuild": "^0.2.1",
"@backstage/plugin-cost-insights": "^0.3.0",
"@backstage/plugin-explore": "^0.2.1",
"@backstage/plugin-gcp-projects": "^0.2.1",
"@backstage/plugin-github-actions": "^0.2.1",
"@backstage/plugin-gitops-profiles": "^0.2.1",
"@backstage/plugin-graphiql": "^0.2.1",
"@backstage/plugin-jenkins": "^0.3.0",
"@backstage/plugin-kubernetes": "^0.2.1",
"@backstage/plugin-lighthouse": "^0.2.1",
"@backstage/plugin-newrelic": "^0.2.1",
"@backstage/plugin-register-component": "^0.2.1",
"@backstage/plugin-rollbar": "^0.2.1",
"@backstage/plugin-scaffolder": "^0.3.0",
"@backstage/plugin-sentry": "^0.2.1",
"@backstage/plugin-tech-radar": "^0.3.0",
"@backstage/plugin-techdocs": "^0.2.1",
"@backstage/plugin-user-settings": "^0.2.1",
"@backstage/plugin-welcome": "^0.2.1",
"@backstage/test-utils": "^0.1.2",
"@backstage/theme": "^0.2.0",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@octokit/rest": "^18.0.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-common
## 0.2.1
### Patch Changes
- 33b7300eb: Capture plugin name under the /api/ prefix for http metrics
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
+13
View File
@@ -1,5 +1,18 @@
# example-backend
## 0.2.1
### Patch Changes
- Updated dependencies [752808090]
- Updated dependencies [462876399]
- Updated dependencies [59166e5ec]
- Updated dependencies [33b7300eb]
- @backstage/plugin-auth-backend@0.2.1
- @backstage/plugin-scaffolder-backend@0.3.0
- @backstage/backend-common@0.2.1
- example-app@0.2.1
## 0.2.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
@@ -18,24 +18,24 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.2.0",
"@backstage/backend-common": "^0.2.1",
"@backstage/catalog-model": "^0.2.0",
"@backstage/config": "^0.1.1",
"@backstage/plugin-app-backend": "^0.2.0",
"@backstage/plugin-auth-backend": "^0.2.0",
"@backstage/plugin-auth-backend": "^0.2.1",
"@backstage/plugin-catalog-backend": "^0.2.0",
"@backstage/plugin-graphql-backend": "^0.1.2",
"@backstage/plugin-kubernetes-backend": "^0.1.2",
"@backstage/plugin-proxy-backend": "^0.2.0",
"@backstage/plugin-rollbar-backend": "^0.1.2",
"@backstage/plugin-scaffolder-backend": "^0.2.0",
"@backstage/plugin-scaffolder-backend": "^0.3.0",
"@backstage/plugin-sentry-backend": "^0.1.2",
"@backstage/plugin-techdocs-backend": "^0.2.0",
"@gitbeaker/node": "^25.2.0",
"@octokit/rest": "^18.0.0",
"azure-devops-node-api": "^10.1.1",
"dockerode": "^3.2.0",
"example-app": "^0.2.0",
"example-app": "^0.2.1",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.6",
+4 -4
View File
@@ -108,12 +108,12 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.2.0",
"@backstage/backend-common": "^0.2.1",
"@backstage/config": "^0.1.1",
"@backstage/core": "^0.2.0",
"@backstage/dev-utils": "^0.1.2",
"@backstage/core": "^0.3.0",
"@backstage/dev-utils": "^0.1.3",
"@backstage/test-utils": "^0.1.2",
"@backstage/theme": "^0.2.0",
"@backstage/theme": "^0.2.1",
"@types/diff": "^4.0.2",
"@types/fs-extra": "^9.0.1",
"@types/html-webpack-plugin": "^3.2.2",
+33
View File
@@ -1,5 +1,38 @@
# @backstage/core-api
## 0.2.1
### Patch Changes
- c5bab94ab: Updated the AuthApi `.create` methods to configure the default scope of the corresponding Auth Api. As a result the
default scope is configurable when overwriting the Core Api in the app.
```
GithubAuth.create({
discoveryApi,
oauthRequestApi,
defaultScopes: ['read:user', 'repo'],
}),
```
Replaced redundant CreateOptions of each Auth Api with the OAuthApiCreateOptions type.
```
export type OAuthApiCreateOptions = AuthApiCreateOptions & {
oauthRequestApi: OAuthRequestApi;
defaultScopes?: string[];
};
export type AuthApiCreateOptions = {
discoveryApi: DiscoveryApi;
environment?: string;
provider?: AuthProvider & { id: string };
};
```
- Updated dependencies [4577e377b]
- @backstage/theme@0.2.1
## 0.2.0
### Minor Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-api",
"description": "Internal Core API used by Backstage plugins and apps",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"dependencies": {
"@backstage/config": "^0.1.1",
"@backstage/test-utils": "^0.1.2",
"@backstage/theme": "^0.2.0",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.9",
+35
View File
@@ -1,5 +1,40 @@
# @backstage/core
## 0.3.0
### Minor Changes
- 199237d2f: New DependencyGraph component added to core package.
### Patch Changes
- 7b37d65fd: Adds the MarkdownContent component to render and display Markdown content with the default
[GFM](https://github.github.com/gfm/) (Github flavored Markdown) dialect.
```
<MarkdownContent content={markdownGithubFlavored} />
```
To render the Markdown content with plain [CommonMark](https://commonmark.org/), set the dialect to `common-mark`
```
<MarkdownContent content={markdown} dialect='common-mark />
```
- 4aca74e08: Extend default config loader to read config from the window object.
Config will be read from `window.__APP_CONFIG__` which should be an object.
- e8f69ba93: - The BottomLink is now able to handle with internal routes.
- @backstage/core Link component detect whether it's an external link or not, and render accordingly
- 0c0798f08: Extend the table to share its current filter state. The filter state can be used together with the new `useQueryParamState` hook to store the current filter state to the browser history and restore it after navigating to other routes.
- 0c0798f08: Make the selected state of Select and CheckboxTree controllable from outside.
- 6627b626f: Fix divider prop not respected on InfoCard
- Updated dependencies [c5bab94ab]
- Updated dependencies [4577e377b]
- @backstage/core-api@0.2.1
- @backstage/theme@0.2.1
## 0.2.0
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core",
"description": "Core API used by Backstage plugins and apps",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,8 +30,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.1",
"@backstage/core-api": "^0.2.0",
"@backstage/theme": "^0.2.0",
"@backstage/core-api": "^0.2.1",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.2.1
### Patch Changes
- c56e28375: Fix missing api-docs plugin registration in app template
## 0.2.0
### Minor Changes
+17 -17
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,30 +37,30 @@
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@backstage/backend-common": "^0.2.0",
"@backstage/backend-common": "^0.2.1",
"@backstage/catalog-model": "^0.2.0",
"@backstage/cli": "^0.2.0",
"@backstage/config": "^0.1.1",
"@backstage/core": "^0.2.0",
"@backstage/plugin-api-docs": "^0.2.0",
"@backstage/plugin-auth-backend": "^0.2.0",
"@backstage/plugin-catalog": "^0.2.0",
"@backstage/core": "^0.3.0",
"@backstage/plugin-api-docs": "^0.2.1",
"@backstage/plugin-auth-backend": "^0.2.1",
"@backstage/plugin-catalog": "^0.2.1",
"@backstage/plugin-catalog-backend": "^0.2.0",
"@backstage/plugin-circleci": "^0.2.0",
"@backstage/plugin-explore": "^0.2.0",
"@backstage/plugin-github-actions": "^0.2.0",
"@backstage/plugin-lighthouse": "^0.2.0",
"@backstage/plugin-circleci": "^0.2.1",
"@backstage/plugin-explore": "^0.2.1",
"@backstage/plugin-github-actions": "^0.2.1",
"@backstage/plugin-lighthouse": "^0.2.1",
"@backstage/plugin-proxy-backend": "^0.2.0",
"@backstage/plugin-register-component": "^0.2.0",
"@backstage/plugin-register-component": "^0.2.1",
"@backstage/plugin-rollbar-backend": "^0.1.2",
"@backstage/plugin-scaffolder": "^0.2.0",
"@backstage/plugin-scaffolder-backend": "^0.2.0",
"@backstage/plugin-tech-radar": "^0.2.0",
"@backstage/plugin-techdocs": "^0.2.0",
"@backstage/plugin-scaffolder": "^0.3.0",
"@backstage/plugin-scaffolder-backend": "^0.3.0",
"@backstage/plugin-tech-radar": "^0.3.0",
"@backstage/plugin-techdocs": "^0.2.1",
"@backstage/plugin-techdocs-backend": "^0.2.0",
"@backstage/plugin-user-settings": "^0.2.0",
"@backstage/plugin-user-settings": "^0.2.1",
"@backstage/test-utils": "^0.1.2",
"@backstage/theme": "^0.2.0",
"@backstage/theme": "^0.2.1",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.1",
"@types/ora": "^3.2.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/dev-utils
## 0.1.3
### Patch Changes
- Updated dependencies [7b37d65fd]
- Updated dependencies [4aca74e08]
- Updated dependencies [e8f69ba93]
- Updated dependencies [0c0798f08]
- Updated dependencies [0c0798f08]
- Updated dependencies [199237d2f]
- Updated dependencies [6627b626f]
- Updated dependencies [4577e377b]
- @backstage/core@0.3.0
- @backstage/theme@0.2.1
## 0.1.2
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,9 +30,9 @@
},
"dependencies": {
"@backstage/cli": "^0.2.0",
"@backstage/core": "^0.2.0",
"@backstage/core": "^0.3.0",
"@backstage/test-utils": "^0.1.2",
"@backstage/theme": "^0.2.0",
"@backstage/theme": "^0.2.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.10.1",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/theme
## 0.2.1
### Patch Changes
- 4577e377b: Improve styling of outlined chips in dark mode.
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"publishConfig": {
"access": "public",