File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed
Expand file tree Collapse file tree 5 files changed +11
-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+ ## [ 1.0.3] - 2025-03-08
8+
9+ Export ` UnitDetailsPanel `
10+
711## [ 1.0.2] - 2025-02-16
812
913Improve column styles
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/column-views" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Data views for Macrostrat stratigraphic columns" ,
55 "type" : " module" ,
66 "source" : " src/index.ts" ,
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ export * from "./providers";
55export * from "./helpers" ;
66export * from "./map" ;
77export * from "./column" ;
8+ export * from "./unit-details" ;
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+ ## [ 1.2.4] - 2025-03-08
8+
9+ Fix some small styling errors
10+
711## [ 1.2.3] - 2025-02-23
812
913- Allow map interface to be rendered without a context panel
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/map-interface" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "description" : " Map interface for Macrostrat" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments