Skip to content

Commit

Permalink
added options for new venus versions in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 27, 2024
1 parent 1e1fbbc commit 76b60d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [fj-doc-playground-quarkus] added options for new venus versions in playground
- [fj-doc-playground-quarkus] quarkus version set to 3.15.1
- [fj-doc-maven-plugin] goal init, flavour quarkus-3, default quarkus version 3.15.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import appService from '../common/app-service';

const DocProjectInit = () => {

const availableVersions = [ '8.8.6', '8.8.5', '8.8.4', '8.8.3', '8.8.2', '8.8.1', '8.8.0', '8.7.6', '8.7.5', '8.7.4' ];
const availableVersions = [ '8.8.9', '8.8.8', '8.8.7', '8.8.6', '8.8.5', '8.8.4', '8.8.3', '8.8.2', '8.8.1', '8.8.0', '8.7.6', '8.7.5', '8.7.4' ];

const [extensionList, setExtensionList] = useState([]); // State to store the list of extensions
const [selectedExtensions, setSelectedExtensions] = useState([]); // State to store selected extensions
Expand Down

0 comments on commit 76b60d0

Please sign in to comment.