From f2df4bbd52e8e78e9e7499d73f974f9a2f70f017 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Thu, 2 Mar 2023 20:20:18 +0100 Subject: [PATCH] Publish --- packages/color-palettes/package.json | 4 ++-- packages/color/CHANGELOG.md | 2 +- packages/color/package.json | 2 +- packages/fuzzy-viz/package.json | 4 ++-- packages/geom-axidraw/package.json | 4 ++-- packages/geom-fuzz/package.json | 6 +++--- packages/geom-sdf/package.json | 4 ++-- packages/geom/package.json | 4 ++-- packages/hdom-canvas/package.json | 4 ++-- packages/hiccup-canvas/package.json | 4 ++-- packages/hiccup-svg/package.json | 4 ++-- packages/imgui/package.json | 4 ++-- packages/rdom-canvas/package.json | 4 ++-- yarn.lock | 32 ++++++++++++++-------------- 14 files changed, 41 insertions(+), 41 deletions(-) diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 20352e2912..80f7994072 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.0.4", + "version": "1.0.5", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.7.3", "@thi.ng/base-n": "^2.4.2", "@thi.ng/checks": "^3.3.9", - "@thi.ng/color": "^5.4.0", + "@thi.ng/color": "^5.4.1", "@thi.ng/errors": "^2.2.12", "@thi.ng/hex": "^2.3.6" }, diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 485300edc1..a52c0e5ad7 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-03-02T18:09:03Z +- **Last updated**: 2023-03-02T19:20:16Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index 51f48728de..c5a8ea38be 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.4.0", + "version": "5.4.1", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 5b594a9fc8..7951f63562 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.51", + "version": "2.1.52", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.7.3", "@thi.ng/fuzzy": "^2.1.27", "@thi.ng/hiccup": "^4.2.34", - "@thi.ng/hiccup-svg": "^4.3.34", + "@thi.ng/hiccup-svg": "^4.3.35", "@thi.ng/math": "^5.4.4", "@thi.ng/strings": "^3.4.1", "@thi.ng/text-canvas": "^2.4.31" diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index fcb58eb8c7..fde41eaf35 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.3.7", + "version": "0.3.8", "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": "^0.5.5", "@thi.ng/compare": "^2.1.26", "@thi.ng/defmulti": "^2.1.31", - "@thi.ng/geom": "^4.2.6", + "@thi.ng/geom": "^4.2.7", "@thi.ng/geom-accel": "^3.3.5", "@thi.ng/geom-api": "^3.4.6", "@thi.ng/geom-clip-line": "^2.3.6", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 09858d0657..3de09dd046 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.8", + "version": "2.2.9", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "dependencies": { "@thi.ng/api": "^8.7.3", "@thi.ng/associative": "^6.2.28", - "@thi.ng/color": "^5.4.0", - "@thi.ng/geom": "^4.2.6", + "@thi.ng/color": "^5.4.1", + "@thi.ng/geom": "^4.2.7", "@thi.ng/geom-api": "^3.4.6", "@thi.ng/geom-clip-line": "^2.3.6", "@thi.ng/geom-resample": "^2.2.6", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 42ce25fb83..307e619f0e 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.36", + "version": "0.2.37", "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.3.9", "@thi.ng/defmulti": "^2.1.31", "@thi.ng/errors": "^2.2.12", - "@thi.ng/geom": "^4.2.6", + "@thi.ng/geom": "^4.2.7", "@thi.ng/geom-api": "^3.4.6", "@thi.ng/geom-isoline": "^2.1.45", "@thi.ng/geom-poly-utils": "^2.3.32", diff --git a/packages/geom/package.json b/packages/geom/package.json index ce26215e62..6f96b22a41 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "4.2.6", + "version": "4.2.7", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -55,7 +55,7 @@ "@thi.ng/geom-subdiv-curve": "^2.1.48", "@thi.ng/geom-tessellate": "^2.1.48", "@thi.ng/hiccup": "^4.2.34", - "@thi.ng/hiccup-svg": "^4.3.34", + "@thi.ng/hiccup-svg": "^4.3.35", "@thi.ng/math": "^5.4.4", "@thi.ng/matrices": "^2.1.46", "@thi.ng/random": "^3.3.26", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 04f58bede3..afc14f6aea 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.48", + "version": "4.1.49", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/diff": "^5.1.26", "@thi.ng/errors": "^2.2.12", "@thi.ng/hdom": "^9.3.1", - "@thi.ng/hiccup-canvas": "^2.2.6" + "@thi.ng/hiccup-canvas": "^2.2.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 746ec491a3..112023ecca 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.2.6", + "version": "2.2.7", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.7.3", "@thi.ng/checks": "^3.3.9", - "@thi.ng/color": "^5.4.0", + "@thi.ng/color": "^5.4.1", "@thi.ng/math": "^5.4.4", "@thi.ng/pixel": "^4.1.6", "@thi.ng/vectors": "^7.6.5" diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index bf60c402e7..7b38b13295 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.3.34", + "version": "4.3.35", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.3.9", - "@thi.ng/color": "^5.4.0", + "@thi.ng/color": "^5.4.1", "@thi.ng/prefixes": "^2.1.19" }, "devDependencies": { diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 40ca98a56b..ae51b31dc8 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.52", + "version": "2.1.53", "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.7.3", "@thi.ng/checks": "^3.3.9", - "@thi.ng/geom": "^4.2.6", + "@thi.ng/geom": "^4.2.7", "@thi.ng/geom-api": "^3.4.6", "@thi.ng/geom-isec": "^2.1.48", "@thi.ng/geom-tessellate": "^2.1.48", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 1a4d485f4b..f07a742314 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.4.50", + "version": "0.4.51", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.7.3", "@thi.ng/associative": "^6.2.28", "@thi.ng/checks": "^3.3.9", - "@thi.ng/hiccup-canvas": "^2.2.6", + "@thi.ng/hiccup-canvas": "^2.2.7", "@thi.ng/rdom": "^0.10.12", "@thi.ng/rstream": "^7.2.41", "@thi.ng/transducers": "^8.3.35" diff --git a/yarn.lock b/yarn.lock index c6a0b01bbb..cbc120f1ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2792,7 +2792,7 @@ __metadata: "@thi.ng/api": ^8.7.3 "@thi.ng/base-n": ^2.4.2 "@thi.ng/checks": ^3.3.9 - "@thi.ng/color": ^5.4.0 + "@thi.ng/color": ^5.4.1 "@thi.ng/errors": ^2.2.12 "@thi.ng/hex": ^2.3.6 "@thi.ng/testament": ^0.3.11 @@ -2803,7 +2803,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.4.0, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.4.1, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -3325,7 +3325,7 @@ __metadata: "@thi.ng/api": ^8.7.3 "@thi.ng/fuzzy": ^2.1.27 "@thi.ng/hiccup": ^4.2.34 - "@thi.ng/hiccup-svg": ^4.3.34 + "@thi.ng/hiccup-svg": ^4.3.35 "@thi.ng/math": ^5.4.4 "@thi.ng/strings": ^3.4.1 "@thi.ng/testament": ^0.3.11 @@ -3420,7 +3420,7 @@ __metadata: "@thi.ng/axidraw": ^0.5.5 "@thi.ng/compare": ^2.1.26 "@thi.ng/defmulti": ^2.1.31 - "@thi.ng/geom": ^4.2.6 + "@thi.ng/geom": ^4.2.7 "@thi.ng/geom-accel": ^3.3.5 "@thi.ng/geom-api": ^3.4.6 "@thi.ng/geom-clip-line": ^2.3.6 @@ -3491,8 +3491,8 @@ __metadata: "@microsoft/api-extractor": ^7.34.2 "@thi.ng/api": ^8.7.3 "@thi.ng/associative": ^6.2.28 - "@thi.ng/color": ^5.4.0 - "@thi.ng/geom": ^4.2.6 + "@thi.ng/color": ^5.4.1 + "@thi.ng/geom": ^4.2.7 "@thi.ng/geom-api": ^3.4.6 "@thi.ng/geom-clip-line": ^2.3.6 "@thi.ng/geom-resample": ^2.2.6 @@ -3618,7 +3618,7 @@ __metadata: "@thi.ng/checks": ^3.3.9 "@thi.ng/defmulti": ^2.1.31 "@thi.ng/errors": ^2.2.12 - "@thi.ng/geom": ^4.2.6 + "@thi.ng/geom": ^4.2.7 "@thi.ng/geom-api": ^3.4.6 "@thi.ng/geom-isoline": ^2.1.45 "@thi.ng/geom-poly-utils": ^2.3.32 @@ -3732,7 +3732,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^4.2.6, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^4.2.7, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -3757,7 +3757,7 @@ __metadata: "@thi.ng/geom-subdiv-curve": ^2.1.48 "@thi.ng/geom-tessellate": ^2.1.48 "@thi.ng/hiccup": ^4.2.34 - "@thi.ng/hiccup-svg": ^4.3.34 + "@thi.ng/hiccup-svg": ^4.3.35 "@thi.ng/math": ^5.4.4 "@thi.ng/matrices": ^2.1.46 "@thi.ng/random": ^3.3.26 @@ -3842,7 +3842,7 @@ __metadata: "@thi.ng/diff": ^5.1.26 "@thi.ng/errors": ^2.2.12 "@thi.ng/hdom": ^9.3.1 - "@thi.ng/hiccup-canvas": ^2.2.6 + "@thi.ng/hiccup-canvas": ^2.2.7 "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" @@ -3937,14 +3937,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.2.6, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.2.7, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": ^7.34.2 "@thi.ng/api": ^8.7.3 "@thi.ng/checks": ^3.3.9 - "@thi.ng/color": ^5.4.0 + "@thi.ng/color": ^5.4.1 "@thi.ng/math": ^5.4.4 "@thi.ng/pixel": ^4.1.6 "@thi.ng/testament": ^0.3.11 @@ -4025,13 +4025,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^4.3.34, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^4.3.35, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": ^7.34.2 "@thi.ng/checks": ^3.3.9 - "@thi.ng/color": ^5.4.0 + "@thi.ng/color": ^5.4.1 "@thi.ng/prefixes": ^2.1.19 "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 @@ -4101,7 +4101,7 @@ __metadata: "@microsoft/api-extractor": ^7.34.2 "@thi.ng/api": ^8.7.3 "@thi.ng/checks": ^3.3.9 - "@thi.ng/geom": ^4.2.6 + "@thi.ng/geom": ^4.2.7 "@thi.ng/geom-api": ^3.4.6 "@thi.ng/geom-isec": ^2.1.48 "@thi.ng/geom-tessellate": ^2.1.48 @@ -4710,7 +4710,7 @@ __metadata: "@thi.ng/api": ^8.7.3 "@thi.ng/associative": ^6.2.28 "@thi.ng/checks": ^3.3.9 - "@thi.ng/hiccup-canvas": ^2.2.6 + "@thi.ng/hiccup-canvas": ^2.2.7 "@thi.ng/rdom": ^0.10.12 "@thi.ng/rstream": ^7.2.41 "@thi.ng/testament": ^0.3.11