Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 28, 2022
1 parent b999f2f commit 207404f
Show file tree
Hide file tree
Showing 27 changed files with 171 additions and 135 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.16",
"version": "2.1.17",
"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.1",
"@thi.ng/math": "^5.3.3",
"@thi.ng/strings": "^3.3.5",
"@thi.ng/text-canvas": "^2.3.7"
"@thi.ng/text-canvas": "^2.3.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.25.0",
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.2.7",
"version": "3.2.8",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.2.1",
"@thi.ng/equiv": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-isec": "^2.1.16",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/heaps": "^2.1.7",
"@thi.ng/math": "^5.3.3",
"@thi.ng/transducers": "^8.3.5",
Expand Down
8 changes: 7 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**: 2022-06-23T12:16:18Z
- **Last updated**: 2022-06-28T13:48:51Z
- **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,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.

## [3.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.3.0) (2022-06-28)

#### 🚀 Features

- add IAttributed, update IShape ([35799db](https://github.com/thi-ng/umbrella/commit/35799db))

## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.2.0) (2022-06-20)

#### 🚀 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.2.1",
"version": "3.3.0",
"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.16",
"version": "2.1.17",
"description": "2D circular / elliptic arc operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/checks": "^3.2.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-resample": "^2.1.16",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-resample": "^2.1.17",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
},
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.1.16",
"version": "2.1.17",
"description": "2D line clipping (Liang-Barsky)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.7",
"@thi.ng/geom-isec": "^2.1.16",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/vectors": "^7.5.6"
},
"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.16",
"version": "2.1.17",
"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.16",
"@thi.ng/geom-poly-utils": "^2.3.0",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/geom-poly-utils": "^2.3.1",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
},
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.1.16",
"version": "2.1.17",
"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.3.7",
"@thi.ng/associative": "^6.1.10",
"@thi.ng/color": "^5.1.2",
"@thi.ng/geom": "^3.3.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-clip-line": "^2.1.16",
"@thi.ng/geom-resample": "^2.1.16",
"@thi.ng/geom": "^3.4.0",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-clip-line": "^2.1.17",
"@thi.ng/geom-resample": "^2.1.17",
"@thi.ng/grid-iterators": "^2.3.4",
"@thi.ng/transducers": "^8.3.5",
"@thi.ng/vectors": "^7.5.6"
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.16",
"version": "2.1.17",
"description": "2D/3D shape intersection checks",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.7",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-closest-point": "^2.1.14",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
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.0",
"version": "2.3.1",
"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.3.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
},
Expand Down
4 changes: 2 additions & 2 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.1.16",
"version": "2.1.17",
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/checks": "^3.2.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-closest-point": "^2.1.14",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/geom-sdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-06-23T12:16:18Z
- **Last updated**: 2022-06-28T13:48:51Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.0",
"version": "0.2.1",
"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.2.1",
"@thi.ng/defmulti": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom": "^3.3.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom": "^3.4.0",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-isoline": "^2.1.14",
"@thi.ng/geom-poly-utils": "^2.3.0",
"@thi.ng/geom-resample": "^2.1.16",
"@thi.ng/geom-poly-utils": "^2.3.1",
"@thi.ng/geom-resample": "^2.1.17",
"@thi.ng/math": "^5.3.3",
"@thi.ng/transducers": "^8.3.5",
"@thi.ng/vectors": "^7.5.6"
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.1.16",
"version": "2.1.17",
"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.3.7",
"@thi.ng/checks": "^3.2.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-arc": "^2.1.16",
"@thi.ng/geom-resample": "^2.1.16",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-arc": "^2.1.17",
"@thi.ng/geom-resample": "^2.1.17",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
},
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.16",
"version": "2.1.17",
"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.3.7",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/transducers": "^8.3.5",
"@thi.ng/vectors": "^7.5.6"
},
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.16",
"version": "2.1.17",
"description": "2D/3D convex polygon tessellators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@thi.ng/checks": "^3.2.1",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-isec": "^2.1.16",
"@thi.ng/geom-poly-utils": "^2.3.0",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/geom-poly-utils": "^2.3.1",
"@thi.ng/transducers": "^8.3.5",
"@thi.ng/vectors": "^7.5.6"
},
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.16",
"version": "2.2.17",
"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.3.7",
"@thi.ng/bitfield": "^2.1.8",
"@thi.ng/checks": "^3.2.1",
"@thi.ng/geom-clip-line": "^2.1.16",
"@thi.ng/geom-clip-poly": "^2.1.16",
"@thi.ng/geom-isec": "^2.1.16",
"@thi.ng/geom-poly-utils": "^2.3.0",
"@thi.ng/geom-clip-line": "^2.1.17",
"@thi.ng/geom-clip-poly": "^2.1.17",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/geom-poly-utils": "^2.3.1",
"@thi.ng/math": "^5.3.3",
"@thi.ng/quad-edge": "^3.1.7",
"@thi.ng/vectors": "^7.5.6"
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**: 2022-06-23T12:16:18Z
- **Last updated**: 2022-06-28T13:48:51Z
- **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.

## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.4.0) (2022-06-28)

#### 🚀 Features

- add AABB support for intersects() ([768dddd](https://github.com/thi-ng/umbrella/commit/768dddd))
- update warpPoints() args, add docs ([50cb467](https://github.com/thi-ng/umbrella/commit/50cb467))
- update edges(), support more types ([3e1b340](https://github.com/thi-ng/umbrella/commit/3e1b340))
- add new transform ops & helpers ([cd8217c](https://github.com/thi-ng/umbrella/commit/cd8217c))
- add applyTransforms(), rotate(), scale()
- add internal helpers
- update transform() rect coercion (now => Quad, previous Polygon)
- add IAttributed impls for all shape types ([ccb40f1](https://github.com/thi-ng/umbrella/commit/ccb40f1))

#### 🩹 Bug fixes

- update AABB/Rect.offset(), clamp size to zero ([620121d](https://github.com/thi-ng/umbrella/commit/620121d))

### [3.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.3.1) (2022-06-23)

#### ♻️ Refactoring
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": "3.3.1",
"version": "3.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.7",
"@thi.ng/equiv": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom-api": "^3.2.1",
"@thi.ng/geom-arc": "^2.1.16",
"@thi.ng/geom-clip-line": "^2.1.16",
"@thi.ng/geom-clip-poly": "^2.1.16",
"@thi.ng/geom-api": "^3.3.0",
"@thi.ng/geom-arc": "^2.1.17",
"@thi.ng/geom-clip-line": "^2.1.17",
"@thi.ng/geom-clip-poly": "^2.1.17",
"@thi.ng/geom-closest-point": "^2.1.14",
"@thi.ng/geom-hull": "^2.1.14",
"@thi.ng/geom-isec": "^2.1.16",
"@thi.ng/geom-poly-utils": "^2.3.0",
"@thi.ng/geom-resample": "^2.1.16",
"@thi.ng/geom-splines": "^2.1.16",
"@thi.ng/geom-subdiv-curve": "^2.1.16",
"@thi.ng/geom-tessellate": "^2.1.16",
"@thi.ng/geom-isec": "^2.1.17",
"@thi.ng/geom-poly-utils": "^2.3.1",
"@thi.ng/geom-resample": "^2.1.17",
"@thi.ng/geom-splines": "^2.1.17",
"@thi.ng/geom-subdiv-curve": "^2.1.17",
"@thi.ng/geom-tessellate": "^2.1.17",
"@thi.ng/hiccup": "^4.2.9",
"@thi.ng/hiccup-svg": "^4.3.1",
"@thi.ng/math": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-markdown",
"version": "2.1.16",
"version": "2.1.17",
"description": "Markdown parser & serializer from/to Hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/fsm": "^3.1.11",
"@thi.ng/hiccup": "^4.2.9",
"@thi.ng/strings": "^3.3.5",
"@thi.ng/text-canvas": "^2.3.7",
"@thi.ng/text-canvas": "^2.3.8",
"@thi.ng/transducers": "^8.3.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 207404f

Please sign in to comment.