Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 20, 2022
1 parent ec3832a commit f50e292
Show file tree
Hide file tree
Showing 28 changed files with 170 additions and 133 deletions.
2 changes: 1 addition & 1 deletion packages/cellular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-06-11T14:24:35Z
- **Last updated**: 2022-06-20T17:33:30Z
- **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/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "0.2.0",
"version": "0.2.1",
"description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "2.1.15",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@thi.ng/api": "^8.3.7",
"@thi.ng/fuzzy": "^2.1.7",
"@thi.ng/hiccup": "^4.2.9",
"@thi.ng/hiccup-svg": "^4.2.14",
"@thi.ng/hiccup-svg": "^4.3.0",
"@thi.ng/math": "^5.3.3",
"@thi.ng/strings": "^3.3.5",
"@thi.ng/text-canvas": "^2.3.5"
"@thi.ng/text-canvas": "^2.3.6"
},
"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.5",
"version": "3.2.6",
"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.1.14",
"@thi.ng/geom-isec": "^2.1.14",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-isec": "^2.1.15",
"@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-09T16:14:01Z
- **Last updated**: 2022-06-20T17:33:30Z
- **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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.2.0) (2022-06-20)

#### 🚀 Features

- add AABBLike.offset() ([9152db3](https://github.com/thi-ng/umbrella/commit/9152db3))

## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-api@3.1.0) (2021-11-17)

#### 🚀 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.1.14",
"version": "3.2.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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-resample": "^2.1.14",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-resample": "^2.1.15",
"@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.14",
"version": "2.1.15",
"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.14",
"@thi.ng/geom-isec": "^2.1.15",
"@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.14",
"version": "2.1.15",
"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.14",
"@thi.ng/geom-poly-utils": "^2.2.6",
"@thi.ng/geom-isec": "^2.1.15",
"@thi.ng/geom-poly-utils": "^2.2.7",
"@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.14",
"version": "2.1.15",
"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.1",
"@thi.ng/geom": "^3.2.6",
"@thi.ng/geom-api": "^3.1.14",
"@thi.ng/geom-clip-line": "^2.1.14",
"@thi.ng/geom-resample": "^2.1.14",
"@thi.ng/geom": "^3.3.0",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-clip-line": "^2.1.15",
"@thi.ng/geom-resample": "^2.1.15",
"@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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-api": "^3.2.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.2.6",
"version": "2.2.7",
"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.1.14",
"@thi.ng/geom-api": "^3.2.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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-closest-point": "^2.1.14",
"@thi.ng/math": "^5.3.3",
"@thi.ng/vectors": "^7.5.6"
Expand Down
16 changes: 16 additions & 0 deletions packages/geom-sdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

- **Last updated**: 2022-06-20T17:33:30Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.

**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

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

#### 🚀 Features

- import as new pkg ([06dcca2](https://github.com/thi-ng/umbrella/commit/06dcca2))
6 changes: 3 additions & 3 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.0.1",
"version": "0.1.0",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@thi.ng/checks": "^3.2.1",
"@thi.ng/defmulti": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom": "^3.2.6",
"@thi.ng/geom-api": "^3.1.14",
"@thi.ng/geom": "^3.3.0",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-isoline": "^2.1.14",
"@thi.ng/math": "^5.3.3",
"@thi.ng/transducers": "^8.3.5",
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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-arc": "^2.1.14",
"@thi.ng/geom-resample": "^2.1.14",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-arc": "^2.1.15",
"@thi.ng/geom-resample": "^2.1.15",
"@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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-api": "^3.2.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.14",
"version": "2.1.15",
"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.1.14",
"@thi.ng/geom-isec": "^2.1.14",
"@thi.ng/geom-poly-utils": "^2.2.6",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-isec": "^2.1.15",
"@thi.ng/geom-poly-utils": "^2.2.7",
"@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.14",
"version": "2.2.15",
"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.14",
"@thi.ng/geom-clip-poly": "^2.1.14",
"@thi.ng/geom-isec": "^2.1.14",
"@thi.ng/geom-poly-utils": "^2.2.6",
"@thi.ng/geom-clip-line": "^2.1.15",
"@thi.ng/geom-clip-poly": "^2.1.15",
"@thi.ng/geom-isec": "^2.1.15",
"@thi.ng/geom-poly-utils": "^2.2.7",
"@thi.ng/math": "^5.3.3",
"@thi.ng/quad-edge": "^3.1.7",
"@thi.ng/vectors": "^7.5.6"
Expand Down
11 changes: 10 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-09T16:14:01Z
- **Last updated**: 2022-06-20T17:33:30Z
- **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,15 @@ 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@3.3.0) (2022-06-20)

#### 🚀 Features

- update bounds() to support opt. margin ([8cdc372](https://github.com/thi-ng/umbrella/commit/8cdc372))
- update rect/aabb, add new factory fns ([f74e377](https://github.com/thi-ng/umbrella/commit/f74e377))
- add ...WithMargin() factory fns
- add AABBLike.offset() impls

### [3.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.2.1) (2022-04-07)

#### 🩹 Bug fixes
Expand Down
24 changes: 12 additions & 12 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.2.6",
"version": "3.3.0",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,20 +42,20 @@
"@thi.ng/defmulti": "^2.1.7",
"@thi.ng/equiv": "^2.1.7",
"@thi.ng/errors": "^2.1.7",
"@thi.ng/geom-api": "^3.1.14",
"@thi.ng/geom-arc": "^2.1.14",
"@thi.ng/geom-clip-line": "^2.1.14",
"@thi.ng/geom-clip-poly": "^2.1.14",
"@thi.ng/geom-api": "^3.2.0",
"@thi.ng/geom-arc": "^2.1.15",
"@thi.ng/geom-clip-line": "^2.1.15",
"@thi.ng/geom-clip-poly": "^2.1.15",
"@thi.ng/geom-closest-point": "^2.1.14",
"@thi.ng/geom-hull": "^2.1.14",
"@thi.ng/geom-isec": "^2.1.14",
"@thi.ng/geom-poly-utils": "^2.2.6",
"@thi.ng/geom-resample": "^2.1.14",
"@thi.ng/geom-splines": "^2.1.14",
"@thi.ng/geom-subdiv-curve": "^2.1.14",
"@thi.ng/geom-tessellate": "^2.1.14",
"@thi.ng/geom-isec": "^2.1.15",
"@thi.ng/geom-poly-utils": "^2.2.7",
"@thi.ng/geom-resample": "^2.1.15",
"@thi.ng/geom-splines": "^2.1.15",
"@thi.ng/geom-subdiv-curve": "^2.1.15",
"@thi.ng/geom-tessellate": "^2.1.15",
"@thi.ng/hiccup": "^4.2.9",
"@thi.ng/hiccup-svg": "^4.2.14",
"@thi.ng/hiccup-svg": "^4.3.0",
"@thi.ng/math": "^5.3.3",
"@thi.ng/matrices": "^2.1.14",
"@thi.ng/random": "^3.3.2",
Expand Down
Loading

0 comments on commit f50e292

Please sign in to comment.