Version Packages
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our [versioning policy](https://backstage.io/docs/overview/versioning-policy).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 403837cbac: Added an integration for Gerrit
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.0
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"version": "0.8.0",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"git-url-parse": "^11.6.0",
|
||||
"@octokit/rest": "^18.5.3",
|
||||
@@ -42,9 +42,9 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.15.2-next.0",
|
||||
"@backstage/config-loader": "^0.9.7-next.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@backstage/cli": "^0.16.0",
|
||||
"@backstage/config-loader": "^1.0.0",
|
||||
"@backstage/test-utils": "^1.0.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"msw": "^0.35.0"
|
||||
|
||||
Reference in New Issue
Block a user