From 0ea2d2008c305e26ec3dea4158779ea705a78b49 Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:48:42 +0500 Subject: [PATCH] release: 3.7.2 latest (#8381) ## 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 | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.publishrc b/.publishrc index bba855ae5f..5b2e51946d 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ed5c38b0..e32f540029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v3.7.2 (2025-02-18) + +### Bug Fixes + +* TestCafe incorrectly processes angular functions in proxy mode. ([3035](https://github.com/DevExpress/testcafe-hammerhead/issues/3035)) +* A browser throws a SyntaxError in proxy mode. ([8368](https://github.com/DevExpress/testcafe/issues/8368)) +* Docker Image cannot run test for pages in foreign languages. ([8362](https://github.com/DevExpress/testcafe/issues/8362)) +* [Native Automation] TestCafe does not maximize the window after a resizeMethod call. ([8360](https://github.com/DevExpress/testcafe/issues/8360)) +* lru-cache conflicts with TypeScript's latest types. ([3036](https://github.com/DevExpress/testcafe-hammerhead/issues/3036)) + ## v3.7.1 (2024-12-18) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index eb43d667a9..e2cf0231d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testcafe", - "version": "3.7.2-rc.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testcafe", - "version": "3.7.2-rc.1", + "version": "3.7.2", "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 37aae0a47a..5b29cbaf07 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.7.2-rc.1", + "version": "3.7.2", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"