Skip to content

Commit 4722b34

Browse files
committed
Fix export
1 parent 6ad8d5d commit 4722b34

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/ui-components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.3.4] - 2025-07-09
4+
5+
- Fix export issue
6+
37
## [4.3.3] - 2025-07-03
48

59
- PostgRESTInfiniteScrollView created handling filters and order

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/ui-components",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"description": "UI components for React and Blueprint.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/ui-components/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from "./api";
22
export * from "./infinite-scroll";
3+
export * from "./postgrest-infinite-scroll";
34
export * from "./buttons";
45
export * from "./collapse-panel";
56
export * from "./link-card";

0 commit comments

Comments
 (0)