Skip to content

Commit 13ee84b

Browse files
committed
Updated changelogs
1 parent 1cd6040 commit 13ee84b

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

packages/data-components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [0.3.0] - 2026-01-20
44

5-
- Replace `node-fetch` with `cross-fetch`
5+
- Replace `node-fetch` with `cross-fetch` in `PrevalentTaxa` component
66

77
## [0.2.2] - 2025-11-28
88

packages/data-sheet/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.2.4] - 2026-01-17
7+
## [2.2.4] - 2026-01-20
88

9-
Modernize `react-color` dependency
9+
- Modernize `react-color` dependency
10+
- Modernize data editor handling
1011

1112
## [2.2.3] - 2026-01-17
1213

packages/data-sheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/data-sheet",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Scalable data sheet with optional editing capabilities",
55
"type": "module",
66
"source": "src/index.ts",

packages/ui-components/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [4.6.0] - 2026-01-20
4+
5+
- Modernized color picker component
6+
- Remove last `findDOMNode` usage in `ConfinedImage` for React 19 compatibility
7+
38
## [4.5.3] - 2025-12-13
49

510
Small update to formatting

packages/ui-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/ui-components",
3-
"version": "4.5.3",
3+
"version": "4.6.0",
44
"description": "UI components for React and Blueprint.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)