Skip to content

Commit 3378f53

Browse files
authored
Merge pull request #208 from UW-Macrostrat/cjs-interop
Fix issues with column-views package
2 parents 84c8ab4 + 695275c commit 3378f53

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/column-views/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.1] - 2026-01-28
8+
9+
- Fix CommonJS dependency linking issues
10+
711
## [3.0.0] - 2026-01-26
812

913
- Update peer dependencies to React 18

packages/column-views/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/column-views",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Data views for Macrostrat stratigraphic columns",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"react": "^18.0.0||^19.0.0"
4141
},
4242
"dependencies": {
43-
"@blueprintjs/core": "^6.0.0",
43+
"@blueprintjs/core": "^6.6.1",
4444
"@macrostrat/api-types": "workspace:^",
4545
"@macrostrat/color-utils": "workspace:^",
4646
"@macrostrat/column-components": "workspace:^",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ __metadata:
232232
languageName: node
233233
linkType: hard
234234

235-
"@blueprintjs/core@npm:^6.0.0, @blueprintjs/core@npm:^6.6.1":
235+
"@blueprintjs/core@npm:^6.6.1":
236236
version: 6.6.1
237237
resolution: "@blueprintjs/core@npm:6.6.1"
238238
dependencies:
@@ -1219,7 +1219,7 @@ __metadata:
12191219
version: 0.0.0-use.local
12201220
resolution: "@macrostrat/column-views@workspace:packages/column-views"
12211221
dependencies:
1222-
"@blueprintjs/core": "npm:^6.0.0"
1222+
"@blueprintjs/core": "npm:^6.6.1"
12231223
"@macrostrat/api-types": "workspace:^"
12241224
"@macrostrat/color-utils": "workspace:^"
12251225
"@macrostrat/column-components": "workspace:^"

0 commit comments

Comments
 (0)