Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 5, 2024
1 parent dcbdd60 commit 9a32147
Show file tree
Hide file tree
Showing 30 changed files with 110 additions and 86 deletions.
8 changes: 7 additions & 1 deletion packages/blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-05T13:06:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [0.2.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-10-05)

#### ♻️ Refactoring

- add explicit type casts (TS5.6.2) ([dcbdd60](https://github.com/thi-ng/umbrella/commit/dcbdd60))

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.2.7",
"version": "0.2.8",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.6.19",
"version": "0.6.20",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/axidraw": "^1.1.96",
"@thi.ng/compare": "^2.4.3",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/geom": "^8.1.10",
"@thi.ng/geom": "^8.1.11",
"@thi.ng/geom-accel": "^4.1.8",
"@thi.ng/geom-clip-line": "^2.3.105",
"@thi.ng/geom-isec": "^4.0.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-fuzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-fuzz",
"version": "3.0.17",
"version": "3.0.18",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/color": "^5.7.6",
"@thi.ng/geom": "^8.1.10",
"@thi.ng/geom": "^8.1.11",
"@thi.ng/geom-clip-line": "^2.3.105",
"@thi.ng/geom-resample": "^3.0.15",
"@thi.ng/grid-iterators": "^4.0.90",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-sdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-sdf",
"version": "0.4.19",
"version": "0.4.20",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/geom": "^8.1.10",
"@thi.ng/geom": "^8.1.11",
"@thi.ng/geom-isoline": "^2.1.143",
"@thi.ng/geom-poly-utils": "^3.0.15",
"@thi.ng/geom-resample": "^3.0.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-trace-bitmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-trace-bitmap",
"version": "0.3.101",
"version": "0.3.102",
"description": "Bitmap image to hairline vector and point cloud conversions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/errors": "^2.5.17",
"@thi.ng/grid-iterators": "^4.0.90",
"@thi.ng/matrices": "^2.4.15",
"@thi.ng/pixel": "^7.3.5",
"@thi.ng/pixel": "^7.3.6",
"@thi.ng/vectors": "^7.12.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-webgl",
"version": "0.1.20",
"version": "0.1.21",
"description": "WebGL geometry/shape conversion & interop",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,12 +40,12 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/geom": "^8.1.10",
"@thi.ng/geom": "^8.1.11",
"@thi.ng/object-utils": "^1.1.4",
"@thi.ng/transducers": "^9.2.5",
"@thi.ng/vector-pools": "^3.2.15",
"@thi.ng/vectors": "^7.12.3",
"@thi.ng/webgl": "^6.9.18"
"@thi.ng/webgl": "^6.9.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 7 additions & 1 deletion packages/geom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-05T13:06:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [8.1.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-10-05)

#### ♻️ Refactoring

- add explicit type casts (TS5.6.2) ([dcbdd60](https://github.com/thi-ng/umbrella/commit/dcbdd60))

## [8.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "8.1.10",
"version": "8.1.11",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "4.1.162",
"version": "4.1.163",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/diff": "^5.1.78",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/hdom": "^9.4.47",
"@thi.ng/hiccup-canvas": "^3.1.19"
"@thi.ng/hiccup-canvas": "^3.1.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-canvas",
"version": "3.1.19",
"version": "3.1.20",
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/color": "^5.7.6",
"@thi.ng/geom-arc": "^2.1.148",
"@thi.ng/math": "^5.11.11",
"@thi.ng/pixel": "^7.3.5",
"@thi.ng/pixel": "^7.3.6",
"@thi.ng/vectors": "^7.12.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/imago/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imago",
"version": "0.8.13",
"version": "0.8.14",
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,16 +37,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/blurhash": "^0.2.7",
"@thi.ng/blurhash": "^0.2.8",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/date": "^2.7.29",
"@thi.ng/defmulti": "^3.0.49",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/file-io": "^2.1.13",
"@thi.ng/logger": "^3.0.21",
"@thi.ng/object-utils": "^1.1.4",
"@thi.ng/pixel": "^7.3.5",
"@thi.ng/pixel-dither": "^1.1.145",
"@thi.ng/pixel": "^7.3.6",
"@thi.ng/pixel-dither": "^1.1.146",
"@thi.ng/prefixes": "^2.3.28",
"sharp": "^0.33.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "3.0.1",
"version": "3.0.2",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/checks": "^3.6.13",
"@thi.ng/geom": "^8.1.10",
"@thi.ng/geom": "^8.1.11",
"@thi.ng/geom-isec": "^4.0.15",
"@thi.ng/layout": "^3.1.3",
"@thi.ng/math": "^5.11.11",
Expand Down
8 changes: 7 additions & 1 deletion packages/k-means/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-05T13:06:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [0.7.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-10-05)

#### ♻️ Refactoring

- add explicit type casts (TS5.6.2) ([dcbdd60](https://github.com/thi-ng/umbrella/commit/dcbdd60))

## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-25)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/k-means/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/k-means",
"version": "0.7.9",
"version": "0.7.10",
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-convolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-convolve",
"version": "1.0.10",
"version": "1.0.11",
"description": "Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.13",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/math": "^5.11.11",
"@thi.ng/pixel": "^7.3.5"
"@thi.ng/pixel": "^7.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-dither",
"version": "1.1.145",
"version": "1.1.146",
"description": "Extensible image dithering w/ various algorithm presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/checks": "^3.6.13",
"@thi.ng/math": "^5.11.11",
"@thi.ng/pixel": "^7.3.5"
"@thi.ng/pixel": "^7.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/pixel-dominant-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-dominant-colors",
"version": "1.1.13",
"version": "1.1.14",
"description": "k-means based dominant color extraction from images/pixel buffers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/k-means": "^0.7.9",
"@thi.ng/pixel": "^7.3.5"
"@thi.ng/k-means": "^0.7.10",
"@thi.ng/pixel": "^7.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-geotiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-geotiff",
"version": "0.1.106",
"version": "0.1.107",
"description": "GeoTIFF reader support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/pixel": "^7.3.5",
"@thi.ng/pixel": "^7.3.6",
"geotiff": "2.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-netpbm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-netpbm",
"version": "2.1.145",
"version": "2.1.146",
"description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.11",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/pixel": "^7.3.5"
"@thi.ng/pixel": "^7.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-pfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-pfm",
"version": "0.1.86",
"version": "0.1.87",
"description": "Portable FloatMap image format support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/errors": "^2.5.17",
"@thi.ng/pixel": "^7.3.5"
"@thi.ng/pixel": "^7.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
8 changes: 7 additions & 1 deletion packages/pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-05T12:12:32Z
- **Last updated**: 2024-10-05T13:06:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [7.3.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-10-05)

#### ♻️ Refactoring

- add explicit type casts (TS5.6.2) ([dcbdd60](https://github.com/thi-ng/umbrella/commit/dcbdd60))

## [7.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "7.3.5",
"version": "7.3.6",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution",
"type": "module",
"module": "./index.js",
Expand Down
Loading

0 comments on commit 9a32147

Please sign in to comment.