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 (#147)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 6, 2024
1 parent 5390eaa commit c8cffc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-store",
"version": "5.0.0",
"version": "6.0.0",
"description": "Pluggable Artifact Store (for logs, shared steps, templates, etc).",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -75,7 +75,7 @@
"hapi-swagger": "^15.0.0",
"joi": "^17.7.0",
"mime-types": "^2.1.35",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-logger": "^2.0.0"
}
}

0 comments on commit c8cffc5

Please sign in to comment.