File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
44is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
55project 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
Original file line number Diff line number Diff line change 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" ,
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:^" ,
You can’t perform that action at this time.
0 commit comments