File tree Expand file tree Collapse file tree 8 files changed +20
-4
lines changed
Expand file tree Collapse file tree 8 files changed +20
-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+ ## [ 2.0.2] - 2026-01-28
8+
9+ Add rollup interop to fix CommonJS dependency linking issues
10+
711## [ 2.0.1] - 2026-01-28
812
913- Improve linking of CommonJS dependencies
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/column-components" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " React rendering primitives for stratigraphic columns" ,
55 "keywords" : [
66 " geology" ,
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.2] - 2026-01-28
8+
9+ Add rollup interop to fix CommonJS dependency linking issues
10+
711## [ 3.0.1] - 2026-01-28
812
913- Fix CommonJS dependency linking issues
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/column-views" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " Data views for Macrostrat stratigraphic columns" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.2] - 2026-01-28
4+
5+ Add rollup interop to fix CommonJS dependency linking issues
6+
37## [ 1.0.1] - 2026-01-28
48
59- Fix CommonJS dependency linking issues
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/form-components" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Form components for user input into Macrostrat apps" ,
55 "repository" : {
66 "type" : " git" ,
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+ ## [ 2.0.1] - 2026-01-28
8+
9+ Add rollup interop to fix CommonJS dependency linking issues
10+
711## [ 2.0.0] - 2026-01-26
812
913- Update peer dependencies to React 18
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ function buildStandardViteConfig(
138138 ] ,
139139 output : {
140140 preserveModules : true ,
141- exports : "default " ,
141+ interop : "auto " ,
142142 } ,
143143 } ,
144144 } ,
You can’t perform that action at this time.
0 commit comments