Skip to content

Commit d2c85f9

Browse files
paodbmlopezFC
authored andcommitted
feat: update web-component version to 1.4.0
This new version adds support for styling menu container.
1 parent 59ede25 commit d2c85f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/addons/applayout/AppLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@SuppressWarnings("serial")
4444
@Tag("fc-applayout")
4545
@JsModule("@flowingcode/fc-applayout/fc-applayout.js")
46-
@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.3.0")
46+
@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.4.0")
4747
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
4848
public class AppLayout extends Div implements RouterLayout {
4949

0 commit comments

Comments
 (0)