Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 1, 2024
1 parent 06c6397 commit 74b023c
Show file tree
Hide file tree
Showing 25 changed files with 94 additions and 81 deletions.
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.2.1",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/base-n": "^2.7.19",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/canvas": "^0.4.0",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5"
},
Expand Down
8 changes: 7 additions & 1 deletion packages/canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-01T16:32:31Z
- **Last updated**: 2024-08-01T17:11:25Z
- **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.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### 🚀 Features

- add offscreenCanvas2d() & OffscreenCanvasContext ([ec59f5c](https://github.com/thi-ng/umbrella/commit/ec59f5c))

## [0.3.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/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/canvas",
"version": "0.3.0",
"version": "0.4.0",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
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.91",
"version": "0.3.92",
"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.2.0",
"@thi.ng/pixel": "^7.2.1",
"@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.8",
"version": "0.1.9",
"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.8"
"@thi.ng/webgl": "^6.9.9"
},
"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.150",
"version": "4.1.151",
"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.8"
"@thi.ng/hiccup-canvas": "^3.1.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "5.1.127",
"version": "5.1.128",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/canvas": "^0.4.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/math": "^5.11.5",
"@thi.ng/transducers": "^9.0.12",
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.8",
"version": "3.1.9",
"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.2.0",
"@thi.ng/pixel": "^7.2.1",
"@thi.ng/vectors": "^7.11.6"
},
"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.6",
"version": "0.8.7",
"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.7",
"@thi.ng/blurhash": "^0.2.0",
"@thi.ng/blurhash": "^0.2.1",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/date": "^2.7.24",
"@thi.ng/defmulti": "^3.0.45",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/file-io": "^2.1.9",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/pixel-dither": "^1.1.138",
"@thi.ng/pixel": "^7.2.1",
"@thi.ng/pixel-dither": "^1.1.139",
"@thi.ng/prefixes": "^2.3.24",
"sharp": "^0.33.4"
},
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.3",
"version": "1.0.4",
"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.2.0"
"@thi.ng/pixel": "^7.2.1"
},
"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.138",
"version": "1.1.139",
"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.2.0"
"@thi.ng/pixel": "^7.2.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "1.1.4",
"description": "k-means based dominant color extraction from images/pixel buffers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/k-means": "^0.7.0",
"@thi.ng/pixel": "^7.2.0"
"@thi.ng/pixel": "^7.2.1"
},
"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.99",
"version": "0.1.100",
"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.2.0",
"@thi.ng/pixel": "^7.2.1",
"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.138",
"version": "2.1.139",
"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.2.0"
"@thi.ng/pixel": "^7.2.1"
},
"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.79",
"version": "0.1.80",
"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.2.0"
"@thi.ng/pixel": "^7.2.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
9 changes: 8 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-08-01T16:32:31Z
- **Last updated**: 2024-08-01T17:11:25Z
- **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,13 @@ 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.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### ♻️ Refactoring

- add OffscreenRawPixelBuffer, fix canvasPixels() ([06c6397](https://github.com/thi-ng/umbrella/commit/06c6397))
- update canvasPixels() return type if given offscreen canvas as arg

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

#### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "7.2.0",
"version": "7.2.1",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/canvas": "^0.4.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
Expand Down
6 changes: 3 additions & 3 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.100",
"version": "0.5.101",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/canvas": "^0.4.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/hiccup-canvas": "^3.1.8",
"@thi.ng/hiccup-canvas": "^3.1.9",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/rdom": "^1.5.6",
"@thi.ng/rstream": "^8.5.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-js",
"version": "1.1.44",
"version": "1.1.45",
"description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
"@thi.ng/matrices": "^2.4.6",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/pixel": "^7.2.1",
"@thi.ng/shader-ast": "^0.15.23",
"@thi.ng/vectors": "^7.11.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-canvas",
"version": "0.1.93",
"version": "0.1.94",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@thi.ng/binary": "^3.4.30",
"@thi.ng/wasm-api": "^1.6.6",
"@thi.ng/wasm-api-dom": "^0.11.101"
"@thi.ng/wasm-api-dom": "^0.11.102"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-dom",
"version": "0.11.101",
"version": "0.11.102",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/canvas": "^0.4.0",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/prefixes": "^2.3.24",
"@thi.ng/wasm-api": "^1.6.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl-msdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/webgl-msdf",
"version": "2.1.152",
"version": "2.1.153",
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,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.8"
"@thi.ng/webgl": "^6.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
Loading

0 comments on commit 74b023c

Please sign in to comment.