From 25b21595513a491d49ab6ff342f5f731acfbfe7e Mon Sep 17 00:00:00 2001 From: fran-ink <171171801+fran-ink@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:54:57 -0500 Subject: [PATCH] chore: publish 0.5.3 with inknav components --- package.json | 2 +- src/layout/InkLayout/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f10b571..58509d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inkonchain/ink-kit", - "version": "0.5.2", + "version": "0.5.3", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", diff --git a/src/layout/InkLayout/index.ts b/src/layout/InkLayout/index.ts index cc52910..5659735 100644 --- a/src/layout/InkLayout/index.ts +++ b/src/layout/InkLayout/index.ts @@ -1,2 +1,4 @@ export * from "./InkLayout"; export * from "./InkLayoutSideNav"; +export * from "./InkNavLink"; +export * from "./MobileNav";