| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 6 | 6 | ||
| 7 | 7 | ## [Unreleased] | |
| 8 | 8 | ||
| 9 | + ## [0.9.4] - 2026-07-08 | ||
| 10 | + | ||
| 9 | 11 | ### Added | |
| 10 | 12 | ||
| 11 | 13 | - Add `HTMLContainerBuilder` factory methods to `ExpandableSectionToggle` for custom wrapper elements | |
@@ -1154,7 +1156,8 @@ Stay tuned for more to come... | |||
| 1154 | 1156 | - for dependency upgrades | |
| 1155 | 1157 | --> | |
| 1156 | 1158 | ||
| 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 | ||
| 1158 | 1161 | [0.9.3]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.2...v0.9.3 | |
| 1159 | 1162 | [0.9.2]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.1...v0.9.2 | |
| 1160 | 1163 | [0.9.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.9.0...v0.9.1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ card().flat().rounded().large() | |||
| 19 | 19 | <dependency> | |
| 20 | 20 | <groupId>org.patternfly</groupId> | |
| 21 | 21 | <artifactId>patternfly-java-bom</artifactId> | |
| 22 | - <version>0.9.3</version> | ||
| 22 | + <version>0.9.4</version> | ||
| 23 | 23 | <type>pom</type> | |
| 24 | 24 | <scope>import</scope> | |
| 25 | 25 | </dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.9.4-SNAPSHOT</version> | ||
| 26 | + <version>0.9.4</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | 30 | <groupId>org.patternfly</groupId> | |
| 31 | 31 | <artifactId>patternfly-java-bom</artifactId> | |
| 32 | - <version>0.9.4-SNAPSHOT</version> | ||
| 32 | + <version>0.9.4</version> | ||
| 33 | 33 | <packaging>pom</packaging> | |
| 34 | 34 | <name>PatternFly Java BOM</name> | |
| 35 | 35 | <description>Bill of materials</description> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-parent</artifactId> | |
| 26 | - <version>0.9.4-SNAPSHOT</version> | ||
| 26 | + <version>0.9.4</version> | ||
| 27 | 27 | <relativePath>../pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,5 +58,5 @@ | |||
| 58 | 58 | "dev": "vite" | |
| 59 | 59 | }, | |
| 60 | 60 | "type": "module", | |
| 61 | - "version": "0.9.4-SNAPSHOT" | ||
| 61 | + "version": "0.9.4" | ||
| 62 | 62 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.9.4-SNAPSHOT</version> | ||
| 26 | + <version>0.9.4</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-parent</artifactId> | |
| 26 | - <version>0.9.4-SNAPSHOT</version> | ||
| 26 | + <version>0.9.4</version> | ||
| 27 | 27 | <relativePath>../pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.9.4-SNAPSHOT</version> | ||
| 26 | + <version>0.9.4</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,5 +33,5 @@ | |||
| 33 | 33 | "url": "git+https://github.com/patternfly-java/patternfly-java.git" | |
| 34 | 34 | }, | |
| 35 | 35 | "style": "core.css", | |
| 36 | - "version": "0.9.4-SNAPSHOT" | ||
| 36 | + "version": "0.9.4" | ||
| 37 | 37 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments