From 6f30fcbdb39b0e05ff09f90e2897f50264591ceb Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 24 Oct 2023 17:12:24 +0200 Subject: [PATCH] Release 1.2.6 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- bom/pom.xml | 2 +- build-config/pom.xml | 2 +- code-parent/pom.xml | 2 +- core/pom.xml | 4 ++-- mathml/pom.xml | 4 ++-- pom.xml | 2 +- svg/pom.xml | 4 ++-- 9 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a8803b1..28672f915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.2.6] - 2023-10-24 + ### Added - Add method `Attachable.unregister(HTMLElement)` @@ -665,7 +667,8 @@ Switch to Apache2 license - for dependency upgrades --> -[Unreleased]: https://github.com/hal/elemento/compare/v1.2.5...HEAD +[Unreleased]: https://github.com/hal/elemento/compare/v1.2.6...HEAD +[1.2.6]: https://github.com/hal/elemento/compare/v1.2.5...v1.2.6 [1.2.5]: https://github.com/hal/elemento/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/hal/elemento/compare/v1.2.3...v1.2.4 [1.2.3]: https://github.com/hal/elemento/compare/v1.2.2...v1.2.3 diff --git a/README.md b/README.md index bb7e4154f..e4735bb0b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org org.jboss.elemento elemento-core - 1.2.5 + 1.2.6 ``` @@ -321,7 +321,7 @@ To create SVG elements, add the following dependency to your POM: org.jboss.elemento elemento-svg - 1.2.5 + 1.2.6 ``` @@ -343,7 +343,7 @@ To create MathML elements, add the following dependency to your POM: org.jboss.elemento elemento-mathml - 1.2.5 + 1.2.6 ``` diff --git a/bom/pom.xml b/bom/pom.xml index 049e81f82..44be3365d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.6-SNAPSHOT + 1.2.6 ../pom.xml diff --git a/build-config/pom.xml b/build-config/pom.xml index 6b7b8367f..959aa9e2f 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -22,7 +22,7 @@ org.jboss.elemento elemento-parent - 1.2.6-SNAPSHOT + 1.2.6 ../pom.xml diff --git a/code-parent/pom.xml b/code-parent/pom.xml index c5ed3d614..83328fd89 100644 --- a/code-parent/pom.xml +++ b/code-parent/pom.xml @@ -23,7 +23,7 @@ org.jboss.elemento elemento-parent - 1.2.6-SNAPSHOT + 1.2.6 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 067231ce1..611cd95cb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.6-SNAPSHOT + 1.2.6 ../code-parent/pom.xml elemento-core - 1.2.6-SNAPSHOT + 1.2.6 jar Elemento Core Elemento Core API diff --git a/mathml/pom.xml b/mathml/pom.xml index 20ac5ecbf..1751a7078 100644 --- a/mathml/pom.xml +++ b/mathml/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.6-SNAPSHOT + 1.2.6 ../code-parent/pom.xml elemento-mathml - 1.2.6-SNAPSHOT + 1.2.6 jar Elemento MathML Elemento MathML API diff --git a/pom.xml b/pom.xml index 5d602d941..126518eca 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jboss.elemento elemento-parent - 1.2.6-SNAPSHOT + 1.2.6 pom Elemento Parent Builder API and other goodies for GWT Elemental diff --git a/svg/pom.xml b/svg/pom.xml index 43610422a..eda5b1bb7 100644 --- a/svg/pom.xml +++ b/svg/pom.xml @@ -24,12 +24,12 @@ org.jboss.elemento elemento-code-parent - 1.2.6-SNAPSHOT + 1.2.6 ../code-parent/pom.xml elemento-svg - 1.2.6-SNAPSHOT + 1.2.6 jar Elemento SVG Elemento SVG API