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" }