File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
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:^" ,
Original file line number Diff line number Diff 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:^"
You can’t perform that action at this time.
0 commit comments