Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/adjacency@0.1.40
 - @thi.ng/color@1.1.17
 - @thi.ng/geom-accel@2.1.1
 - @thi.ng/geom-api@1.0.13
 - @thi.ng/geom-arc@0.2.24
 - @thi.ng/geom-clip-line@1.0.11
 - @thi.ng/geom-clip-poly@1.0.11
 - @thi.ng/geom-closest-point@0.3.24
 - @thi.ng/geom-hull@0.0.44
 - @thi.ng/geom-io-obj@0.1.2
 - @thi.ng/geom-isec@0.4.13
 - @thi.ng/geom-isoline@0.1.42
 - @thi.ng/geom-poly-utils@0.1.42
 - @thi.ng/geom-resample@0.2.24
 - @thi.ng/geom-splines@0.5.11
 - @thi.ng/geom-subdiv-curve@0.1.41
 - @thi.ng/geom-tessellate@0.2.24
 - @thi.ng/geom-voronoi@0.1.42
 - @thi.ng/geom@1.8.12
 - @thi.ng/hdom-canvas@2.4.17
 - @thi.ng/hiccup-markdown@1.2.7
 - @thi.ng/hiccup-svg@3.4.14
 - @thi.ng/iges@1.1.26
 - @thi.ng/imgui@0.2.12
 - @thi.ng/lsys@0.2.39
 - @thi.ng/matrices@0.6.11
 - @thi.ng/poisson@1.0.13
 - @thi.ng/ramp@0.1.13
 - @thi.ng/scenegraph@0.1.14
 - @thi.ng/shader-ast-js@0.4.17
 - @thi.ng/soa@0.1.15
 - @thi.ng/text-canvas@0.2.8
 - @thi.ng/vector-pools@1.0.24
 - @thi.ng/vectors@4.3.1
 - @thi.ng/webgl-msdf@0.1.27
 - @thi.ng/webgl-shadertoy@0.2.14
 - @thi.ng/webgl@1.0.9
  • Loading branch information
postspectacular committed Apr 23, 2020
1 parent 041f590 commit 7d53b9d
Show file tree
Hide file tree
Showing 74 changed files with 420 additions and 121 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.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.39...@thi.ng/adjacency@0.1.40) (2020-04-23)

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





## [0.1.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.38...@thi.ng/adjacency@0.1.39) (2020-04-23)

**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.39",
"version": "0.1.40",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.7.8",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"mocha": "^7.1.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.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@1.1.16...@thi.ng/color@1.1.17) (2020-04-23)

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





## [1.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@1.1.15...@thi.ng/color@1.1.16) (2020-04-23)

**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.1.16",
"version": "1.1.17",
"description": "Array-based color ops, conversions, multi-color gradients, presets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/math": "^1.7.6",
"@thi.ng/strings": "^1.8.4",
"@thi.ng/transducers": "^6.4.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.1.0...@thi.ng/geom-accel@2.1.1) (2020-04-23)

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





# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.0.11...@thi.ng/geom-accel@2.1.0) (2020-04-23)


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.0",
"version": "2.1.1",
"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 @@ -43,12 +43,12 @@
"@thi.ng/arrays": "^0.6.3",
"@thi.ng/checks": "^2.6.2",
"@thi.ng/equiv": "^1.0.19",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-isec": "^0.4.12",
"@thi.ng/geom-api": "^1.0.13",
"@thi.ng/geom-isec": "^0.4.13",
"@thi.ng/heaps": "^1.2.10",
"@thi.ng/math": "^1.7.6",
"@thi.ng/transducers": "^6.4.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.12...@thi.ng/geom-api@1.0.13) (2020-04-23)

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





## [1.0.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.11...@thi.ng/geom-api@1.0.12) (2020-04-23)

**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.12",
"version": "1.0.13",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.10.1",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.2.23...@thi.ng/geom-arc@0.2.24) (2020-04-23)

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





## [0.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.2.22...@thi.ng/geom-arc@0.2.23) (2020-04-23)

**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.2.23",
"version": "0.2.24",
"description": "2D circular / elliptic arc operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@thi.ng/checks": "^2.6.2",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-resample": "^0.2.23",
"@thi.ng/geom-api": "^1.0.13",
"@thi.ng/geom-resample": "^0.2.24",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.0.10...@thi.ng/geom-clip-line@1.0.11) (2020-04-23)

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





## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.0.9...@thi.ng/geom-clip-line@1.0.10) (2020-04-23)

**Note:** Version bump only for package @thi.ng/geom-clip-line
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": "1.0.10",
"version": "1.0.11",
"description": "2D line clipping (Liang-Barsky)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.10...@thi.ng/geom-clip-poly@1.0.11) (2020-04-23)

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





## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.9...@thi.ng/geom-clip-poly@1.0.10) (2020-04-23)

**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.10",
"version": "1.0.11",
"description": "2D convex polygon clipping (Sutherland-Hodgeman)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@thi.ng/geom-isec": "^0.4.12",
"@thi.ng/geom-poly-utils": "^0.1.41",
"@thi.ng/geom-isec": "^0.4.13",
"@thi.ng/geom-poly-utils": "^0.1.42",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.3.23...@thi.ng/geom-closest-point@0.3.24) (2020-04-23)

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





## [0.3.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.3.22...@thi.ng/geom-closest-point@0.3.23) (2020-04-23)

**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.23",
"version": "0.3.24",
"description": "2D / 3D closest point / proximity helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.43...@thi.ng/geom-hull@0.0.44) (2020-04-23)

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





## [0.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.42...@thi.ng/geom-hull@0.0.43) (2020-04-23)

**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.43",
"version": "0.0.44",
"description": "Fast 2D convex hull (Graham Scan)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-io-obj@0.1.1...@thi.ng/geom-io-obj@0.1.2) (2020-04-23)

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





## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-io-obj@0.1.0...@thi.ng/geom-io-obj@0.1.1) (2020-04-23)

**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.1",
"version": "0.1.2",
"description": "Wavefront OBJ parser (& exporter soon)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.10.1",
"@thi.ng/vectors": "^4.3.0"
"@thi.ng/vectors": "^4.3.1"
},
"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.4.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.12...@thi.ng/geom-isec@0.4.13) (2020-04-23)

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





## [0.4.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.11...@thi.ng/geom-isec@0.4.12) (2020-04-23)

**Note:** Version bump only for package @thi.ng/geom-isec
Expand Down
8 changes: 4 additions & 4 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": "0.4.12",
"version": "0.4.13",
"description": "2D/3D shape intersection checks",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@thi.ng/api": "^6.10.1",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-closest-point": "^0.3.23",
"@thi.ng/geom-api": "^1.0.13",
"@thi.ng/geom-closest-point": "^0.3.24",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.3.0",
"@thi.ng/vectors": "^4.3.1",
"tslib": "^1.11.1"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-isoline/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.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.41...@thi.ng/geom-isoline@0.1.42) (2020-04-23)

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





## [0.1.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.40...@thi.ng/geom-isoline@0.1.41) (2020-04-23)

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

0 comments on commit 7d53b9d

Please sign in to comment.