FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Release 0.9.4 · patternfly-java/patternfly-java@7a13160 · GitHub

Commit 7a13160

Browse files
committed
Release 0.9.4
1 parent e3f5ee7 commit 7a13160

22 files changed

Lines changed: 25 additions & 22 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.9.4] - 2026-07-08
10+
911
### Added
1012

1113
- Add `HTMLContainerBuilder` factory methods to `ExpandableSectionToggle` for custom wrapper elements
@@ -1154,7 +1156,8 @@ Stay tuned for more to come...
11541156
- for dependency upgrades
11551157
-->
11561158

1157-
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.3...HEAD
1159+
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.4...HEAD
1160+
[0.9.4]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.3...v0.9.4
11581161
[0.9.3]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.2...v0.9.3
11591162
[0.9.2]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.1...v0.9.2
11601163
[0.9.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.0...v0.9.1

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ card().flat().rounded().large()
1919
<dependency>
2020
<groupId>org.patternfly</groupId>
2121
<artifactId>patternfly-java-bom</artifactId>
22-
<version>0.9.3</version>
22+
<version>0.9.4</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</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.9.4-SNAPSHOT</version>
26+
<version>0.9.4</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.9.4-SNAPSHOT</version>
32+
<version>0.9.4</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.9.4-SNAPSHOT</version>
26+
<version>0.9.4</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

‎charts/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
"dev": "vite"
5959
},
6060
"type": "module",
61-
"version": "0.9.4-SNAPSHOT"
61+
"version": "0.9.4"
6262
}

‎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.9.4-SNAPSHOT</version>
26+
<version>0.9.4</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.9.4-SNAPSHOT</version>
26+
<version>0.9.4</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.9.4-SNAPSHOT</version>
26+
<version>0.9.4</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

‎core/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"url": "git+https://github.com/patternfly-java/patternfly-java.git"
3434
},
3535
"style": "core.css",
36-
"version": "0.9.4-SNAPSHOT"
36+
"version": "0.9.4"
3737
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL