Skip to content

Commit 684889a

Browse files
committed
Fix issues with column-views package
1 parent 84c8ab4 commit 684889a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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:^",

0 commit comments

Comments
 (0)