Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (#90)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 4, 2024
1 parent 86189e5 commit 19b23cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-scm-bitbucket",
"version": "5.0.0",
"version": "6.0.0",
"description": "This scm plugin extends the [scm-base-class](https://github.com/screwdriver-cd/scm-base), and provides methods to fetch and update data in Bitbucket.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"@hapi/hoek": "^10.0.1",
"circuit-fuses": "^5.0.0",
"joi": "^17.7.0",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-request": "^2.0.1",
"screwdriver-scm-base": "^8.0.0"
"screwdriver-scm-base": "^9.0.0"
}
}

0 comments on commit 19b23cc

Please sign in to comment.