Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 25, 2024
1 parent 5f5086c commit ec052b2
Show file tree
Hide file tree
Showing 48 changed files with 193 additions and 166 deletions.
8 changes: 7 additions & 1 deletion packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-22T13:15:57Z
- **Last updated**: 2024-07-25T11:43:52Z
- **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.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-25)

#### 🩹 Bug fixes

- add explicit return type for `first()` ([8a53ee0](https://github.com/thi-ng/umbrella/commit/8a53ee0))

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

#### 🛑 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.1",
"version": "7.0.2",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "2.1.126",
"version": "2.1.127",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/dgraph": "^2.1.125",
"@thi.ng/dgraph": "^2.1.126",
"@thi.ng/dot": "^2.1.81"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "2.1.125",
"version": "2.1.126",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/associative": "^7.0.1",
"@thi.ng/associative": "^7.0.2",
"@thi.ng/equiv": "^2.1.63",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/transducers": "^9.0.12"
Expand Down
4 changes: 2 additions & 2 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ecs",
"version": "0.7.127",
"version": "0.7.128",
"description": "Entity Component System based around typed arrays & sparse sets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/associative": "^7.0.1",
"@thi.ng/associative": "^7.0.2",
"@thi.ng/binary": "^3.4.30",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/dcons": "^3.2.120",
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.89",
"version": "0.3.90",
"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.13",
"@thi.ng/grid-iterators": "^4.0.81",
"@thi.ng/matrices": "^2.4.6",
"@thi.ng/pixel": "^7.0.0",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/vectors": "^7.11.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "0.1.7",
"description": "WebGL geometry/shape conversion & interop",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/transducers": "^9.0.12",
"@thi.ng/vector-pools": "^3.2.6",
"@thi.ng/vectors": "^7.11.6",
"@thi.ng/webgl": "^6.9.6"
"@thi.ng/webgl": "^6.9.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.148",
"version": "4.1.149",
"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.74",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/hdom": "^9.4.40",
"@thi.ng/hiccup-canvas": "^3.1.6"
"@thi.ng/hiccup-canvas": "^3.1.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.6",
"version": "3.1.7",
"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.6.52",
"@thi.ng/geom-arc": "^2.1.139",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.0.0",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/vectors": "^7.11.6"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.8.5",
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@thi.ng/file-io": "^2.1.9",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/pixel": "^7.0.0",
"@thi.ng/pixel-dither": "^1.1.136",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel-dither": "^1.1.137",
"@thi.ng/prefixes": "^2.3.24",
"sharp": "^0.33.4"
},
Expand Down
11 changes: 10 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-07-22T13:15:57Z
- **Last updated**: 2024-07-25T11:43:52Z
- **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,15 @@ 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.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-25)

#### 🚀 Features

- update `KMeansOpts.initial` ([f70073d](https://github.com/thi-ng/umbrella/commit/f70073d))
- support custom init functions
- add KMeansInit type alias
- update handling in `kmeans()`

### [0.6.89](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-06-21)

#### ♻️ Refactoring
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.6.95",
"version": "0.7.0",
"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/meta-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/meta-css",
"version": "0.12.9",
"version": "0.12.10",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/hiccup-css": "^2.7.16",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/memoize": "^3.3.9",
"@thi.ng/rstream": "^8.5.8",
"@thi.ng/rstream": "^8.5.9",
"@thi.ng/strings": "^3.8.1",
"@thi.ng/text-format": "^2.2.10",
"@thi.ng/transducers": "^9.0.12"
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.1",
"version": "1.0.2",
"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.9",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.0.0"
"@thi.ng/pixel": "^7.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.136",
"version": "1.1.137",
"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.9",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.0.0"
"@thi.ng/pixel": "^7.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/pixel-dominant-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-22T13:15:57Z
- **Last updated**: 2024-07-25T11:43:52Z
- **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.

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

#### ♻️ Refactoring

- add/extract `dominantColorsArray()` ([4aea78e](https://github.com/thi-ng/umbrella/commit/4aea78e))

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

#### 🚀 Features
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.1",
"version": "1.1.2",
"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.7",
"@thi.ng/k-means": "^0.6.95",
"@thi.ng/pixel": "^7.0.0"
"@thi.ng/k-means": "^0.7.0",
"@thi.ng/pixel": "^7.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.97",
"version": "0.1.98",
"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.7",
"@thi.ng/pixel": "^7.0.0",
"@thi.ng/pixel": "^7.1.0",
"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.136",
"version": "2.1.137",
"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.7",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/pixel": "^7.0.0"
"@thi.ng/pixel": "^7.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.77",
"version": "0.1.78",
"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.13",
"@thi.ng/pixel": "^7.0.0"
"@thi.ng/pixel": "^7.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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-07-22T13:15:57Z
- **Last updated**: 2024-07-25T11:43:52Z
- **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.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-25)

#### 🚀 Features

- add Iterable support for Int/FloatBuffer ([b459dfa](https://github.com/thi-ng/umbrella/commit/b459dfa))

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

#### 🛑 Breaking changes
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.0.0",
"version": "7.1.0",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.5.98",
"version": "0.5.99",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/hiccup-canvas": "^3.1.6",
"@thi.ng/hiccup-canvas": "^3.1.7",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/rdom": "^1.5.5",
"@thi.ng/rstream": "^8.5.8"
"@thi.ng/rdom": "^1.5.6",
"@thi.ng/rstream": "^8.5.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
Loading

0 comments on commit ec052b2

Please sign in to comment.