From e317d94be16c603811ad188547ea6b0e49fb8ee7 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Thu, 16 Jun 2022 11:52:21 +0400 Subject: [PATCH] release: publish v1.20.0-alpha.1 deps: update testcafe-reporter-dashboard [closes #7073] --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index fe0e22548c..be33ddaf32 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "alpha", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 2e9fbb0f58..8c6ab9de29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "1.19.0", + "version": "1.20.0-alpha.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -139,7 +139,7 @@ "testcafe-browser-tools": "2.0.23", "testcafe-hammerhead": "24.5.20", "testcafe-legacy-api": "5.1.4", - "testcafe-reporter-dashboard": "1.0.0-rc.1", + "testcafe-reporter-dashboard": "1.0.0-rc.3", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0", "testcafe-reporter-minimal": "^2.1.0",