Skip to content

Commit 50d25aa

Browse files
committed
Updated changelogs and package versions
1 parent 609ae3a commit 50d25aa

File tree

35 files changed

+91
-20
lines changed

35 files changed

+91
-20
lines changed

packages/color-utils/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.2.1] - 2026-01-29
10+
11+
- Change layout of `package.json` and explicitly mark no side effects.
12+
913
## [1.2.0] - 2026-01-27
1014

1115
Change build system from Parcel to Vite

packages/color-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/color-utils",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Color utility functions",
55
"repository": {
66
"type": "git",

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. 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.0.4] - 2026-01-29
8+
9+
- Change layout of `package.json`
10+
- Remove `ui-box` dependency in favor of `@macrostrat/ui-components`
11+
- Remove color picker
12+
- Bundle `labella` dependency to avoid CommonJS issues
13+
714
## [2.0.3] - 2026-01-28
815

916
Update handling of `@uiw/react-color` dependency

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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "React rendering primitives for stratigraphic columns",
55
"keywords": [
66
"geology",

packages/column-creator/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-creator",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"description": "Interface for defining stratigraphic columns in a standardized format",
66
"repository": {

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+
## [3.0.3] - 2026-01-29
8+
9+
- Change layout of `package.json`
10+
711
## [3.0.2] - 2026-01-28
812

913
Add rollup interop to fix CommonJS dependency linking issues

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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Data views for Macrostrat stratigraphic columns",
55
"repository": {
66
"type": "git",

packages/data-components/CHANGELOG.md

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

3+
## [1.0.1] - 2026-01-29
4+
5+
- Change layout of `package.json`
6+
37
## [1.0.0] - 2026-01-26
48

59
- Update peer dependencies to React 18

packages/data-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/data-components",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "A library of React components tailored for Macrostrat data and endpoints",
55
"repository": {
66
"type": "git",

packages/data-sheet/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [3.0.2] - 2026-01-29
8+
9+
- Change layout of `package.json` and remove `@uiw/react-color` dependency in
10+
favor of `@macrostrat/ui-components` color picker
11+
712
## [3.0.1] - 2026-01-28
813

914
Update handling of `@uiw/react-color` dependency

0 commit comments

Comments
 (0)