From ec214199547b47e2cabc4d5185f5997ef2a7c002 Mon Sep 17 00:00:00 2001 From: Irene Alvarado Date: Wed, 26 May 2021 15:31:12 -0400 Subject: [PATCH 1/2] Bump flat version to v3 --- src/webviews/src/Jobs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webviews/src/Jobs.tsx b/src/webviews/src/Jobs.tsx index 457a6cb..e50906f 100644 --- a/src/webviews/src/Jobs.tsx +++ b/src/webviews/src/Jobs.tsx @@ -10,14 +10,14 @@ interface JobsProps {} const STEP_STUBS = { http: { name: 'Fetch data', - uses: 'githubocto/flat@v2', + uses: 'githubocto/flat@v3', with: { http_url: '', }, }, sql: { name: 'Fetch data', - uses: 'githubocto/flat@v2', + uses: 'githubocto/flat@v3', with: { sql_connstring: '', sql_queryfile: '', From 83792ab7ff659fd18e9eb26a9e1812f2a88691de Mon Sep 17 00:00:00 2001 From: Irene Alvarado Date: Wed, 26 May 2021 15:31:26 -0400 Subject: [PATCH 2/2] Bump minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92bfa3c..cbe544e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "flat", "displayName": "Flat Editor", "description": "An editor for flat-data configurations", - "version": "0.19.0", + "version": "0.20.0", "publisher": "githubocto", "repository": { "type": "git",