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
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.6.1-sdk",
"version": "3.7.4-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.8.3-sdk",
"version": "5.9.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish:storybook": "./scripts/publish-storybook.sh",
"format": "prettier --write .",
"check-types": "tsc --noEmit",
"check-circular": "madge --exclude __archive --circular --extensions ts,tsx ."
"check-circular": "madge --exclude __archive --exclude .yarn --circular --extensions ts,tsx ."
},
"author": "Daven Quinn",
"license": "ISC",
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).

## [2.0.3] - 2026-01-28

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

## [2.0.2] - 2026-01-28

Add rollup interop to fix CommonJS dependency linking issues
Expand Down
4 changes: 2 additions & 2 deletions packages/column-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/column-components",
"version": "2.0.2",
"version": "2.0.3",
"description": "React rendering primitives for stratigraphic columns",
"keywords": [
"geology",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@macrostrat/stratigraphy-utils": "workspace:^",
"@macrostrat/timescale": "workspace:^",
"@macrostrat/ui-components": "workspace:^",
"@uiw/react-color-swatch": "^2.9.2",
"@uiw/react-color": "^2.9.2",
"chroma-js": "^3.2.0",
"classnames": "^2.5.1",
"d3-axis": "^3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from "react";
import h from "@macrostrat/hyper";
import Swatch from "@uiw/react-color-swatch";
import { Swatch } from "@uiw/react-color";
import { Popover } from "@blueprintjs/core";
import { FaciesContext } from "../../context";

Expand Down
4 changes: 4 additions & 0 deletions packages/data-sheet/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).

## [3.0.1] - 2026-01-28

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

## [3.0.0] - 2026-01-26

- Update bundling process to `@macrostrat/web-components-bundler`
Expand Down
4 changes: 2 additions & 2 deletions packages/data-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/data-sheet",
"version": "3.0.0",
"version": "3.0.1",
"description": "Scalable data sheet with optional editing capabilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@macrostrat/ui-components": "workspace:^",
"@supabase/postgrest-js": "^1.17.7",
"@types/underscore": "^1.13.0",
"@uiw/react-color-sketch": "^2.9.2",
"@uiw/react-color": "^2.9.2",
"chroma-js": "^3.2.0",
"classnames": "^2.5.1",
"immutability-helper": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-sheet/src/components/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@macrostrat/color-utils";
import { useEffect, useMemo, useRef, useState } from "react";
import { memoize } from "underscore";
import Sketch from "@uiw/react-color-sketch";
import { Sketch } from "@uiw/react-color";
import classNames from "classnames";

const h = hyper.styled(styles);
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.0.3] - 2026-01-28

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

## [5.0.2] - 2026-01-28

More fixes for CommonJS dependency linking
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/ui-components",
"version": "5.0.2",
"version": "5.0.3",
"description": "UI components for React and Blueprint.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@macrostrat/hyper": "^3.0.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"@uiw/react-color-sketch": "^2.9.2",
"@uiw/react-color": "^2.9.2",
"axios": "^1.13.2",
"chroma-js": "^3.2.0",
"classnames": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/src/form-controls/color-editor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import h from "@macrostrat/hyper";
import { ErrorBoundary } from "../error-boundary";
import Sketch from "@uiw/react-color-sketch";
import { Sketch } from "@uiw/react-color";
import { Button, Popover } from "@blueprintjs/core";
import { useState } from "react";
import chroma from "chroma-js";
Expand Down
Loading