From 48fd014d251a4e10e65f5d281adee560799a5a44 Mon Sep 17 00:00:00 2001 From: Dayanand Sagar Date: Wed, 4 Sep 2024 16:10:01 -0700 Subject: [PATCH] feat(3171): Move pipeline template workflowGraph out of config into a new field (#236) BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a408900..34390bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "screwdriver-scm-github", - "version": "12.0.0", + "version": "13.0.0", "description": "Github implementation for the scm-base class", "main": "index.js", "scripts": { @@ -47,9 +47,9 @@ "@octokit/webhooks-methods": "^4.0.0", "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-scm-base": "^8.2.0", + "screwdriver-scm-base": "^9.0.0", "screwdriver-scm-github-graphql": "^1.1.0", "ssh-keygen": "^0.5.0" },