Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 2, 2023
1 parent d575a2a commit f2df4bb
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
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.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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 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": "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",
Expand Down Expand Up @@ -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",
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.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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
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.48",
"version": "4.1.49",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -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",
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": "2.2.6",
"version": "2.2.7",
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
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": "2.1.52",
"version": "2.1.53",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 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.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",
Expand Down Expand Up @@ -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"
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:^"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f2df4bb

Please sign in to comment.