Skip to content

Commit

Permalink
release 0.3.6 overview timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe committed Jan 30, 2024
1 parent 92d2974 commit d1355e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": "[email protected]",
"name": "@covalenthq/goldrush-kit",
"version": "0.3.5",
"version": "0.3.6",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export { XYKWalletTransactionsListView } from "./components/Organisms/XYK/XYKWal
export { XYKWalletInformation } from "./components/Molecules/XYK/XYKWalletInformation/XYKWalletInformation";

export { XYKOverviewTransactionsListView } from "./components/Organisms/XYK/XYKOverviewTransactionsListView/XYKOverviewTransactionsListView";
export { XYKOverviewTimeSeries } from "./components/Molecules/XYK/XYKOverviewTimeSeries/XYKOverviewTimeSeries";

export { type NFTDetailViewProps } from "./utils/types/organisms.types";
export { type AddressActivityListViewProps } from "./utils/types/organisms.types";
Expand Down

0 comments on commit d1355e5

Please sign in to comment.