Skip to content

Commit 617c71e

Browse files
authored
Merge pull request #39 from lgdd/release-please--branches--main
chore(main): release 2.7.0
2 parents 7315720 + b383522 commit 617c71e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.0"
2+
".": "2.7.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.7.0](https://github.com/lgdd/liferay-starter/compare/v2.6.0...v2.7.0) (2024-04-16)
4+
5+
6+
### Features
7+
8+
* add 7.4 support ([6a5f448](https://github.com/lgdd/liferay-starter/commit/6a5f448f88196f543efd71075d203321c23a40e7))
9+
* **theme:** add support for classic template ([6713e28](https://github.com/lgdd/liferay-starter/commit/6713e2830962123f73da66e8d8b4461297e6de00))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** build uber jar for github release ([214e51c](https://github.com/lgdd/liferay-starter/commit/214e51c5fa85bc808e3c3576f73bd764961f0eae))
15+
* **ci:** dockerfile path syntax error ([976284f](https://github.com/lgdd/liferay-starter/commit/976284fffe67779022df2c19fee500d93a5ad426))
16+
* **ci:** missing condition for release ([852e2b5](https://github.com/lgdd/liferay-starter/commit/852e2b553244d5c1c9d71bc44f24ef43be3cb4d1))
17+
* **ci:** specify file for docker builds ([a3fc4ca](https://github.com/lgdd/liferay-starter/commit/a3fc4ca370256f053c8d930a9a8e2b9728916ba1))
18+
* docker images ([3f03e99](https://github.com/lgdd/liferay-starter/commit/3f03e99a7614d5e647f3879e6c3bdbb9510feed5))
19+
* service builder gradle goals ([4cc8a3b](https://github.com/lgdd/liferay-starter/commit/4cc8a3b2e1fcf760ae0b01c8ff3dc5d08b3d91cd))
20+
* **theme:** broken generation for 7.4 ([2e7b854](https://github.com/lgdd/liferay-starter/commit/2e7b854d89a7c820ed00d6af80579541a0db3647))
21+
322
## [2.6.0](https://github.com/lgdd/liferay-starter/compare/v2.5.4...v2.6.0) (2024-04-16)
423

524

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.lgdd.liferay.starter</groupId>
55
<artifactId>liferay-starter</artifactId>
6-
<version>2.6.0</version>
6+
<version>2.7.0</version>
77

88
<properties>
99
<commons-compress.version>1.26.1</commons-compress.version>

0 commit comments

Comments
 (0)