From 9b2a9af648f420378b74f98cb685f92e3ca4932d Mon Sep 17 00:00:00 2001 From: Bryce Osterhaus Date: Wed, 17 Jul 2024 09:53:41 -0700 Subject: [PATCH] chore: prepare @liferay/js-api v0.6.0 release --- projects/js-toolkit/packages/js-api/CHANGELOG.md | 8 ++++++++ projects/js-toolkit/packages/js-api/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/projects/js-toolkit/packages/js-api/CHANGELOG.md b/projects/js-toolkit/packages/js-api/CHANGELOG.md index 1c18c4bda..89326c327 100644 --- a/projects/js-toolkit/packages/js-api/CHANGELOG.md +++ b/projects/js-toolkit/packages/js-api/CHANGELOG.md @@ -1,3 +1,11 @@ +## [js-api/v0.6.0](https://github.com/liferay/liferay-frontend-projects/tree/js-api/v0.6.0) (2024-07-17) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-api/v0.6.0-pre.0...js-api/v0.6.0) + +### :new: Features + +- feat(js-api): add fieldName as an argument to FDSFilterHTMLElementBuilderArgs ([\#1226](https://github.com/liferay/liferay-frontend-projects/pull/1226)) + ## [js-api/v0.6.0-pre.0](https://github.com/liferay/liferay-frontend-projects/tree/js-api/v0.6.0-pre.0) (2023-12-20) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/js-api/v0.5.1-pre.0...js-api/v0.6.0-pre.0) diff --git a/projects/js-toolkit/packages/js-api/package.json b/projects/js-toolkit/packages/js-api/package.json index bdc754785..f75f196b1 100644 --- a/projects/js-toolkit/packages/js-api/package.json +++ b/projects/js-toolkit/packages/js-api/package.json @@ -21,5 +21,5 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "0.6.0-pre.0" + "version": "0.6.0" }