Skip to content

Commit 8a0b0ff

Browse files
committed
Add changelog entries
1 parent e37da06 commit 8a0b0ff

File tree

37 files changed

+203
-43
lines changed

37 files changed

+203
-43
lines changed

packages/api-types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2025-02-14
9+
10+
First public release of the API types package, including types for columns, units and measurements
11+
for Macrostrat's v2 API.

packages/api-types/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Macrostrat API Types
2+
3+
Type definitions for Macrostrat API responses.

packages/color-utils/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2024-10-26
9+
10+
- First public release of the `@macrostrat/color-utils` library
11+
- Added `asChromaColor`, `getColorPair`, and `toRGBAString` functions
12+
13+
## [1.0.1] - 2025-02-14
14+
15+
- Fix packaging issues
16+
- Update typings

packages/color-utils/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Macrostrat color utilities
2+
3+
This package contains utilities for working with colors, based on `chroma-js`.

packages/column-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.0] - 2025-02-14
8+
9+
- First full release of the `@macrostrat/column-components` library
10+
- Improve Typescript coverage
11+
- Add storybook examples
12+
- Modernize some React components
13+
714
## [1.0.0-dev2] - 2024-10-02
815

916
- Fix package specifiers

packages/column-views/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.0] - 2025-02-14
8+
9+
- First full release of the `@macrostrat/column-views` library
10+
- Centralize column rendering components
11+
- Create storybook examples
12+
- Improve Typescript coverage
13+
- Start process of simplifying React components
14+
- Switch to `zustand` for some state management

packages/column-views/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Column views
2+
3+
Viewers for Macrostrat stratigraphic columns and correlation diagrams.

packages/data-sheet/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [2.0.0] - 2025-02-14
8+
9+
- New version of the `@macrostrat/data-sheet` library based on `@blueprintjs/table` and `@blueprintjs/core`
10+
- Full-featured and customizable virtualized data sheet
11+
- Preliminary support for windowed loading and [PostgREST](https://postgrest.org) data fetching
12+
- Standardized approach to tooltips, context menus, and other controls
13+
14+
## [1.0.0] - 2021 to 2024
15+
16+
- Initial release of the `@macrostrat/data-sheet` library based on `react-datasheet`

packages/data-sheet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data sheet 2
1+
# Data sheet
22

33
A new data sheet component for Macrostrat based on the BlueprintJS table component.
44
This will eventually replace the existing data sheet component.

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.0.1",
3+
"version": "2.0.0",
44
"description": "",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)