Version Packages

This commit is contained in:
github-actions[bot]
2022-11-15 12:31:55 +00:00
parent 38d6d8fe22
commit 3164131851
496 changed files with 5842 additions and 1794 deletions
+31
View File
@@ -1,5 +1,36 @@
# @backstage/integration
## 1.4.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
- @backstage/errors@1.1.3
## 1.4.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.4.0-next.0",
"version": "1.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",