diff --git a/CHANGELOG.commits b/CHANGELOG.commits index 0f62e3dca..3699877b7 100644 --- a/CHANGELOG.commits +++ b/CHANGELOG.commits @@ -1,4 +1,5 @@ -7.0.0:8232a7a9b4f171cd39d308d86eefd9ce2121769e..66ae0e0e3c86c6ac5c50d32ba98ff38c2781ef1c +7.0.1:bd4ed0488324ce2a6e3cd35efd8c77da90720362..d4bafa36754932ec4b00325a690fb42ea82bdae4 +7.0.0:8232a7a9b4f171cd39d308d86eefd9ce2121769e..bd4ed0488324ce2a6e3cd35efd8c77da90720362 6.0.0:24b33093382cf2e0d14b7b22cc6f15786cb0c267..8232a7a9b4f171cd39d308d86eefd9ce2121769e 5.0.1:964b6366cdf26cf5c93b7a4d8802efdd1c75543b..24b33093382cf2e0d14b7b22cc6f15786cb0c267 5.0.0:8cdb866d7f232f1dc89e58d47906aa931067c57f..964b6366cdf26cf5c93b7a4d8802efdd1c75543b diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index f081a56af..988d56b29 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,37 @@ # Liferay Blade CLI Change Log +## 7.0.1 - 2024-07-26 + +### Commits +- [LPD-31577] liferay-blade-cli: bumps expected version of workspace in tests +(4305a9108a) +- [LPD-31577] liferay-blade-cli: bumps version of project templates (54bd599f66) +- [BLADE-750] cli: fixes Gradle 8 implicit dependency error (6404a33a6a) +- [BLADE-750] cli: temp ignores test case while Project Templates are being +updated (48fb3b724e) +- [BLADE-750] bnd.bnd: fixes missing class error (7ac3d4b1f4) +- [BLADE-750] liferay-blade-cli: move to Gradle 8.4 - gw wrapper --version 8.4 +(c54c1b7b35) +- [BLADE-750] cli: allows extra properties (6cfef29ced) +- [LPD-28297] cli: removes sorting test case since Blade no longer controls +sorting (890266a836) + +### Dependencies +- [LPD-32144] Update the com.liferay.blade.extensions.maven.profile dependency +to version 1.0.41. +- [LPD-32144] Update the com.liferay.project.templates.js.theme dependency to +version 1.0.24. +- [LPD-32144] Update the com.liferay.project.templates.js.widget dependency to +version 1.0.25. +- [LPD-31577] Update the com.liferay.project.templates dependency to version +5.0.295. +- [LPD-28297] Update the com.liferay.blade.extensions.maven.profile dependency +to version 1.0.41-SNAPSHOT. +- [LPD-28297] Update the com.liferay.project.templates.js.theme dependency to +version 1.0.24-SNAPSHOT. +- [LPD-28297] Update the com.liferay.project.templates.js.widget dependency to +version 1.0.25-SNAPSHOT. + ## 7.0.0 - 2024-06-11 ### Commits @@ -2847,6 +2879,7 @@ maintainability (7f9bc3f45e) [BLADE-743]: https://issues.liferay.com/browse/BLADE-743 [BLADE-744]: https://issues.liferay.com/browse/BLADE-744 [BLADE-745]: https://issues.liferay.com/browse/BLADE-745 +[BLADE-750]: https://issues.liferay.com/browse/BLADE-750 [IDE-2756]: https://issues.liferay.com/browse/IDE-2756 [IDE-3043]: https://issues.liferay.com/browse/IDE-3043 [IDE-3167]: https://issues.liferay.com/browse/IDE-3167 @@ -2856,6 +2889,8 @@ maintainability (7f9bc3f45e) [LCD-14300]: https://issues.liferay.com/browse/LCD-14300 [LPD-28093]: https://issues.liferay.com/browse/LPD-28093 [LPD-28297]: https://issues.liferay.com/browse/LPD-28297 +[LPD-31577]: https://issues.liferay.com/browse/LPD-31577 +[LPD-32144]: https://issues.liferay.com/browse/LPD-32144 [LPS-47580]: https://issues.liferay.com/browse/LPS-47580 [LPS-50156]: https://issues.liferay.com/browse/LPS-50156 [LPS-58672]: https://issues.liferay.com/browse/LPS-58672 diff --git a/cli/build.gradle b/cli/build.gradle index 177f4c3aa..0d20a80db 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -114,9 +114,9 @@ dependencies { api name: "org.objectweb.asm.tree-6.0.0" api name: "org.objectweb.asm.util-6.0.0" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.41-SNAPSHOT" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.24-SNAPSHOT" - bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.25-SNAPSHOT" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.41" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.24" + bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.25" compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0" compileOnly project(":gradle-tooling") @@ -325,6 +325,6 @@ unzipPortal { finalizedBy("processZipsResources") } -version = "7.0.1-SNAPSHOT" +version = "7.0.1" apply from: "blade-jar-smoke-tests.gradle" \ No newline at end of file diff --git a/extensions/maven-profile/build.gradle b/extensions/maven-profile/build.gradle index fa7ae77ea..e35c8c5f9 100644 --- a/extensions/maven-profile/build.gradle +++ b/extensions/maven-profile/build.gradle @@ -44,4 +44,4 @@ publishing { } } -version = "1.0.41-SNAPSHOT" \ No newline at end of file +version = "1.0.41" \ No newline at end of file diff --git a/extensions/project-templates-js-theme/build.gradle b/extensions/project-templates-js-theme/build.gradle index 7d0e0e111..4a2e7c48f 100644 --- a/extensions/project-templates-js-theme/build.gradle +++ b/extensions/project-templates-js-theme/build.gradle @@ -59,4 +59,4 @@ test { } } -version = "1.0.24-SNAPSHOT" \ No newline at end of file +version = "1.0.24" \ No newline at end of file diff --git a/extensions/project-templates-js-widget/build.gradle b/extensions/project-templates-js-widget/build.gradle index 6e83a2a4e..0b44f5fa9 100644 --- a/extensions/project-templates-js-widget/build.gradle +++ b/extensions/project-templates-js-widget/build.gradle @@ -57,4 +57,4 @@ test { } } -version = "1.0.25-SNAPSHOT" \ No newline at end of file +version = "1.0.25" \ No newline at end of file diff --git a/extensions/project-templates-social-bookmark/build.gradle b/extensions/project-templates-social-bookmark/build.gradle index 37b8b5523..4e4b3577d 100644 --- a/extensions/project-templates-social-bookmark/build.gradle +++ b/extensions/project-templates-social-bookmark/build.gradle @@ -59,4 +59,4 @@ publishing { } } -version = "1.0.22-SNAPSHOT" \ No newline at end of file +version = "1.0.22" \ No newline at end of file diff --git a/extensions/remote-deploy-command/build.gradle b/extensions/remote-deploy-command/build.gradle index d74418515..9bdec7b22 100644 --- a/extensions/remote-deploy-command/build.gradle +++ b/extensions/remote-deploy-command/build.gradle @@ -37,4 +37,4 @@ publishing { } } -version = "1.0.32-SNAPSHOT" \ No newline at end of file +version = "1.0.32" \ No newline at end of file diff --git a/gradle-tooling/build.gradle b/gradle-tooling/build.gradle index fad519512..febdcfaa0 100644 --- a/gradle-tooling/build.gradle +++ b/gradle-tooling/build.gradle @@ -17,4 +17,4 @@ publishing { } */ -version = "1.2.25-SNAPSHOT" \ No newline at end of file +version = "1.2.25" \ No newline at end of file