resolve suggested changes

Signed-off-by: Shousan Liao <samliao980822@gmail.com>
This commit is contained in:
Shousan Liao
2023-11-07 11:06:12 -05:00
parent 2a5891e816
commit 533eee21b9
3 changed files with 2 additions and 133 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-auth-backend-module-atlassian-provider': major
'@backstage/plugin-auth-backend-module-atlassian-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds an atlassian auth provider
@@ -1,131 +0,0 @@
# @backstage/plugin-auth-backend-module-atlassian-provider
## 0.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.1
- @backstage/plugin-auth-node@0.4.1-next.1
- @backstage/backend-plugin-api@0.6.7-next.1
## 0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
## 0.1.3
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.8
- @backstage/plugin-auth-node@0.4.0
- @backstage/backend-plugin-api@0.6.6
## 0.1.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.8-next.2
- @backstage/plugin-auth-node@0.4.0-next.2
- @backstage/backend-plugin-api@0.6.6-next.2
## 0.1.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.7-next.1
- @backstage/backend-plugin-api@0.6.5-next.1
- @backstage/plugin-auth-node@0.3.2-next.1
## 0.1.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.3.2-next.0
- @backstage/backend-common@0.19.7-next.0
- @backstage/backend-plugin-api@0.6.5-next.0
## 0.1.0
### Minor Changes
- 080cc7794700: New module for `@backstage/plugin-auth-backend` that adds a Atlassian auth provider.
### Patch Changes
- 71114ac50e02: The export for the new backend system has been moved to be the `default` export.
For example, if you are currently importing the plugin using the following pattern:
```ts
import { examplePlugin } from '@backstage/plugin-example-backend';
backend.add(examplePlugin);
```
It should be migrated to this:
```ts
backend.add(import('@backstage/plugin-example-backend'));
```
- Updated dependencies
- @backstage/backend-common@0.19.5
- @backstage/plugin-auth-node@0.3.0
- @backstage/backend-plugin-api@0.6.3
## 0.1.0-next.2
### Patch Changes
- 71114ac50e02: The export for the new backend system has been moved to be the `default` export.
For example, if you are currently importing the plugin using the following pattern:
```ts
import { examplePlugin } from '@backstage/plugin-example-backend';
backend.add(examplePlugin);
```
It should be migrated to this:
```ts
backend.add(import('@backstage/plugin-example-backend'));
```
- Updated dependencies
- @backstage/backend-plugin-api@0.6.3-next.3
- @backstage/backend-common@0.19.5-next.3
- @backstage/plugin-auth-node@0.3.0-next.3
## 0.1.0-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.5-next.2
- @backstage/plugin-auth-node@0.3.0-next.2
- @backstage/backend-plugin-api@0.6.3-next.2
## 0.1.0-next.0
### Minor Changes
- 080cc7794700: New module for `@backstage/plugin-auth-backend` that adds a Atlassian auth provider.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.5-next.1
- @backstage/backend-plugin-api@0.6.3-next.1
- @backstage/plugin-auth-node@0.3.0-next.1
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
"description": "The atlassian-provider backend module for the auth plugin.",
"version": "0.1.4-next.1",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",