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/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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).

## [1.1.4] - 2025-12-19

Increase alignment of GeoJSON types

## [1.1.3] - 2025-11-28

- Update `MacrostratInterval` and `Interval` types
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/api-types",
"version": "1.1.3",
"version": "1.1.4",
"description": "Type definitions for Macrostrat's API",
"main": "./src/index.d.ts",
"types": "./src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/column-components/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).

## [1.4.2] - 2025-12-19

Small fixes to typings

## [1.4.1] - 2025-12-13

Small fixes to note components
Expand Down
2 changes: 1 addition & 1 deletion packages/column-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/column-components",
"version": "1.4.1",
"version": "1.4.2",
"description": "React rendering primitives for stratigraphic columns",
"keywords": [
"geology",
Expand Down
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).

## [2.4.2] - 2025-12-19

Update minimum versions of dependencies

## [2.4.1] - 2025-12-18

- Improve unit selection
Expand Down
2 changes: 1 addition & 1 deletion packages/column-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/column-views",
"version": "2.4.1",
"version": "2.4.2",
"description": "Data views for Macrostrat stratigraphic columns",
"type": "module",
"source": "src/index.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/stratigraphy-utils/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).

## [1.1.0] - 2025-12-19

Add functions for correlating age ranges

## [1.0.2] - 2025-11-28

Improve the calculation of stratigraphic age ranges
Expand Down
2 changes: 1 addition & 1 deletion packages/stratigraphy-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/stratigraphy-utils",
"version": "1.0.2",
"version": "1.1.0",
"description": "Utility functions for dealing with stratigraphy",
"source": "src/index.ts",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/timescale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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).

## [2.3.2] - 2025-12-19

Fix typescript error

## [2.3.1] - 2025-12-11

Fix coloring using `intervalStyle` prop, which was mistakenly overridden in the
Expand Down
2 changes: 1 addition & 1 deletion packages/timescale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/timescale",
"version": "2.3.1",
"version": "2.3.2",
"description": "A configurable geologic timescale written with React and Typescript",
"type": "module",
"source": "src/index.ts",
Expand Down