Skip to content

Commit 363b5d9

Browse files
authored
Merge pull request #196 from UW-Macrostrat/bump-versions
Update version requirements
2 parents 820c4c5 + 83b1dc3 commit 363b5d9

File tree

10 files changed

+25
-5
lines changed

10 files changed

+25
-5
lines changed

packages/api-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
## [1.1.4] - 2025-12-19
10+
11+
Increase alignment of GeoJSON types
12+
913
## [1.1.3] - 2025-11-28
1014

1115
- Update `MacrostratInterval` and `Interval` types

packages/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/api-types",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Type definitions for Macrostrat's API",
55
"main": "./src/index.d.ts",
66
"types": "./src/index.d.ts",

packages/column-components/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+
## [1.4.2] - 2025-12-19
8+
9+
Small fixes to typings
10+
711
## [1.4.1] - 2025-12-13
812

913
Small fixes to note components

packages/column-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/column-components",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "React rendering primitives for stratigraphic columns",
55
"keywords": [
66
"geology",

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.4.2] - 2025-12-19
8+
9+
Update minimum versions of dependencies
10+
711
## [2.4.1] - 2025-12-18
812

913
- Improve unit selection

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

packages/stratigraphy-utils/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+
## [1.1.0] - 2025-12-19
8+
9+
Add functions for correlating age ranges
10+
711
## [1.0.2] - 2025-11-28
812

913
Improve the calculation of stratigraphic age ranges

packages/stratigraphy-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/stratigraphy-utils",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Utility functions for dealing with stratigraphy",
55
"source": "src/index.ts",
66
"type": "module",

packages/timescale/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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.3.2] - 2025-12-19
10+
11+
Fix typescript error
12+
913
## [2.3.1] - 2025-12-11
1014

1115
Fix coloring using `intervalStyle` prop, which was mistakenly overridden in the

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.3.1",
3+
"version": "2.3.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)