Skip to content

Commit 4e9e66f

Browse files
authored
Merge pull request #105 from UW-Macrostrat/column-update
Column-views update to 2.1.1
2 parents dff1554 + da106f8 commit 4e9e66f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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+
## [2.1.1] - 2025-06-26
8+
9+
- Remove local reference
10+
711
## [2.1.0] - 2025-06-25
812

913
- `UnitDetailsContent` allows setting item click or href for Environments,

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": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Data views for Macrostrat stratigraphic columns",
55
"type": "module",
66
"source": "src/index.ts",

packages/column-views/src/unit-details/panel.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ import { Button, ButtonGroup } from "@blueprintjs/core";
55
import { ReactNode, useMemo, useState } from "react";
66
import {
77
DataField,
8-
// EnvironmentsList,
8+
EnvironmentsList,
99
IntervalShort,
1010
IntervalTag,
1111
ItemList,
12-
// LithologyList,
12+
LithologyList,
1313
LithologyTagFeature,
1414
Parenthetical,
1515
Value,
1616
} from "@macrostrat/data-components";
17-
import { LithologyList, EnvironmentsList } from "../../../data-components/src";
1817
import { useMacrostratData, useMacrostratDefs } from "../data-provider";
1918
import {
2019
Environment,

0 commit comments

Comments
 (0)