Version Packages
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 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
|
||||
|
||||
- 765639f98c: Added new `github:issues:label` action to apply labels to issues, and also output `pullRequestNumber` from `publish:github:pull-request`.
|
||||
- efc73db10c: Use `better-sqlite3` instead of `@vscode/sqlite3`
|
||||
- c8475ab3bb: Adding some documentation for exported things
|
||||
- f24ef7864e: Minor typo fixes
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.0.0
|
||||
- @backstage/backend-common@0.13.1
|
||||
- @backstage/catalog-model@1.0.0
|
||||
- @backstage/plugin-scaffolder-common@1.0.0
|
||||
- @backstage/integration@1.0.0
|
||||
- @backstage/catalog-client@1.0.0
|
||||
- @backstage/config@1.0.0
|
||||
- @backstage/errors@1.0.0
|
||||
- @backstage/types@1.0.0
|
||||
|
||||
## 0.18.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"description": "The Backstage backend plugin that helps you create new things",
|
||||
"version": "0.18.0",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,15 +34,15 @@
|
||||
"build:assets": "node scripts/build-nunjucks.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.0",
|
||||
"@backstage/catalog-client": "^0.9.0",
|
||||
"@backstage/catalog-model": "^0.13.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@backstage/plugin-catalog-backend": "^0.24.0",
|
||||
"@backstage/plugin-scaffolder-common": "^0.3.0",
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@backstage/backend-common": "^0.13.1",
|
||||
"@backstage/catalog-client": "^1.0.0",
|
||||
"@backstage/catalog-model": "^1.0.0",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.0.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.0.0",
|
||||
"@backstage/plugin-scaffolder-common": "^1.0.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@gitbeaker/core": "^34.6.0",
|
||||
"@gitbeaker/node": "^35.1.0",
|
||||
"@octokit/webhooks": "^9.14.1",
|
||||
@@ -74,8 +74,8 @@
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.21",
|
||||
"@backstage/cli": "^0.15.2",
|
||||
"@backstage/backend-test-utils": "^0.1.22",
|
||||
"@backstage/cli": "^0.16.0",
|
||||
"@types/command-exists": "^1.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
|
||||
Reference in New Issue
Block a user