Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 24, 2023
1 parent d4e14fb commit 51a3361
Show file tree
Hide file tree
Showing 24 changed files with 166 additions and 142 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.60",
"version": "2.1.61",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/hiccup-svg": "^4.3.39",
"@thi.ng/math": "^5.4.5",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-canvas": "^2.4.38"
"@thi.ng/text-canvas": "^2.4.39"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "3.3.9",
"version": "3.3.10",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@thi.ng/distance": "^2.2.9",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/heaps": "^2.1.28",
"@thi.ng/math": "^5.4.5",
"@thi.ng/transducers": "^8.4.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/geom-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-14T13:27:19Z
- **Last updated**: 2023-03-24T19:50:18Z
- **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.

### [3.4.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-03-24)

#### ♻️ Refactoring

- update PCLikeConstructor ([1c10c09](https://github.com/thi-ng/umbrella/commit/1c10c09))
- make attribs optional

## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-01-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-api",
"version": "3.4.10",
"version": "3.4.11",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-arc",
"version": "2.1.53",
"version": "2.1.54",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-resample": "^2.2.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-resample": "^2.2.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "0.5.1",
"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,11 +39,11 @@
"@thi.ng/axidraw": "^1.1.0",
"@thi.ng/compare": "^2.1.27",
"@thi.ng/defmulti": "^2.1.33",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-accel": "^3.3.9",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-clip-line": "^2.3.10",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom": "^4.4.0",
"@thi.ng/geom-accel": "^3.3.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-clip-line": "^2.3.11",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-clip-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip-line",
"version": "2.3.10",
"version": "2.3.11",
"description": "2D line clipping (Liang-Barsky)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/vectors": "^7.6.9"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-clip-poly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip-poly",
"version": "2.1.52",
"version": "2.1.53",
"description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-poly-utils": "^2.3.36",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/geom-poly-utils": "^2.3.37",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
10 changes: 5 additions & 5 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.15",
"version": "2.2.16",
"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 @@ -37,10 +37,10 @@
"@thi.ng/api": "^8.7.4",
"@thi.ng/associative": "^6.2.32",
"@thi.ng/color": "^5.4.5",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-clip-line": "^2.3.10",
"@thi.ng/geom-resample": "^2.2.10",
"@thi.ng/geom": "^4.4.0",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-clip-line": "^2.3.11",
"@thi.ng/geom-resample": "^2.2.11",
"@thi.ng/grid-iterators": "^3.0.12",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/vectors": "^7.6.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-isec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isec",
"version": "2.1.52",
"version": "2.1.53",
"description": "2D/3D shape intersection checks",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-closest-point": "^2.1.49",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-poly-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-poly-utils",
"version": "2.3.36",
"version": "2.3.37",
"description": "2D polygon/polyline analysis & processing utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-resample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-resample",
"version": "2.2.10",
"version": "2.2.11",
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-closest-point": "^2.1.49",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
10 changes: 5 additions & 5 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.43",
"version": "0.2.44",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@thi.ng/checks": "^3.3.10",
"@thi.ng/defmulti": "^2.1.33",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom": "^4.4.0",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-isoline": "^2.1.49",
"@thi.ng/geom-poly-utils": "^2.3.36",
"@thi.ng/geom-resample": "^2.2.10",
"@thi.ng/geom-poly-utils": "^2.3.37",
"@thi.ng/geom-resample": "^2.2.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/vectors": "^7.6.9"
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-splines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-splines",
"version": "2.2.27",
"version": "2.2.28",
"description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-arc": "^2.1.53",
"@thi.ng/geom-resample": "^2.2.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-arc": "^2.1.54",
"@thi.ng/geom-resample": "^2.2.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-subdiv-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-subdiv-curve",
"version": "2.1.52",
"version": "2.1.53",
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-tessellate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-tessellate",
"version": "2.1.52",
"version": "2.1.53",
"description": "2D/3D convex polygon tessellators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-poly-utils": "^2.3.36",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/geom-poly-utils": "^2.3.37",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/vectors": "^7.6.9"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/geom-voronoi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-voronoi",
"version": "2.2.53",
"version": "2.2.54",
"description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@thi.ng/api": "^8.7.4",
"@thi.ng/bitfield": "^2.2.24",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom-clip-line": "^2.3.10",
"@thi.ng/geom-clip-poly": "^2.1.52",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-poly-utils": "^2.3.36",
"@thi.ng/geom-clip-line": "^2.3.11",
"@thi.ng/geom-clip-poly": "^2.1.53",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/geom-poly-utils": "^2.3.37",
"@thi.ng/math": "^5.4.5",
"@thi.ng/quad-edge": "^3.1.25",
"@thi.ng/vectors": "^7.6.9"
Expand Down
19 changes: 18 additions & 1 deletion packages/geom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-22T22:24:21Z
- **Last updated**: 2023-03-24T19:50:18Z
- **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,23 @@ 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.

## [4.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-03-24)

#### 🚀 Features

- avoid recursive application of __samples attrib ([189446d](https://github.com/thi-ng/umbrella/commit/189446d))
- add internal __copyAttribsNoSamples() helper
- update implementations for:
- asPolygon()
- asPolyline()
- edges()
- resample()
- splitArcLength()
- update Group ctor to make attribs optional
- add/expose subdiv & tessellation presets ([0f79c6d](https://github.com/thi-ng/umbrella/commit/0f79c6d))
- re-export aliases for subdivCurve() from [@thi.ng/geom-subdiv-curve](https://github.com/thi-ng/umbrella/tree/main/packages/geom-subdiv-curve) (as `SUBDIV_XXX`...)
- re-export aliases for tessellate() from [@thi.ng/geom-tessellate](https://github.com/thi-ng/umbrella/tree/main/packages/geom-tessellate) (as `TESSELLATE_XXX`...)

## [4.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-03-22)

#### 🚀 Features
Expand Down
22 changes: 11 additions & 11 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.3.0",
"version": "4.4.0",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,18 +42,18 @@
"@thi.ng/defmulti": "^2.1.33",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-arc": "^2.1.53",
"@thi.ng/geom-clip-line": "^2.3.10",
"@thi.ng/geom-clip-poly": "^2.1.52",
"@thi.ng/geom-api": "^3.4.11",
"@thi.ng/geom-arc": "^2.1.54",
"@thi.ng/geom-clip-line": "^2.3.11",
"@thi.ng/geom-clip-poly": "^2.1.53",
"@thi.ng/geom-closest-point": "^2.1.49",
"@thi.ng/geom-hull": "^2.1.49",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-poly-utils": "^2.3.36",
"@thi.ng/geom-resample": "^2.2.10",
"@thi.ng/geom-splines": "^2.2.27",
"@thi.ng/geom-subdiv-curve": "^2.1.52",
"@thi.ng/geom-tessellate": "^2.1.52",
"@thi.ng/geom-isec": "^2.1.53",
"@thi.ng/geom-poly-utils": "^2.3.37",
"@thi.ng/geom-resample": "^2.2.11",
"@thi.ng/geom-splines": "^2.2.28",
"@thi.ng/geom-subdiv-curve": "^2.1.53",
"@thi.ng/geom-tessellate": "^2.1.53",
"@thi.ng/hiccup": "^4.2.37",
"@thi.ng/hiccup-svg": "^4.3.39",
"@thi.ng/math": "^5.4.5",
Expand Down
Loading

0 comments on commit 51a3361

Please sign in to comment.