Skip to content

Commit 51f9195

Browse files
authored
Merge pull request #177 from UW-Macrostrat/timescale-updates2
Updated timescale
2 parents bc035a9 + cfa1c46 commit 51f9195

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/timescale/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [2.2.2] - 2025-10-29
10+
11+
- Add the ability to specify your own scale for the timescale
12+
- Add a function prop to allow custom rendering of interval labels
13+
914
## [2.2.1] - 2025-07-01
1015

1116
Timescale default intervals include macrostrat `int_id`

packages/timescale/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/timescale",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A configurable geologic timescale written with React and Typescript",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)