From 2007f0304110bc0af8069b177cf01efd1de7b728 Mon Sep 17 00:00:00 2001 From: Popov Aleksey Date: Wed, 31 May 2023 13:39:11 +0300 Subject: [PATCH] release: updated version (2.6.2-rc.1) and HH (#7744) ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index fe0e22548c6..ef370e94b52 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 7f90b56603a..7e308befc2a 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": "2.6.1", + "version": "2.6.2-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -143,7 +143,7 @@ "source-map-support": "^0.5.16", "strip-bom": "^2.0.0", "testcafe-browser-tools": "2.0.25", - "testcafe-hammerhead": "^31.4.2", + "testcafe-hammerhead": "31.4.3", "testcafe-legacy-api": "5.1.6", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.2.0",