Skip to content

Commit 4864603

Browse files
javier-godoymlopezFC
authored andcommitted
build: update @flowingcode/fc-applayout version to 0.9.8
1 parent ecb2cdd commit 4864603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
*/
4343
@SuppressWarnings("serial")
4444
@Tag("fc-applayout")
45-
@JsModule("@flowingcode/fc-applayout/fc-applayout.js")
46-
@NpmPackage(value = "@flowingcode/fc-applayout", version = "0.9.7")
45+
@JsModule("@flowingcode/fc-applayout/src/fc-applayout.ts")
46+
@NpmPackage(value = "@flowingcode/fc-applayout", version = "0.9.8")
4747
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
4848
public class AppLayout extends Div implements RouterLayout {
4949

0 commit comments

Comments
 (0)