From f428928d3b2ca587c75f863f546ff828ac0e0b2e Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:43:47 +0500 Subject: [PATCH] version 3.6.1 latest (#8209) ## 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 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.publishrc b/.publishrc index ef370e94b52..fe0e22548c6 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73326aea4ec..45349a5c2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v3.6.1 (2024-06-10) + +### Bug Fixes + +* TestCafe incorrectly calculates the dimensions of multi-line elements. ([#8179](https://github.com/DevExpress/testcafe/issues/8179)) +* TestCafe incorrectly executes the `resizeWindow` method if you maximize the target window first. ([#8157](https://github.com/DevExpress/testcafe/issues/8157)) + ## TestCafe v3.6.0 Released The TestCafe v3.6.0 update includes two minor changes and a number of bug fixes. diff --git a/package-lock.json b/package-lock.json index 23c1a340be7..0f30fa4dad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.6.1-rc.1", + "version": "3.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.6.1-rc.1", + "version": "3.6.1", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index c9e0d9dc4cb..7210baa6d61 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.6.1-rc.1", + "version": "3.6.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"