From 1ae1198057bdc2c899155d26ae2e7cac913e0670 Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:34:05 +0600 Subject: [PATCH] release: v3.5.0-rc.1 (#8107) ## 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 Co-authored-by: Bayheck --- .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 6c77a34a0e6..8c7f2775169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.4.0", + "version": "3.5.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.4.0", + "version": "3.5.0-rc.1", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 4b3b5c9bcb8..00974742b8c 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.4.0", + "version": "3.5.0-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"