Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/column-views/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.1] - 2026-01-28

- Fix CommonJS dependency linking issues

## [3.0.0] - 2026-01-26

- Update peer dependencies to React 18
Expand Down
4 changes: 2 additions & 2 deletions packages/column-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/column-views",
"version": "3.0.0",
"version": "3.0.1",
"description": "Data views for Macrostrat stratigraphic columns",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^18.0.0||^19.0.0"
},
"dependencies": {
"@blueprintjs/core": "^6.0.0",
"@blueprintjs/core": "^6.6.1",
"@macrostrat/api-types": "workspace:^",
"@macrostrat/color-utils": "workspace:^",
"@macrostrat/column-components": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ __metadata:
languageName: node
linkType: hard

"@blueprintjs/core@npm:^6.0.0, @blueprintjs/core@npm:^6.6.1":
"@blueprintjs/core@npm:^6.6.1":
version: 6.6.1
resolution: "@blueprintjs/core@npm:6.6.1"
dependencies:
Expand Down Expand Up @@ -1219,7 +1219,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@macrostrat/column-views@workspace:packages/column-views"
dependencies:
"@blueprintjs/core": "npm:^6.0.0"
"@blueprintjs/core": "npm:^6.6.1"
"@macrostrat/api-types": "workspace:^"
"@macrostrat/color-utils": "workspace:^"
"@macrostrat/column-components": "workspace:^"
Expand Down
Loading