Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 10, 2020
1 parent 10f3242 commit b2ce7f5
Show file tree
Hide file tree
Showing 86 changed files with 499 additions and 145 deletions.
8 changes: 8 additions & 0 deletions packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.56](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/adjacency





## [0.1.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/adjacency
Expand Down
4 changes: 2 additions & 2 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "0.1.55",
"version": "0.1.56",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.9.2",
"@thi.ng/vectors": "^4.5.6",
"@thi.ng/vectors": "^4.6.0",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.26",
"mocha": "^8.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/color





## [1.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/color
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "1.2.10",
"version": "1.2.11",
"description": "Array-based color ops, conversions, multi-color gradients, presets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@thi.ng/math": "^2.0.1",
"@thi.ng/strings": "^1.9.1",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-accel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-accel





## [2.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-accel
Expand Down
8 changes: 4 additions & 4 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": "2.1.17",
"version": "2.1.18",
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -54,12 +54,12 @@
"@thi.ng/arrays": "^0.6.13",
"@thi.ng/checks": "^2.7.4",
"@thi.ng/equiv": "^1.0.27",
"@thi.ng/geom-api": "^1.0.28",
"@thi.ng/geom-isec": "^0.5.2",
"@thi.ng/geom-api": "^1.0.29",
"@thi.ng/geom-isec": "^0.5.3",
"@thi.ng/heaps": "^1.2.20",
"@thi.ng/math": "^2.0.1",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-api





## [1.0.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-api
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.28",
"version": "1.0.29",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-arc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-arc





## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-arc
Expand Down
8 changes: 4 additions & 4 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": "0.3.6",
"version": "0.3.7",
"description": "2D circular / elliptic arc operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@thi.ng/checks": "^2.7.4",
"@thi.ng/geom-api": "^1.0.28",
"@thi.ng/geom-resample": "^0.2.39",
"@thi.ng/geom-api": "^1.0.29",
"@thi.ng/geom-resample": "^0.2.40",
"@thi.ng/math": "^2.0.1",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-clip-line/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-clip-line





## [1.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-clip-line
Expand Down
6 changes: 3 additions & 3 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": "1.2.2",
"version": "1.2.3",
"description": "2D line clipping (Liang-Barsky)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@thi.ng/geom-isec": "^0.5.2",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/geom-isec": "^0.5.3",
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-clip-poly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-clip-poly





## [1.0.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-clip-poly
Expand Down
8 changes: 4 additions & 4 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": "1.0.27",
"version": "1.0.28",
"description": "2D convex polygon clipping (Sutherland-Hodgeman)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,10 +49,10 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@thi.ng/geom-isec": "^0.5.2",
"@thi.ng/geom-poly-utils": "^0.1.58",
"@thi.ng/geom-isec": "^0.5.3",
"@thi.ng/geom-poly-utils": "^0.1.59",
"@thi.ng/math": "^2.0.1",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-closest-point/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-closest-point





## [0.3.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-closest-point
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-closest-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-closest-point",
"version": "0.3.39",
"version": "0.3.40",
"description": "2D / 3D closest point / proximity helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/math": "^2.0.1",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-fuzz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-fuzz





## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-fuzz
Expand Down
14 changes: 7 additions & 7 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": "0.1.12",
"version": "0.1.13",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,14 +50,14 @@
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/associative": "^5.0.2",
"@thi.ng/color": "^1.2.10",
"@thi.ng/geom": "^1.11.2",
"@thi.ng/geom-api": "^1.0.28",
"@thi.ng/geom-clip-line": "^1.2.2",
"@thi.ng/geom-resample": "^0.2.39",
"@thi.ng/color": "^1.2.11",
"@thi.ng/geom": "^1.11.3",
"@thi.ng/geom-api": "^1.0.29",
"@thi.ng/geom-clip-line": "^1.2.3",
"@thi.ng/geom-resample": "^0.2.40",
"@thi.ng/grid-iterators": "^0.4.6",
"@thi.ng/transducers": "^7.2.0",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-hull/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-hull





## [0.0.59](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-hull
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-hull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-hull",
"version": "0.0.59",
"version": "0.0.60",
"description": "Fast 2D convex hull (Graham Scan)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/math": "^2.0.1",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-io-obj/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-io-obj





## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-io-obj
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-io-obj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-io-obj",
"version": "0.1.17",
"version": "0.1.18",
"description": "Wavefront OBJ parser (& exporter soon)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.12.0",
"@thi.ng/vectors": "^4.5.6"
"@thi.ng/vectors": "^4.6.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-isec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-08-10)

**Note:** Version bump only for package @thi.ng/geom-isec





## [0.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)

**Note:** Version bump only for package @thi.ng/geom-isec
Expand Down
Loading

0 comments on commit b2ce7f5

Please sign in to comment.