Skip to content

Commit 38c50ef

Browse files
committed
Release 2.4.0
1 parent 30f6972 commit 38c50ef

File tree

30 files changed

+33
-30
lines changed

30 files changed

+33
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [2.4.0] - 2025-11-13
11+
1012
### Added
1113

1214
- New module `elemento-intl` with support of the [Intl](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) JavaScript API
@@ -1248,7 +1250,8 @@ Switch to Apache2 license
12481250
- for dependency upgrades
12491251
-->
12501252

1251-
[Unreleased]: https://github.com/hal/elemento/compare/v2.3.2...HEAD
1253+
[Unreleased]: https://github.com/hal/elemento/compare/v2.4.0...HEAD
1254+
[2.4.0]: https://github.com/hal/elemento/compare/v2.3.2...v2.4.0
12521255
[2.3.2]: https://github.com/hal/elemento/compare/v2.3.1...v2.3.2
12531256
[2.3.1]: https://github.com/hal/elemento/compare/v2.3.0...v2.3.1
12541257
[2.3.0]: https://github.com/hal/elemento/compare/v2.2.2...v2.3.0

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.jboss.elemento</groupId>
3131
<artifactId>elemento-bom</artifactId>
32-
<version>2.3.3-SNAPSHOT</version>
32+
<version>2.4.0</version>
3333
<packaging>pom</packaging>
3434
<name>Elemento BOM</name>
3535
<description>Bill of materials</description>

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.elemento</groupId>
2525
<artifactId>elemento-parent</artifactId>
26-
<version>2.3.3-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.elemento</groupId>
2525
<artifactId>elemento-parent</artifactId>
26-
<version>2.3.3-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss.elemento</groupId>
2525
<artifactId>elemento-code-parent</artifactId>
26-
<version>2.3.3-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ easiest way is to import its BOM
99
<dependency>
1010
<groupId>org.jboss.elemento</groupId>
1111
<artifactId>elemento-bom</artifactId>
12-
<version>2.3.2</version>
12+
<version>2.4.0</version>
1313
<type>pom</type>
1414
<scope>import</scope>
1515
</dependency>

docs/flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add the following dependency to use `elemento-flow`:
6464
<dependency>
6565
<groupId>org.jboss.elemento</groupId>
6666
<artifactId>elemento-flow</artifactId>
67-
<version>2.3.2</version>
67+
<version>2.4.0</version>
6868
</dependency>
6969
```
7070

docs/intl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Add the following dependency to use `elemento-intl`:
121121
<dependency>
122122
<groupId>org.jboss.elemento</groupId>
123123
<artifactId>elemento-intl</artifactId>
124-
<version>2.3.2</version>
124+
<version>2.4.0</version>
125125
</dependency>
126126
```
127127

docs/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add the following dependency to use `elemento-logger`:
6868
<dependency>
6969
<groupId>org.jboss.elemento</groupId>
7070
<artifactId>elemento-logger</artifactId>
71-
<version>2.3.2</version>
71+
<version>2.4.0</version>
7272
</dependency>
7373
```
7474

docs/mathml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To create MathML elements, add the following dependency to your POM:
66
<dependency>
77
<groupId>org.jboss.elemento</groupId>
88
<artifactId>elemento-mathml</artifactId>
9-
<version>2.3.2</version>
9+
<version>2.4.0</version>
1010
</dependency>
1111
```
1212

0 commit comments

Comments
 (0)