Skip to content

Commit 0f5d953

Browse files
committed
Fix broken package
1 parent 3d925a5 commit 0f5d953

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/ui-components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [4.4.1] - 2025-07-18
3+
## [4.4.2] - 2025-07-18
44

55
For PostgRESTInfiniteScrollView
66

packages/ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/ui-components",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "UI components for React and Blueprint.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -46,7 +46,7 @@
4646
"@blueprintjs/datetime2": "^2.3.11",
4747
"@blueprintjs/select": "^5.3.10",
4848
"@macrostrat/hyper": "^3.0.6",
49-
"@macrostrat/map-interface": "workspace:^",
49+
"@macrostrat/map-interface": "1.5.1",
5050
"@types/react": "^18.3.12",
5151
"@types/react-dom": "^18",
5252
"axios": "^1.7.9",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ __metadata:
24842484
languageName: unknown
24852485
linkType: soft
24862486

2487-
"@macrostrat/map-interface@workspace:*, @macrostrat/map-interface@workspace:^, @macrostrat/map-interface@workspace:packages/map-interface":
2487+
"@macrostrat/map-interface@npm:1.5.1, @macrostrat/map-interface@workspace:*, @macrostrat/map-interface@workspace:^, @macrostrat/map-interface@workspace:packages/map-interface":
24882488
version: 0.0.0-use.local
24892489
resolution: "@macrostrat/map-interface@workspace:packages/map-interface"
24902490
dependencies:
@@ -2641,7 +2641,7 @@ __metadata:
26412641
"@blueprintjs/datetime2": "npm:^2.3.11"
26422642
"@blueprintjs/select": "npm:^5.3.10"
26432643
"@macrostrat/hyper": "npm:^3.0.6"
2644-
"@macrostrat/map-interface": "workspace:^"
2644+
"@macrostrat/map-interface": "npm:1.5.1"
26452645
"@types/react": "npm:^18.3.12"
26462646
"@types/react-dom": "npm:^18"
26472647
axios: "npm:^1.7.9"

0 commit comments

Comments
 (0)