diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index c2b87bb35f..031c223be5 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:58Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@1.2.0) (2023-09-25) + +#### 🚀 Features + +- add opt arg to get theme in reverse order ([4163fda](https://github.com/thi-ng/umbrella/commit/4163fda)) + ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@1.1.0) (2023-04-25) #### 🚀 Features diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 3f13c0d160..8bd2e3cc13 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.1.19", + "version": "1.2.0", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index b189ff367c..f17139edcb 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy-viz", - "version": "2.1.84", + "version": "2.1.85", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/fuzzy": "^2.1.43", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/hiccup-svg": "^5.0.21", "@thi.ng/math": "^5.6.1", "@thi.ng/strings": "^3.6.0", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 8d4e05097b..a10f93b523 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.27", + "version": "0.5.28", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/axidraw": "^1.1.22", "@thi.ng/compare": "^2.2.0", "@thi.ng/defmulti": "^3.0.0", - "@thi.ng/geom": "^5.2.4", + "@thi.ng/geom": "^5.2.5", "@thi.ng/geom-accel": "^3.5.17", "@thi.ng/geom-api": "^3.4.33", "@thi.ng/geom-clip-line": "^2.3.33", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 19b33526a5..c955e51f84 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.41", + "version": "2.2.42", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/associative": "^6.3.7", "@thi.ng/color": "^5.5.19", - "@thi.ng/geom": "^5.2.4", + "@thi.ng/geom": "^5.2.5", "@thi.ng/geom-api": "^3.4.33", "@thi.ng/geom-clip-line": "^2.3.33", "@thi.ng/geom-resample": "^2.2.33", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index 2c816a2896..6dac46bc2a 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -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.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@0.2.69) (2023-09-25) + +#### 🩹 Bug fixes + +- internal __sdfAttribs handling ([a86c25e](https://github.com/thi-ng/umbrella/commit/a86c25e)) + ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@0.2.0) (2022-06-23) #### 🚀 Features diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index c7c55fe375..81e7e0c401 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.2.68", + "version": "0.2.69", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^3.0.0", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom": "^5.2.4", + "@thi.ng/geom": "^5.2.5", "@thi.ng/geom-api": "^3.4.33", "@thi.ng/geom-isoline": "^2.1.71", "@thi.ng/geom-poly-utils": "^2.3.59", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 90ffe2dc77..368546187a 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-trace-bitmap", - "version": "0.3.22", + "version": "0.3.23", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/grid-iterators": "^4.0.19", - "@thi.ng/matrices": "^2.1.72", + "@thi.ng/matrices": "^2.1.73", "@thi.ng/pixel": "^4.2.22", "@thi.ng/vectors": "^7.7.15" }, diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index f2ea363472..509f1c4be5 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-09-06T13:36:28Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom/package.json b/packages/geom/package.json index 86cff8513b..bdb0b97cb4 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "5.2.4", + "version": "5.2.5", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -54,10 +54,10 @@ "@thi.ng/geom-splines": "^2.2.50", "@thi.ng/geom-subdiv-curve": "^2.1.75", "@thi.ng/geom-tessellate": "^2.1.75", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/hiccup-svg": "^5.0.21", "@thi.ng/math": "^5.6.1", - "@thi.ng/matrices": "^2.1.72", + "@thi.ng/matrices": "^2.1.73", "@thi.ng/random": "^3.6.5", "@thi.ng/strings": "^3.6.0", "@thi.ng/transducers": "^8.7.1", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 7c10f81eb0..a6039eac0b 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.69", + "version": "0.3.70", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/diff": "^5.1.38", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/hiccup-css": "^2.2.3", "@thi.ng/strings": "^3.6.0" }, diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index c952df9a9c..35726ac9aa 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "4.1.79", + "version": "4.1.80", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/diff": "^5.1.38", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hdom": "^9.3.21", + "@thi.ng/hdom": "^9.3.22", "@thi.ng/hiccup-canvas": "^2.3.22" }, "devDependencies": { diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 38dbae2e47..6d41d0db7a 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "2.1.56", + "version": "2.1.57", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/hdom": "^9.3.21" + "@thi.ng/hdom": "^9.3.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 9f474de992..bd7235338c 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.3.21", + "version": "9.3.22", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/diff": "^5.1.38", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/logger": "^1.4.21", "@thi.ng/prefixes": "^2.2.1" }, diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index 6b3cd43200..374db9c78c 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-09-19T19:33:16Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index afe69ae0b6..0615417926 100644 --- a/packages/hiccup-html-parse/package.json +++ b/packages/hiccup-html-parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html-parse", - "version": "0.2.0", + "version": "0.2.1", "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 7bef14dc8d..a319c1dcd7 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-09-19T10:42:50Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 7ae3bf07fe..6799954367 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.2.25", + "version": "2.2.26", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index c27bfcbbd3..9a469c1b76 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "3.2.30", + "version": "3.2.31", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/defmulti": "^3.0.0", "@thi.ng/emoji": "^0.1.11", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/logger": "^1.4.21", "@thi.ng/parse": "^2.4.0", "@thi.ng/strings": "^3.6.0", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 0d76a350d5..af9de70232 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-09-19T10:42:50Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index da45edd30f..abd07d9a0b 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.0.0", + "version": "5.0.1", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 869c551121..23670c927e 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.84", + "version": "2.1.85", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom": "^5.2.4", + "@thi.ng/geom": "^5.2.5", "@thi.ng/geom-api": "^3.4.33", "@thi.ng/geom-isec": "^2.1.75", "@thi.ng/geom-tessellate": "^2.1.75", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 8645835bf6..bce8f34096 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 0fd472a441..8618687b5f 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.72", + "version": "2.1.73", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 35beac11d9..a870dcc06e 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.5.23", + "version": "0.5.24", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/associative": "^6.3.7", "@thi.ng/checks": "^3.4.5", "@thi.ng/hiccup-canvas": "^2.3.22", - "@thi.ng/rdom": "^0.12.8", + "@thi.ng/rdom": "^0.12.9", "@thi.ng/rstream": "^8.1.7" }, "devDependencies": { diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 8c97368198..189bce3b08 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.20", + "version": "0.6.21", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/associative": "^6.3.7", - "@thi.ng/hiccup-html": "^2.2.25", - "@thi.ng/rdom": "^0.12.8", + "@thi.ng/hiccup-html": "^2.2.26", + "@thi.ng/rdom": "^0.12.9", "@thi.ng/rstream": "^8.1.7", "@thi.ng/strings": "^3.6.0", "@thi.ng/transducers": "^8.7.1" diff --git a/packages/rdom/package.json b/packages/rdom/package.json index b1c6169a51..4590aa01b4 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.12.8", + "version": "0.12.9", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/paths": "^5.1.44", "@thi.ng/prefixes": "^2.2.1", "@thi.ng/rstream": "^8.1.7", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 2a7283b331..204ee72dc2 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.6.19", + "version": "0.6.20", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/matrices": "^2.1.72", + "@thi.ng/matrices": "^2.1.73", "@thi.ng/vectors": "^7.7.15" }, "devDependencies": { diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 0f005f85f6..ecc57adbf9 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "1.0.8", + "version": "1.0.9", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/matrices": "^2.1.72", + "@thi.ng/matrices": "^2.1.73", "@thi.ng/pixel": "^4.2.22", "@thi.ng/shader-ast": "^0.12.68", "@thi.ng/vectors": "^7.7.15" diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index b2dae0dcce..e2612419ea 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "3.1.71", + "version": "3.1.72", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/hdom": "^9.3.21", - "@thi.ng/hiccup": "^5.0.0", + "@thi.ng/hdom": "^9.3.22", + "@thi.ng/hiccup": "^5.0.1", "@thi.ng/transducers": "^8.7.1" }, "devDependencies": { diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index bda22a4445..f75fe19197 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "2.1.81", + "version": "2.1.82", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/transducers": "^8.7.1", "@thi.ng/vector-pools": "^3.1.73", "@thi.ng/vectors": "^7.7.15", - "@thi.ng/webgl": "^6.5.0" + "@thi.ng/webgl": "^6.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 9eba3a0dfb..a17043f76b 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-shadertoy", - "version": "0.4.81", + "version": "0.4.82", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/shader-ast": "^0.12.68", "@thi.ng/shader-ast-glsl": "^0.4.68", - "@thi.ng/webgl": "^6.5.0" + "@thi.ng/webgl": "^6.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 9105d4d4a5..3062c3775d 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-09-19T12:41:00Z +- **Last updated**: 2023-09-25T07:43:28Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 7f156d911a..09a97f8537 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.5.0", + "version": "6.5.1", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -45,7 +45,7 @@ "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/matrices": "^2.1.72", + "@thi.ng/matrices": "^2.1.73", "@thi.ng/memoize": "^3.1.38", "@thi.ng/pixel": "^4.2.22", "@thi.ng/shader-ast": "^0.12.68", diff --git a/yarn.lock b/yarn.lock index bd402c9605..2f7a599b6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3625,7 +3625,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/fuzzy": ^2.1.43 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/hiccup-svg": ^5.0.21 "@thi.ng/math": ^5.6.1 "@thi.ng/strings": ^3.6.0 @@ -3721,7 +3721,7 @@ __metadata: "@thi.ng/axidraw": ^1.1.22 "@thi.ng/compare": ^2.2.0 "@thi.ng/defmulti": ^3.0.0 - "@thi.ng/geom": ^5.2.4 + "@thi.ng/geom": ^5.2.5 "@thi.ng/geom-accel": ^3.5.17 "@thi.ng/geom-api": ^3.4.33 "@thi.ng/geom-clip-line": ^2.3.33 @@ -3793,7 +3793,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/associative": ^6.3.7 "@thi.ng/color": ^5.5.19 - "@thi.ng/geom": ^5.2.4 + "@thi.ng/geom": ^5.2.5 "@thi.ng/geom-api": ^3.4.33 "@thi.ng/geom-clip-line": ^2.3.33 "@thi.ng/geom-resample": ^2.2.33 @@ -3919,7 +3919,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/defmulti": ^3.0.0 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom": ^5.2.4 + "@thi.ng/geom": ^5.2.5 "@thi.ng/geom-api": ^3.4.33 "@thi.ng/geom-isoline": ^2.1.71 "@thi.ng/geom-poly-utils": ^2.3.59 @@ -3999,7 +3999,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/grid-iterators": ^4.0.19 - "@thi.ng/matrices": ^2.1.72 + "@thi.ng/matrices": ^2.1.73 "@thi.ng/pixel": ^4.2.22 "@thi.ng/testament": ^0.3.23 "@thi.ng/vectors": ^7.7.15 @@ -4033,7 +4033,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^5.2.4, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^5.2.5, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -4057,10 +4057,10 @@ __metadata: "@thi.ng/geom-splines": ^2.2.50 "@thi.ng/geom-subdiv-curve": ^2.1.75 "@thi.ng/geom-tessellate": ^2.1.75 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/hiccup-svg": ^5.0.21 "@thi.ng/math": ^5.6.1 - "@thi.ng/matrices": ^2.1.72 + "@thi.ng/matrices": ^2.1.73 "@thi.ng/random": ^3.6.5 "@thi.ng/strings": ^3.6.0 "@thi.ng/testament": ^0.3.23 @@ -4120,7 +4120,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/diff": ^5.1.38 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/hiccup-css": ^2.2.3 "@thi.ng/strings": ^3.6.0 "@thi.ng/testament": ^0.3.23 @@ -4143,7 +4143,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/diff": ^5.1.38 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hdom": ^9.3.21 + "@thi.ng/hdom": ^9.3.22 "@thi.ng/hiccup-canvas": ^2.3.22 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -4179,7 +4179,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/hdom": ^9.3.21 + "@thi.ng/hdom": ^9.3.22 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4188,7 +4188,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.3.21, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.3.22, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: @@ -4199,7 +4199,7 @@ __metadata: "@thi.ng/diff": ^5.1.38 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/logger": ^1.4.21 "@thi.ng/prefixes": ^2.2.1 "@thi.ng/testament": ^0.3.23 @@ -4306,7 +4306,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.2.25, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.2.26, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: @@ -4331,7 +4331,7 @@ __metadata: "@thi.ng/defmulti": ^3.0.0 "@thi.ng/emoji": ^0.1.11 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/logger": ^1.4.21 "@thi.ng/parse": ^2.4.0 "@thi.ng/strings": ^3.6.0 @@ -4360,7 +4360,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^5.0.0, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^5.0.0, @thi.ng/hiccup@^5.0.1, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: @@ -4420,7 +4420,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom": ^5.2.4 + "@thi.ng/geom": ^5.2.5 "@thi.ng/geom-api": ^3.4.33 "@thi.ng/geom-isec": ^2.1.75 "@thi.ng/geom-tessellate": ^2.1.75 @@ -4651,7 +4651,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.72, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.73, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5046,7 +5046,7 @@ __metadata: "@thi.ng/associative": ^6.3.7 "@thi.ng/checks": ^3.4.5 "@thi.ng/hiccup-canvas": ^2.3.22 - "@thi.ng/rdom": ^0.12.8 + "@thi.ng/rdom": ^0.12.9 "@thi.ng/rstream": ^8.1.7 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -5063,8 +5063,8 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/associative": ^6.3.7 - "@thi.ng/hiccup-html": ^2.2.25 - "@thi.ng/rdom": ^0.12.8 + "@thi.ng/hiccup-html": ^2.2.26 + "@thi.ng/rdom": ^0.12.9 "@thi.ng/rstream": ^8.1.7 "@thi.ng/strings": ^3.6.0 "@thi.ng/testament": ^0.3.23 @@ -5076,7 +5076,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.12.8, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.12.9, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -5084,7 +5084,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/paths": ^5.1.44 "@thi.ng/prefixes": ^2.2.1 "@thi.ng/rstream": ^8.1.7 @@ -5321,7 +5321,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/matrices": ^2.1.72 + "@thi.ng/matrices": ^2.1.73 "@thi.ng/testament": ^0.3.23 "@thi.ng/vectors": ^7.7.15 rimraf: ^5.0.1 @@ -5388,7 +5388,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/math": ^5.6.1 - "@thi.ng/matrices": ^2.1.72 + "@thi.ng/matrices": ^2.1.73 "@thi.ng/pixel": ^4.2.22 "@thi.ng/shader-ast": ^0.12.68 "@thi.ng/testament": ^0.3.23 @@ -5689,8 +5689,8 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/hdom": ^9.3.21 - "@thi.ng/hiccup": ^5.0.0 + "@thi.ng/hdom": ^9.3.22 + "@thi.ng/hiccup": ^5.0.1 "@thi.ng/testament": ^0.3.23 "@thi.ng/transducers": ^8.7.1 rimraf: ^5.0.1 @@ -5976,7 +5976,7 @@ __metadata: "@thi.ng/transducers": ^8.7.1 "@thi.ng/vector-pools": ^3.1.73 "@thi.ng/vectors": ^7.7.15 - "@thi.ng/webgl": ^6.5.0 + "@thi.ng/webgl": ^6.5.1 "@types/node": ^20.5.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -5994,7 +5994,7 @@ __metadata: "@thi.ng/shader-ast": ^0.12.68 "@thi.ng/shader-ast-glsl": ^0.4.68 "@thi.ng/testament": ^0.3.23 - "@thi.ng/webgl": ^6.5.0 + "@thi.ng/webgl": ^6.5.1 "@types/node": ^20.5.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -6003,7 +6003,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.5.0, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.5.1, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -6015,7 +6015,7 @@ __metadata: "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 - "@thi.ng/matrices": ^2.1.72 + "@thi.ng/matrices": ^2.1.73 "@thi.ng/memoize": ^3.1.38 "@thi.ng/pixel": ^4.2.22 "@thi.ng/shader-ast": ^0.12.68