From 6bec7ec4c81f1e48e1ba29af55ba2156a2d8729e Mon Sep 17 00:00:00 2001 From: Antonio Ortega <60252917@liferay.com> Date: Thu, 20 Jul 2023 21:28:48 +0200 Subject: [PATCH] revert: "chore: prepare liferay-theme-tasks/v11.5.2 release" This reverts commit b4839e0045af0689f7dd98ffc54b311f3ab3e0be. --- .../packages/liferay-theme-tasks/CHANGELOG.md | 8 -------- .../packages/liferay-theme-tasks/package.json | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md index 6b0577ee6..03bc7494d 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md @@ -1,11 +1,3 @@ -## [liferay-theme-tasks/v11.5.1](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.1) (2023-07-20) - -[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.5.0...liferay-theme-tasks/v11.5.1) - -### :wrench: Bug fixes - -- fix(theme-tasks): consider the case then border-radius value might be a variable ([\#1152](https://github.com/liferay/liferay-frontend-projects/pull/1152)) - ## [liferay-theme-tasks/v11.5.0](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.0) (2023-02-15) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.4.0...liferay-theme-tasks/v11.5.0) diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json index 187fbf1c6..c58d0ba03 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json @@ -79,5 +79,5 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "11.5.2" + "version": "11.5.0" }