From 632a1163ea6f81e6c91bbd957cf33a787d74b939 Mon Sep 17 00:00:00 2001 From: PavelMor25 <77216072+PavelMor25@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:26:19 +0400 Subject: [PATCH] release: v3.4.0-rc.1 (#8061) --- .publishrc | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 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-lock.json b/package-lock.json index 86beb535e41..4dacf8a47ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.3.0", + "version": "3.4.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.3.0", + "version": "3.4.0-rc.1", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 5999d64f3f3..8e4d428718f 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": "3.3.0", + "version": "3.4.0-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"