Skip to content

Commit b436637

Browse files
committed
Updated rollup interop
1 parent 6dd9512 commit b436637

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

packages/column-components/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+
## [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

packages/column-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

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.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

packages/column-views/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/form-components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

packages/form-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/map-interface/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+
## [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

toolchain/bundler/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function buildStandardViteConfig(
138138
],
139139
output: {
140140
preserveModules: true,
141-
exports: "default",
141+
interop: "auto",
142142
},
143143
},
144144
},

0 commit comments

Comments
 (0)