Skip to content

Commit

Permalink
Merge pull request #90 from inkonchain/feat/publish-ink-nav
Browse files Browse the repository at this point in the history
chore: publish 0.5.3 with inknav components
  • Loading branch information
fran-ink authored Jan 29, 2025
2 parents 320a2b4 + 25b2159 commit a543272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions src/layout/InkLayout/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from "./InkLayout";
export * from "./InkLayoutSideNav";
export * from "./InkNavLink";
export * from "./MobileNav";

0 comments on commit a543272

Please sign in to comment.