From 533eee21b93102bf6dee3a452daab4434ad2233d Mon Sep 17 00:00:00 2001 From: Shousan Liao Date: Tue, 7 Nov 2023 11:06:12 -0500 Subject: [PATCH] resolve suggested changes Signed-off-by: Shousan Liao --- .changeset/angry-gorillas-unite.md | 2 +- .../CHANGELOG.md | 131 ------------------ .../package.json | 2 +- 3 files changed, 2 insertions(+), 133 deletions(-) delete mode 100644 plugins/auth-backend-module-atlassian-provider/CHANGELOG.md diff --git a/.changeset/angry-gorillas-unite.md b/.changeset/angry-gorillas-unite.md index 8d3df6a808..73d5a6c88b 100644 --- a/.changeset/angry-gorillas-unite.md +++ b/.changeset/angry-gorillas-unite.md @@ -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 diff --git a/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md b/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md deleted file mode 100644 index 8eced7bce9..0000000000 --- a/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md +++ /dev/null @@ -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 diff --git a/plugins/auth-backend-module-atlassian-provider/package.json b/plugins/auth-backend-module-atlassian-provider/package.json index dc00aad712..21235aeca4 100644 --- a/plugins/auth-backend-module-atlassian-provider/package.json +++ b/plugins/auth-backend-module-atlassian-provider/package.json @@ -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",