Skip to content

Commit fedad4f

Browse files
committed
Release 0.4.8
1 parent ad41fac commit fedad4f

18 files changed

Lines changed: 21 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.8] - 2026-01-19
10+
911
### Added
1012

1113
- Number input component (#73) thanks @mskacelik
@@ -602,7 +604,8 @@ Stay tuned for more to come...
602604
-->
603605

604606
[Removed]: https://github.com/patternfly-java/patternfly-java/compare/v0.2.11...vRemoved
605-
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.7...HEAD
607+
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.8...HEAD
608+
[0.4.8]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.7...v0.4.8
606609
[0.4.7]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.6...v0.4.7
607610
[0.4.6]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.5...v0.4.6
608611
[0.4.5]: https://github.com/patternfly-java/patternfly-java/compare/v0.4.4...v0.4.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PatternFly Java is available on [Maven Central](https://central.sonatype.com/sea
4545
<dependency>
4646
<groupId>org.patternfly</groupId>
4747
<artifactId>patternfly-java-bom</artifactId>
48-
<version>0.4.7</version>
48+
<version>0.4.8</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

apidoc/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.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

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.patternfly</groupId>
3131
<artifactId>patternfly-java-bom</artifactId>
32-
<version>0.4.8-SNAPSHOT</version>
32+
<version>0.4.8</version>
3333
<packaging>pom</packaging>
3434
<name>PatternFly Java 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.patternfly</groupId>
2525
<artifactId>patternfly-java-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

charts/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.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../code-parent/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.patternfly</groupId>
2525
<artifactId>patternfly-java-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

components/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.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../code-parent/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.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

extensions/codeeditor/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.patternfly</groupId>
2525
<artifactId>patternfly-java-code-parent</artifactId>
26-
<version>0.4.8-SNAPSHOT</version>
26+
<version>0.4.8</version>
2727
<relativePath>../../code-parent/pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)