Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/adjacency@0.1.17
 - @thi.ng/color@0.2.1
 - @thi.ng/geom-accel@1.2.1
 - @thi.ng/geom-api@0.2.5
 - @thi.ng/geom-arc@0.2.1
 - @thi.ng/geom-clip@0.1.1
 - @thi.ng/geom-closest-point@0.3.1
 - @thi.ng/geom-hull@0.0.21
 - @thi.ng/geom-isec@0.3.1
 - @thi.ng/geom-isoline@0.1.19
 - @thi.ng/geom-poly-utils@0.1.19
 - @thi.ng/geom-resample@0.2.1
 - @thi.ng/geom-splines@0.2.1
 - @thi.ng/geom-subdiv-curve@0.1.18
 - @thi.ng/geom-tessellate@0.2.1
 - @thi.ng/geom-voronoi@0.1.19
 - @thi.ng/geom@1.6.1
 - @thi.ng/hdom-canvas@2.1.1
 - @thi.ng/hiccup-svg@3.2.1
 - @thi.ng/lsys@0.2.16
 - @thi.ng/matrices@0.5.1
 - @thi.ng/poisson@0.2.18
 - @thi.ng/shader-ast-glsl@0.1.1
 - @thi.ng/shader-ast-js@0.1.1
 - @thi.ng/shader-ast-stdlib@0.1.1
 - @thi.ng/shader-ast@0.1.1
 - @thi.ng/vector-pools@1.0.1
 - @thi.ng/vectors@3.0.1
 - @thi.ng/webgl-msdf@0.1.1
 - @thi.ng/webgl@0.1.1
  • Loading branch information
postspectacular committed Jul 8, 2019
1 parent 294dc1e commit 05bc27a
Show file tree
Hide file tree
Showing 60 changed files with 354 additions and 102 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.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.16...@thi.ng/adjacency@0.1.17) (2019-07-08)

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





## [0.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.15...@thi.ng/adjacency@0.1.16) (2019-07-07)

**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.16",
"version": "0.1.17",
"description": "Sparse & bitwise adjacency matrices for directed / undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand All @@ -24,7 +24,7 @@
"pub": "yarn build && yarn publish --access public"
},
"devDependencies": {
"@thi.ng/vectors": "^3.0.0",
"@thi.ng/vectors": "^3.0.1",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.8",
"mocha": "^6.1.4",
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.

## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.2.0...@thi.ng/color@0.2.1) (2019-07-08)

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





# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.21...@thi.ng/color@0.2.0) (2019-07-07)


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": "0.2.0",
"version": "0.2.1",
"description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/math": "^1.4.0",
"@thi.ng/strings": "^1.2.0",
"@thi.ng/transducers": "^5.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"alpha",
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.

## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.2.0...@thi.ng/geom-accel@1.2.1) (2019-07-08)

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





# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.17...@thi.ng/geom-accel@1.2.0) (2019-07-07)


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": "1.2.0",
"version": "1.2.1",
"description": "nD spatial indexing data structures",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"dependencies": {
"@thi.ng/api": "^6.3.0",
"@thi.ng/arrays": "^0.2.0",
"@thi.ng/geom-api": "^0.2.4",
"@thi.ng/geom-api": "^0.2.5",
"@thi.ng/heaps": "^1.1.0",
"@thi.ng/math": "^1.4.0",
"@thi.ng/transducers": "^5.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
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.

## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.2.4...@thi.ng/geom-api@0.2.5) (2019-07-08)

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





## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.2.3...@thi.ng/geom-api@0.2.4) (2019-07-07)

**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": "0.2.4",
"version": "0.2.5",
"description": "Shared type & interface declarations for @thi.ng/geom packages",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.3.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"ES6",
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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.2.0...@thi.ng/geom-arc@0.2.1) (2019-07-08)

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





# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.1.17...@thi.ng/geom-arc@0.2.0) (2019-07-07)


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.0",
"version": "0.2.1",
"description": "2D circular / elliptic arc operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/checks": "^2.2.0",
"@thi.ng/geom-api": "^0.2.4",
"@thi.ng/geom-resample": "^0.2.0",
"@thi.ng/geom-api": "^0.2.5",
"@thi.ng/geom-resample": "^0.2.1",
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-clip/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.1.0...@thi.ng/geom-clip@0.1.1) (2019-07-08)

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





# [0.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.0.19...@thi.ng/geom-clip@0.1.0) (2019-07-07)


Expand Down
8 changes: 4 additions & 4 deletions packages/geom-clip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-clip",
"version": "0.1.0",
"version": "0.1.1",
"description": "2D line & convex polygon clipping (Liang-Barsky / Sutherland-Hodgeman)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,10 +32,10 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@thi.ng/geom-isec": "^0.3.0",
"@thi.ng/geom-poly-utils": "^0.1.18",
"@thi.ng/geom-isec": "^0.3.1",
"@thi.ng/geom-poly-utils": "^0.1.19",
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.3.0...@thi.ng/geom-closest-point@0.3.1) (2019-07-08)

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





# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.2.3...@thi.ng/geom-closest-point@0.3.0) (2019-07-07)


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.0",
"version": "0.3.1",
"description": "Closest point / proximity helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"ES6",
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.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.20...@thi.ng/geom-hull@0.0.21) (2019-07-08)

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





## [0.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.19...@thi.ng/geom-hull@0.0.20) (2019-07-07)

**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.20",
"version": "0.0.21",
"description": "Fast 2D convex hull (Graham Scan)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
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.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.3.0...@thi.ng/geom-isec@0.3.1) (2019-07-08)

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





# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.2.0...@thi.ng/geom-isec@0.3.0) (2019-07-07)


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.3.0",
"version": "0.3.1",
"description": "2D/3D shape intersection checks",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/api": "^6.3.0",
"@thi.ng/geom-api": "^0.2.4",
"@thi.ng/geom-closest-point": "^0.3.0",
"@thi.ng/geom-api": "^0.2.5",
"@thi.ng/geom-closest-point": "^0.3.1",
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
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.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.18...@thi.ng/geom-isoline@0.1.19) (2019-07-08)

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





## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.17...@thi.ng/geom-isoline@0.1.18) (2019-07-07)

**Note:** Version bump only for package @thi.ng/geom-isoline
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-isoline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-isoline",
"version": "0.1.18",
"version": "0.1.19",
"description": "Fast 2D contour line extraction / generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/transducers": "^5.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-poly-utils/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.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.18...@thi.ng/geom-poly-utils@0.1.19) (2019-07-08)

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





## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.17...@thi.ng/geom-poly-utils@0.1.18) (2019-07-07)


Expand Down
6 changes: 3 additions & 3 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": "0.1.18",
"version": "0.1.19",
"description": "Polygon / triangle analysis & processing utilities",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@thi.ng/errors": "^1.1.0",
"@thi.ng/geom-api": "^0.2.4",
"@thi.ng/geom-api": "^0.2.5",
"@thi.ng/math": "^1.4.0",
"@thi.ng/vectors": "^3.0.0"
"@thi.ng/vectors": "^3.0.1"
},
"keywords": [
"2D",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-resample/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.2.0...@thi.ng/geom-resample@0.2.1) (2019-07-08)

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





# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.17...@thi.ng/geom-resample@0.2.0) (2019-07-07)


Expand Down
Loading

0 comments on commit 05bc27a

Please sign in to comment.