Skip to content

Commit

Permalink
feat: rename @vaadin/hilla-core to @vaadin/hilla-frontend
Browse files Browse the repository at this point in the history
Fixes #2047
  • Loading branch information
taefi committed Feb 8, 2024
1 parent 991a777 commit 36ffb9c
Show file tree
Hide file tree
Showing 90 changed files with 363 additions and 329 deletions.
149 changes: 90 additions & 59 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*/
@RestController
@Import({ EndpointControllerConfiguration.class, EndpointProperties.class })
@NpmPackage(value = "@vaadin/hilla-core", version = "24.4.0-alpha3")
@NpmPackage(value = "@vaadin/hilla-frontend", version = "24.4.0-alpha3")
public class EndpointController {
private static final Logger LOGGER = LoggerFactory
.getLogger(EndpointController.class);
Expand Down
Loading

0 comments on commit 36ffb9c

Please sign in to comment.