Skip to content

Commit

Permalink
chore: Bump to 24.7-SNAPSHOT (#2960)
Browse files Browse the repository at this point in the history
set npm version to 24.7.0-alpha0
  • Loading branch information
Artur- authored Dec 9, 2024
1 parent 72bcc04 commit 1ff7094
Show file tree
Hide file tree
Showing 59 changed files with 186 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults:

on:
push:
branches: [ main, '24.5', '24.4', '2.5', '1.5', '1.4' ]
branches: [ main, '24.6', '24.5', '24.4', '2.5', '1.5', '1.4' ]
paths-ignore:
- 'hilla-logo.svg'
- 'README.md'
Expand Down
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/java/endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>hilla-endpoint</artifactId>
<version>24.6-SNAPSHOT</version>
<version>24.7-SNAPSHOT</version>
<name>Hilla Endpoint</name>
<packaging>jar</packaging>

Expand Down
Loading

0 comments on commit 1ff7094

Please sign in to comment.