Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 23, 2020
1 parent 458f5b3 commit 949d1f0
Show file tree
Hide file tree
Showing 76 changed files with 435 additions and 122 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.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.38",
"version": "0.1.39",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"@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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [1.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.15",
"version": "1.1.16",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"tslib": "^1.11.1"
},
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/geom-accel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **geom-accel:** add 2d/3d spatial grids ([e34c44d](https://github.com/thi-ng/umbrella/commit/e34c44d624026bbce946d904c5b861f7a48fd484))





## [2.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.0.11",
"version": "2.1.0",
"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.11",
"@thi.ng/geom-isec": "^0.4.11",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-isec": "^0.4.12",
"@thi.ng/heaps": "^1.2.10",
"@thi.ng/math": "^1.7.6",
"@thi.ng/transducers": "^6.4.6",
"@thi.ng/vectors": "^4.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [1.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.11",
"version": "1.0.12",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.22",
"version": "0.2.23",
"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.11",
"@thi.ng/geom-resample": "^0.2.22",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-resample": "^0.2.23",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.9",
"version": "1.0.10",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.9",
"version": "1.0.10",
"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.11",
"@thi.ng/geom-poly-utils": "^0.1.40",
"@thi.ng/geom-isec": "^0.4.12",
"@thi.ng/geom-poly-utils": "^0.1.41",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.3.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.22",
"version": "0.3.23",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.0.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.42",
"version": "0.0.43",
"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.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





# 0.1.0 (2020-04-20)


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.0",
"version": "0.1.1",
"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.2.6"
"@thi.ng/vectors": "^4.3.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.4.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.4.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

**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.11",
"version": "0.4.12",
"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.11",
"@thi.ng/geom-closest-point": "^0.3.22",
"@thi.ng/geom-api": "^1.0.12",
"@thi.ng/geom-closest-point": "^0.3.23",
"@thi.ng/math": "^1.7.6",
"@thi.ng/vectors": "^4.2.6",
"@thi.ng/vectors": "^4.3.0",
"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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-23)

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





## [0.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-04-20)

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

0 comments on commit 949d1f0

Please sign in to comment.