We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad8d5d commit 4722b34Copy full SHA for 4722b34
packages/ui-components/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [4.3.4] - 2025-07-09
4
+
5
+- Fix export issue
6
7
## [4.3.3] - 2025-07-03
8
9
- PostgRESTInfiniteScrollView created handling filters and order
packages/ui-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/ui-components",
- "version": "4.3.3",
+ "version": "4.3.4",
"description": "UI components for React and Blueprint.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
packages/ui-components/src/index.ts
@@ -1,5 +1,6 @@
export * from "./api";
export * from "./infinite-scroll";
+export * from "./postgrest-infinite-scroll";
export * from "./buttons";
export * from "./collapse-panel";
export * from "./link-card";
0 commit comments