Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 18, 2023
1 parent 4137fc3 commit b67c377
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 22 deletions.
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.104",
"version": "2.1.105",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.13",
"@thi.ng/fuzzy": "^2.1.54",
"@thi.ng/hiccup": "^5.1.2",
"@thi.ng/hiccup-svg": "^5.0.40",
"@thi.ng/hiccup-svg": "^5.1.0",
"@thi.ng/math": "^5.7.8",
"@thi.ng/strings": "^3.7.4",
"@thi.ng/text-canvas": "^2.6.25"
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.5.49",
"version": "0.5.50",
"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 @@ -40,7 +40,7 @@
"@thi.ng/axidraw": "^1.1.42",
"@thi.ng/compare": "^2.2.9",
"@thi.ng/defmulti": "^3.0.11",
"@thi.ng/geom": "^6.0.11",
"@thi.ng/geom": "^6.0.12",
"@thi.ng/geom-accel": "^3.5.36",
"@thi.ng/geom-api": "^3.4.52",
"@thi.ng/geom-clip-line": "^2.3.52",
Expand Down
4 changes: 2 additions & 2 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.63",
"version": "2.2.64",
"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 @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.13",
"@thi.ng/associative": "^6.3.25",
"@thi.ng/color": "^5.6.6",
"@thi.ng/geom": "^6.0.11",
"@thi.ng/geom": "^6.0.12",
"@thi.ng/geom-api": "^3.4.52",
"@thi.ng/geom-clip-line": "^2.3.52",
"@thi.ng/geom-resample": "^2.3.16",
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.90",
"version": "0.2.91",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/checks": "^3.4.13",
"@thi.ng/defmulti": "^3.0.11",
"@thi.ng/errors": "^2.4.7",
"@thi.ng/geom": "^6.0.11",
"@thi.ng/geom": "^6.0.12",
"@thi.ng/geom-api": "^3.4.52",
"@thi.ng/geom-isoline": "^2.1.90",
"@thi.ng/geom-poly-utils": "^2.3.78",
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": "6.0.11",
"version": "6.0.12",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@thi.ng/geom-subdiv-curve": "^2.1.94",
"@thi.ng/geom-tessellate": "^2.1.95",
"@thi.ng/hiccup": "^5.1.2",
"@thi.ng/hiccup-svg": "^5.0.40",
"@thi.ng/hiccup-svg": "^5.1.0",
"@thi.ng/math": "^5.7.8",
"@thi.ng/matrices": "^2.3.0",
"@thi.ng/random": "^3.6.19",
Expand Down
9 changes: 8 additions & 1 deletion packages/hiccup-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-12-18T13:41:20Z
- **Last updated**: 2023-12-18T23:11:27Z
- **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.

## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-12-18)

#### 🚀 Features

- update convertTree() rounded rect handling ([6115a50](https://github.com/thi-ng/umbrella/commit/6115a50))
- use `r` attrib to derive rounded rect radius

### [5.0.32](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-11-09)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.40",
"version": "5.1.0",
"description": "SVG element functions for @thi.ng/hiccup & related tooling",
"type": "module",
"module": "./index.js",
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.2.17",
"version": "2.2.18",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.13",
"@thi.ng/checks": "^3.4.13",
"@thi.ng/geom": "^6.0.11",
"@thi.ng/geom": "^6.0.12",
"@thi.ng/geom-api": "^3.4.52",
"@thi.ng/geom-isec": "^2.1.94",
"@thi.ng/geom-tessellate": "^2.1.95",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ __metadata:
"@thi.ng/api": ^8.9.13
"@thi.ng/fuzzy": ^2.1.54
"@thi.ng/hiccup": ^5.1.2
"@thi.ng/hiccup-svg": ^5.0.40
"@thi.ng/hiccup-svg": ^5.1.0
"@thi.ng/math": ^5.7.8
"@thi.ng/strings": ^3.7.4
"@thi.ng/text-canvas": ^2.6.25
Expand Down Expand Up @@ -4124,7 +4124,7 @@ __metadata:
"@thi.ng/axidraw": ^1.1.42
"@thi.ng/compare": ^2.2.9
"@thi.ng/defmulti": ^3.0.11
"@thi.ng/geom": ^6.0.11
"@thi.ng/geom": ^6.0.12
"@thi.ng/geom-accel": ^3.5.36
"@thi.ng/geom-api": ^3.4.52
"@thi.ng/geom-clip-line": ^2.3.52
Expand Down Expand Up @@ -4196,7 +4196,7 @@ __metadata:
"@thi.ng/api": ^8.9.13
"@thi.ng/associative": ^6.3.25
"@thi.ng/color": ^5.6.6
"@thi.ng/geom": ^6.0.11
"@thi.ng/geom": ^6.0.12
"@thi.ng/geom-api": ^3.4.52
"@thi.ng/geom-clip-line": ^2.3.52
"@thi.ng/geom-resample": ^2.3.16
Expand Down Expand Up @@ -4322,7 +4322,7 @@ __metadata:
"@thi.ng/checks": ^3.4.13
"@thi.ng/defmulti": ^3.0.11
"@thi.ng/errors": ^2.4.7
"@thi.ng/geom": ^6.0.11
"@thi.ng/geom": ^6.0.12
"@thi.ng/geom-api": ^3.4.52
"@thi.ng/geom-isoline": ^2.1.90
"@thi.ng/geom-poly-utils": ^2.3.78
Expand Down Expand Up @@ -4436,7 +4436,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/geom@^6.0.11, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom":
"@thi.ng/geom@^6.0.12, @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 @@ -4461,7 +4461,7 @@ __metadata:
"@thi.ng/geom-subdiv-curve": ^2.1.94
"@thi.ng/geom-tessellate": ^2.1.95
"@thi.ng/hiccup": ^5.1.2
"@thi.ng/hiccup-svg": ^5.0.40
"@thi.ng/hiccup-svg": ^5.1.0
"@thi.ng/math": ^5.7.8
"@thi.ng/matrices": ^2.3.0
"@thi.ng/random": ^3.6.19
Expand Down Expand Up @@ -4747,7 +4747,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/hiccup-svg@^5.0.40, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg":
"@thi.ng/hiccup-svg@^5.1.0, @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:
Expand Down Expand Up @@ -4823,7 +4823,7 @@ __metadata:
"@microsoft/api-extractor": ^7.38.3
"@thi.ng/api": ^8.9.13
"@thi.ng/checks": ^3.4.13
"@thi.ng/geom": ^6.0.11
"@thi.ng/geom": ^6.0.12
"@thi.ng/geom-api": ^3.4.52
"@thi.ng/geom-isec": ^2.1.94
"@thi.ng/geom-tessellate": ^2.1.95
Expand Down

0 comments on commit b67c377

Please sign in to comment.