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
+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",