diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 677f777354..cd50a5b17a 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.11...@thi.ng/adjacency@0.1.12) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/adjacency + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.10...@thi.ng/adjacency@0.1.11) (2019-04-03) **Note:** Version bump only for package @thi.ng/adjacency diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index d28a2544c4..d5c84d2b4c 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "0.1.11", + "version": "0.1.12", "description": "Sparse & bitwise adjacency matrices for directed / undirected graphs", "module": "./index.js", "main": "./lib/index.js", @@ -24,7 +24,7 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/vectors": "^2.5.2", + "@thi.ng/vectors": "^2.5.3", "@types/mocha": "^5.2.6", "@types/node": "^11.13.0", "mocha": "^6.0.2", @@ -35,10 +35,10 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/binary": "^1.0.5", - "@thi.ng/bitfield": "^0.1.4", + "@thi.ng/bitfield": "^0.1.5", "@thi.ng/checks": "^2.1.5", - "@thi.ng/dcons": "^2.0.15", - "@thi.ng/sparse": "^0.1.11" + "@thi.ng/dcons": "^2.0.16", + "@thi.ng/sparse": "^0.1.12" }, "keywords": [ "adjacency", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 7822d37c0a..ec9115468e 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -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.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.2.0...@thi.ng/associative@2.2.1) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/associative + + + + + # [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.1.2...@thi.ng/associative@2.2.0) (2019-04-09) diff --git a/packages/associative/package.json b/packages/associative/package.json index fc05eeefee..745cc696df 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "2.2.0", + "version": "2.2.1", "description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", "module": "./index.js", "main": "./lib/index.js", @@ -36,10 +36,10 @@ "@thi.ng/binary": "^1.0.5", "@thi.ng/checks": "^2.1.5", "@thi.ng/compare": "^1.0.5", - "@thi.ng/dcons": "^2.0.15", + "@thi.ng/dcons": "^2.0.16", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "data structures", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 0fe23c9758..65e299ac57 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.13...@thi.ng/bencode@0.2.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/bencode + + + + + ## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.12...@thi.ng/bencode@0.2.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/bencode diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 7fc0f7e92b..6158aa3216 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "0.2.13", + "version": "0.2.14", "description": "Bencode binary encoder / decoder with optional UTF8 encoding", "module": "./index.js", "main": "./lib/index.js", @@ -37,8 +37,8 @@ "@thi.ng/checks": "^2.1.5", "@thi.ng/defmulti": "^1.0.6", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/transducers-binary": "^0.3.8" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/transducers-binary": "^0.3.9" }, "keywords": [ "bencode", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 134467ba85..89bb2e905e 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.4...@thi.ng/bitfield@0.1.5) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/bitfield + + + + + ## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.3...@thi.ng/bitfield@0.1.4) (2019-04-02) **Note:** Version bump only for package @thi.ng/bitfield diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 6c5f7c4967..953aa878ad 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "0.1.4", + "version": "0.1.5", "description": "1D / 2D bit field implementations", "module": "./index.js", "main": "./lib/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/binary": "^1.0.5", - "@thi.ng/strings": "^1.0.7" + "@thi.ng/strings": "^1.1.0" }, "keywords": [ "1D", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 14b94d7984..befb0d3fd3 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.15...@thi.ng/cache@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/cache + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.14...@thi.ng/cache@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index 4216be59ad..cabe17be17 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "1.0.15", + "version": "1.0.16", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "module": "./index.js", "main": "./lib/index.js", @@ -33,8 +33,8 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/dcons": "^2.0.15", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/dcons": "^2.0.16", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "cache", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index eb6da1495f..6142b1c8cc 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -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/color@0.1.17...@thi.ng/color@0.1.18) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/color + + + + + ## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.16...@thi.ng/color@0.1.17) (2019-04-03) **Note:** Version bump only for package @thi.ng/color diff --git a/packages/color/package.json b/packages/color/package.json index d7743cd26f..2b44777016 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "0.1.17", + "version": "0.1.18", "description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients", "module": "./index.js", "main": "./lib/index.js", @@ -37,9 +37,9 @@ "@thi.ng/defmulti": "^1.0.6", "@thi.ng/errors": "^1.0.5", "@thi.ng/math": "^1.2.2", - "@thi.ng/strings": "^1.0.7", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/strings": "^1.1.0", + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "alpha", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index f6b3476a8e..21be0c63a1 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.15...@thi.ng/csp@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/csp + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.14...@thi.ng/csp@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/csp diff --git a/packages/csp/package.json b/packages/csp/package.json index 3dca257d99..06f8167f08 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "1.0.15", + "version": "1.0.16", "description": "ES6 promise based CSP implementation", "module": "./index.js", "main": "./lib/index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/arrays": "^0.1.6", "@thi.ng/checks": "^2.1.5", - "@thi.ng/dcons": "^2.0.15", + "@thi.ng/dcons": "^2.0.16", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "async", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 94431572c2..2893214a9d 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -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.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.15...@thi.ng/dcons@2.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/dcons + + + + + ## [2.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.14...@thi.ng/dcons@2.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/dcons diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 632b428d30..7f0bf50968 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "2.0.15", + "version": "2.0.16", "description": "Comprehensive doubly linked list structure w/ iterator support", "module": "./index.js", "main": "./lib/index.js", @@ -37,7 +37,7 @@ "@thi.ng/compare": "^1.0.5", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "datastructure", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index a94a9f6444..62acbcf6b2 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.1.5...@thi.ng/dgraph@1.1.6) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + ## [1.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.1.4...@thi.ng/dgraph@1.1.5) (2019-04-09) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 4191def9fe..0a9c574653 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "1.1.5", + "version": "1.1.6", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "module": "./index.js", "main": "./lib/index.js", @@ -33,10 +33,10 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/associative": "^2.2.0", + "@thi.ng/associative": "^2.2.1", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "data structure", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 5d26f0add1..7350edfd81 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.11...@thi.ng/fsm@2.1.12) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/fsm + + + + + ## [2.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.10...@thi.ng/fsm@2.1.11) (2019-04-03) **Note:** Version bump only for package @thi.ng/fsm diff --git a/packages/fsm/package.json b/packages/fsm/package.json index be92956493..db916355ae 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "2.1.11", + "version": "2.1.12", "description": "Composable primitives for building declarative, transducer based Finite-State machines & parsers for arbitrary data streams", "module": "./index.js", "main": "./lib/index.js", @@ -36,7 +36,7 @@ "@thi.ng/arrays": "^0.1.6", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "ES6", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 6bd0a94b8a..d52d19f24e 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.13...@thi.ng/geom-accel@1.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-accel + + + + + ## [1.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.12...@thi.ng/geom-accel@1.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-accel diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 26c9852eee..cb26a13661 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "1.1.13", + "version": "1.1.14", "description": "nD spatial indexing data structures", "module": "./index.js", "main": "./lib/index.js", @@ -34,11 +34,11 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/arrays": "^0.1.6", - "@thi.ng/geom-api": "^0.1.12", + "@thi.ng/geom-api": "^0.2.0", "@thi.ng/heaps": "^1.0.7", "@thi.ng/math": "^1.2.2", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 91e46efd61..45992c428a 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -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. +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.1.12...@thi.ng/geom-api@0.2.0) (2019-04-15) + + +### Features + +* **geom-api:** add more Type enums ([90e8b50](https://github.com/thi-ng/umbrella/commit/90e8b50)) + + + + + ## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.1.11...@thi.ng/geom-api@0.1.12) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-api diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 03e3b2980d..baf0a44125 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "0.1.12", + "version": "0.2.0", "description": "Shared type & interface declarations for @thi.ng/geom packages", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "ES6", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 45e5b6e464..f37c06e91d 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.1.13...@thi.ng/geom-arc@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-arc + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.1.12...@thi.ng/geom-arc@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-arc diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 72dc15c806..78a91fc4a0 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "0.1.13", + "version": "0.1.14", "description": "2D circular / elliptic arc operations", "module": "./index.js", "main": "./lib/index.js", @@ -33,10 +33,10 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-resample": "^0.1.13", + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-resample": "^0.1.14", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-clip/CHANGELOG.md b/packages/geom-clip/CHANGELOG.md index 85f5f50ff9..b3151d37f6 100644 --- a/packages/geom-clip/CHANGELOG.md +++ b/packages/geom-clip/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.0.15...@thi.ng/geom-clip@0.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-clip + + + + + ## [0.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.0.14...@thi.ng/geom-clip@0.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-clip diff --git a/packages/geom-clip/package.json b/packages/geom-clip/package.json index 8a4e08d396..2392f20ab2 100644 --- a/packages/geom-clip/package.json +++ b/packages/geom-clip/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip", - "version": "0.0.15", + "version": "0.0.16", "description": "2D line & convex polygon clipping (Liang-Barsky / Sutherland-Hodgeman)", "module": "./index.js", "main": "./lib/index.js", @@ -32,10 +32,10 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/geom-isec": "^0.1.13", - "@thi.ng/geom-poly-utils": "^0.1.13", + "@thi.ng/geom-isec": "^0.1.14", + "@thi.ng/geom-poly-utils": "^0.1.14", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 7a66672f8a..0c68b959ff 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -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. +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.1.13...@thi.ng/geom-closest-point@0.2.0) (2019-04-15) + + +### Features + +* **geom-closest-point:** add fns for more shape types ([5ae2887](https://github.com/thi-ng/umbrella/commit/5ae2887)) + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.1.12...@thi.ng/geom-closest-point@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-closest-point diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 272c7b49d9..cbb73dbaa7 100644 --- a/packages/geom-closest-point/package.json +++ b/packages/geom-closest-point/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-closest-point", - "version": "0.1.13", + "version": "0.2.0", "description": "Closest point / proximity helpers", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "ES6", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 6680be03fd..ab40c7b9d2 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.15...@thi.ng/geom-hull@0.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-hull + + + + + ## [0.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.14...@thi.ng/geom-hull@0.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-hull diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 4dc7cc9d9b..ede8b1c0b4 100644 --- a/packages/geom-hull/package.json +++ b/packages/geom-hull/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-hull", - "version": "0.0.15", + "version": "0.0.16", "description": "Fast 2D convex hull (Graham Scan)", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index f1a6a15f21..781013db7e 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.13...@thi.ng/geom-isec@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-isec + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.12...@thi.ng/geom-isec@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-isec diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index e5dcdfb6ce..6a9b495793 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "0.1.13", + "version": "0.1.14", "description": "2D/3D shape intersection checks", "module": "./index.js", "main": "./lib/index.js", @@ -33,10 +33,10 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-closest-point": "^0.1.13", + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-closest-point": "^0.2.0", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 68ed81768c..01842f1671 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.13...@thi.ng/geom-isoline@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-isoline + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.12...@thi.ng/geom-isoline@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-isoline diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index c5e3be421b..63b90ee35c 100644 --- a/packages/geom-isoline/package.json +++ b/packages/geom-isoline/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isoline", - "version": "0.1.13", + "version": "0.1.14", "description": "Fast 2D contour line extraction / generation", "module": "./index.js", "main": "./lib/index.js", @@ -32,8 +32,8 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 4678652dac..f7f053f7d5 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.13...@thi.ng/geom-poly-utils@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-poly-utils + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.12...@thi.ng/geom-poly-utils@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-poly-utils diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index bcb09865fa..8af1837937 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "0.1.13", + "version": "0.1.14", "description": "Polygon / triangle analysis & processing utilities", "module": "./index.js", "main": "./lib/index.js", @@ -33,9 +33,9 @@ }, "dependencies": { "@thi.ng/errors": "^1.0.5", - "@thi.ng/geom-api": "^0.1.12", + "@thi.ng/geom-api": "^0.2.0", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 106d352c67..f25b36f9a7 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.13...@thi.ng/geom-resample@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-resample + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.12...@thi.ng/geom-resample@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-resample diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 53a060b36e..ea318a78d6 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "0.1.13", + "version": "0.1.14", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "module": "./index.js", "main": "./lib/index.js", @@ -33,10 +33,10 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-closest-point": "^0.1.13", + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-closest-point": "^0.2.0", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index d08718c1cf..ffbc2a072b 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.1.13...@thi.ng/geom-splines@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-splines + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.1.12...@thi.ng/geom-splines@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-splines diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 63b661541e..38ac2d0a71 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "0.1.13", + "version": "0.1.14", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "module": "./index.js", "main": "./lib/index.js", @@ -33,11 +33,11 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-arc": "^0.1.13", - "@thi.ng/geom-resample": "^0.1.13", + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-arc": "^0.1.14", + "@thi.ng/geom-resample": "^0.1.14", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 5e474afc8b..e4b0d77203 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -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/geom-subdiv-curve@0.1.12...@thi.ng/geom-subdiv-curve@0.1.13) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-subdiv-curve + + + + + ## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.11...@thi.ng/geom-subdiv-curve@0.1.12) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-subdiv-curve diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 3a1adb2c1b..bcfd61e3aa 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "0.1.12", + "version": "0.1.13", "description": "Freely customizable, iterative subdivision curves for open / closed input geometries", "module": "./index.js", "main": "./lib/index.js", @@ -32,9 +32,9 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 4c2aadd0a4..c86579a35e 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.1.13...@thi.ng/geom-tessellate@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-tessellate + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.1.12...@thi.ng/geom-tessellate@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-tessellate diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index c01eddecf0..5abee6e597 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "0.1.13", + "version": "0.1.14", "description": "2D/3D polygon tessellators", "module": "./index.js", "main": "./lib/index.js", @@ -33,11 +33,11 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-isec": "^0.1.13", - "@thi.ng/geom-poly-utils": "^0.1.13", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-isec": "^0.1.14", + "@thi.ng/geom-poly-utils": "^0.1.14", + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index b4d184761c..130fedde1e 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.1.13...@thi.ng/geom-voronoi@0.1.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/geom-voronoi + + + + + ## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.1.12...@thi.ng/geom-voronoi@0.1.13) (2019-04-03) **Note:** Version bump only for package @thi.ng/geom-voronoi diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 2bdbbeb89f..a85fec22c4 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "0.1.13", + "version": "0.1.14", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "module": "./index.js", "main": "./lib/index.js", @@ -34,12 +34,12 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-clip": "^0.0.15", - "@thi.ng/geom-isec": "^0.1.13", - "@thi.ng/geom-poly-utils": "^0.1.13", + "@thi.ng/geom-clip": "^0.0.16", + "@thi.ng/geom-isec": "^0.1.14", + "@thi.ng/geom-poly-utils": "^0.1.14", "@thi.ng/math": "^1.2.2", "@thi.ng/quad-edge": "^0.1.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 85f351faaf..a7afe544bc 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -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. +# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.3.0...@thi.ng/geom@1.4.0) (2019-04-15) + + +### Features + +* **geom:** add new shape factories & impls ([1a5ead1](https://github.com/thi-ng/umbrella/commit/1a5ead1)) + + + + + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.21...@thi.ng/geom@1.3.0) (2019-04-11) diff --git a/packages/geom/package.json b/packages/geom/package.json index c37a07520d..550ed3e8f1 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "1.3.0", + "version": "1.4.0", "description": "2D geometry types, polymorphic operations, SVG generation", "module": "./index.js", "main": "./lib/index.js", @@ -39,24 +39,24 @@ "@thi.ng/defmulti": "^1.0.6", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/geom-api": "^0.1.12", - "@thi.ng/geom-arc": "^0.1.13", - "@thi.ng/geom-clip": "^0.0.15", - "@thi.ng/geom-closest-point": "^0.1.13", - "@thi.ng/geom-hull": "^0.0.15", - "@thi.ng/geom-isec": "^0.1.13", - "@thi.ng/geom-poly-utils": "^0.1.13", - "@thi.ng/geom-resample": "^0.1.13", - "@thi.ng/geom-splines": "^0.1.13", - "@thi.ng/geom-subdiv-curve": "^0.1.12", - "@thi.ng/geom-tessellate": "^0.1.13", + "@thi.ng/geom-api": "^0.2.0", + "@thi.ng/geom-arc": "^0.1.14", + "@thi.ng/geom-clip": "^0.0.16", + "@thi.ng/geom-closest-point": "^0.2.0", + "@thi.ng/geom-hull": "^0.0.16", + "@thi.ng/geom-isec": "^0.1.14", + "@thi.ng/geom-poly-utils": "^0.1.14", + "@thi.ng/geom-resample": "^0.1.14", + "@thi.ng/geom-splines": "^0.1.14", + "@thi.ng/geom-subdiv-curve": "^0.1.13", + "@thi.ng/geom-tessellate": "^0.1.14", "@thi.ng/hiccup": "^3.1.6", - "@thi.ng/hiccup-svg": "^3.1.18", + "@thi.ng/hiccup-svg": "^3.1.19", "@thi.ng/math": "^1.2.2", - "@thi.ng/matrices": "^0.3.1", + "@thi.ng/matrices": "^0.3.2", "@thi.ng/random": "^1.1.4", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 8c49ba7854..0b21dda498 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -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.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.13...@thi.ng/hdom-canvas@2.0.14) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/hdom-canvas + + + + + ## [2.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.12...@thi.ng/hdom-canvas@2.0.13) (2019-04-11) **Note:** Version bump only for package @thi.ng/hdom-canvas diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 72d464392c..102110117e 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "2.0.13", + "version": "2.0.14", "description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", - "@thi.ng/color": "^0.1.17", + "@thi.ng/color": "^0.1.18", "@thi.ng/diff": "^3.1.0", "@thi.ng/hdom": "^7.2.4" }, diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 4ebc0b6536..aed188641c 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -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. +## [3.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.15...@thi.ng/hdom-components@3.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + ## [3.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.14...@thi.ng/hdom-components@3.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/hdom-components diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 05fad3c8f8..606d31de9a 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "3.0.15", + "version": "3.0.16", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -35,8 +35,8 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", "@thi.ng/math": "^1.2.2", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/transducers-stats": "^1.0.15", + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/transducers-stats": "^1.0.16", "@types/webgl2": "^0.0.4" }, "keywords": [ diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index dfaa38f51e..ec636c2dba 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.15...@thi.ng/hiccup-css@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/hiccup-css + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.14...@thi.ng/hiccup-css@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/hiccup-css diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 6361460145..86089a1a90 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "1.0.15", + "version": "1.0.16", "description": "CSS from nested JS data structures", "module": "./index.js", "main": "./lib/index.js", @@ -35,7 +35,7 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "clojure", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 1d3817d13b..60e846a690 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -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.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.0.18...@thi.ng/hiccup-markdown@1.0.19) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/hiccup-markdown + + + + + ## [1.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.0.17...@thi.ng/hiccup-markdown@1.0.18) (2019-04-03) **Note:** Version bump only for package @thi.ng/hiccup-markdown diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 8476899c46..8a9ce72e93 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "1.0.18", + "version": "1.0.19", "description": "Markdown serialization of hiccup DOM trees", "module": "./index.js", "main": "./lib/index.js", @@ -36,10 +36,10 @@ "@thi.ng/checks": "^2.1.5", "@thi.ng/defmulti": "^1.0.6", "@thi.ng/errors": "^1.0.5", - "@thi.ng/fsm": "^2.1.11", + "@thi.ng/fsm": "^2.1.12", "@thi.ng/hiccup": "^3.1.6", - "@thi.ng/strings": "^1.0.7", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/strings": "^1.1.0", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "ES6", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index d731b6bffc..43b0e3573c 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -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. +## [3.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.18...@thi.ng/hiccup-svg@3.1.19) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/hiccup-svg + + + + + ## [3.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.17...@thi.ng/hiccup-svg@3.1.18) (2019-04-03) **Note:** Version bump only for package @thi.ng/hiccup-svg diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 5ac5621acd..e475fdac95 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "3.1.18", + "version": "3.1.19", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/color": "^0.1.17", + "@thi.ng/color": "^0.1.18", "@thi.ng/hiccup": "^3.1.6" }, "keywords": [ diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index cc3396e435..2b4467c458 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.0.15...@thi.ng/iges@1.1.0) (2019-04-15) + + +### Features + +* **iges:** add boolean tree, csg box & cylinder entities ([b1db275](https://github.com/thi-ng/umbrella/commit/b1db275)) +* **iges:** add new entities, options, extract addEntity, update enums ([43426e5](https://github.com/thi-ng/umbrella/commit/43426e5)) + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.0.14...@thi.ng/iges@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/iges diff --git a/packages/iges/package.json b/packages/iges/package.json index 0fce8b88c8..2adb6bd921 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "1.0.15", + "version": "1.1.0", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "module": "./index.js", "main": "./lib/index.js", @@ -35,8 +35,8 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "2.1.5", "@thi.ng/defmulti": "^1.0.6", - "@thi.ng/strings": "^1.0.7", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/strings": "^1.1.0", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "CAD", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index b56e021993..2f0b41bfc1 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -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. +## [5.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.0.15...@thi.ng/iterators@5.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + ## [5.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.0.14...@thi.ng/iterators@5.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/iterators diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 090561f432..9548e85904 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "5.0.15", + "version": "5.0.16", "description": "clojure.core inspired, composable ES6 iterators & generators", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/dcons": "^2.0.15", + "@thi.ng/dcons": "^2.0.16", "@thi.ng/errors": "^1.0.5" }, "keywords": [ diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 62ab63c29c..7b7a7c9a45 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.10...@thi.ng/lsys@0.2.11) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/lsys + + + + + ## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.9...@thi.ng/lsys@0.2.10) (2019-04-03) **Note:** Version bump only for package @thi.ng/lsys diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 5d4c3be9e6..4366c09008 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "0.2.10", + "version": "0.2.11", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "module": "./index.js", "main": "./lib/index.js", @@ -37,8 +37,8 @@ "@thi.ng/errors": "^1.0.5", "@thi.ng/math": "^1.2.2", "@thi.ng/random": "^1.1.4", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "axiom", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 740ab0c806..bf80348c37 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.3.1...@thi.ng/matrices@0.3.2) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/matrices + + + + + ## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.3.0...@thi.ng/matrices@0.3.1) (2019-04-09) **Note:** Version bump only for package @thi.ng/matrices diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 1246b3b316..5e1c973f02 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "0.3.1", + "version": "0.3.2", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "module": "./index.js", "main": "./lib/index.js", @@ -35,7 +35,7 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", "@thi.ng/math": "^1.2.2", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2D", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 012b362403..9464fbdecd 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@0.2.12...@thi.ng/poisson@0.2.13) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/poisson + + + + + ## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@0.2.11...@thi.ng/poisson@0.2.12) (2019-04-03) **Note:** Version bump only for package @thi.ng/poisson diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 9f998f7c72..65ff560b8e 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "0.2.12", + "version": "0.2.13", "description": "nD Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "module": "./index.js", "main": "./lib/index.js", @@ -33,9 +33,9 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/geom-api": "^0.1.12", + "@thi.ng/geom-api": "^0.2.0", "@thi.ng/random": "^1.1.4", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "2d", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 7504541820..69dfe40c24 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.15...@thi.ng/range-coder@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/range-coder + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.14...@thi.ng/range-coder@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/range-coder diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 5d04f39405..b4e1529de3 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "1.0.15", + "version": "1.0.16", "description": "Binary data range encoder / decoder", "module": "./index.js", "main": "./lib/index.js", @@ -24,7 +24,7 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/transducers": "^5.3.3", + "@thi.ng/transducers": "^5.3.4", "@types/mocha": "^5.2.6", "@types/node": "^11.13.0", "mocha": "^6.0.2", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 2036aeddc8..474d25259f 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.22...@thi.ng/rstream-csp@1.0.23) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.21...@thi.ng/rstream-csp@1.0.22) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-csp diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 86f3fa4d89..fe65f291b0 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "1.0.22", + "version": "1.0.23", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -32,8 +32,8 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/csp": "^1.0.15", - "@thi.ng/rstream": "^2.4.0" + "@thi.ng/csp": "^1.0.16", + "@thi.ng/rstream": "^2.4.1" }, "keywords": [ "bridge", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 411faba494..74c6ffa6d5 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.22...@thi.ng/rstream-dot@1.0.23) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.21...@thi.ng/rstream-dot@1.0.22) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-dot diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 1c04c8c9f4..75077ed830 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "1.0.22", + "version": "1.0.23", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "module": "./index.js", "main": "./lib/index.js", @@ -32,7 +32,7 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/rstream": "^2.4.0" + "@thi.ng/rstream": "^2.4.1" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index b47701d2e6..dcaa4b86dc 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.1.0...@thi.ng/rstream-gestures@1.1.1) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.21...@thi.ng/rstream-gestures@1.1.0) (2019-04-11) diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 3b823ed7bf..cbb3a725dd 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "1.1.0", + "version": "1.1.1", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "module": "./index.js", "main": "./lib/index.js", @@ -33,8 +33,8 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/rstream": "^2.4.0", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/rstream": "^2.4.1", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "dataflow", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index c79d1856cd..ea938f6b4d 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -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. +## [3.0.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.22...@thi.ng/rstream-graph@3.0.23) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [3.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.21...@thi.ng/rstream-graph@3.0.22) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-graph diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 4bfd52b26c..41e523e370 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "3.0.22", + "version": "3.0.23", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -37,8 +37,8 @@ "@thi.ng/errors": "^1.0.5", "@thi.ng/paths": "^2.0.8", "@thi.ng/resolve-map": "^4.0.9", - "@thi.ng/rstream": "^2.4.0", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/rstream": "^2.4.1", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "compute", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 151a9712bf..eb20f52604 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.10...@thi.ng/rstream-log-file@0.1.11) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + ## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.9...@thi.ng/rstream-log-file@0.1.10) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-log-file diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 45a66b5d7a..3c5f62094c 100644 --- a/packages/rstream-log-file/package.json +++ b/packages/rstream-log-file/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log-file", - "version": "0.1.10", + "version": "0.1.11", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -32,7 +32,7 @@ "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/rstream": "^2.4.0" + "@thi.ng/rstream": "^2.4.1" }, "keywords": [ "append", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index d117bad390..f1967d1c5a 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -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. +## [3.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.10...@thi.ng/rstream-log@3.0.11) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [3.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.9...@thi.ng/rstream-log@3.0.10) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-log diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 71e736b83e..56778760f0 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "3.0.10", + "version": "3.0.11", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -35,8 +35,8 @@ "@thi.ng/api": "^6.0.1", "@thi.ng/checks": "^2.1.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/rstream": "^2.4.0", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/rstream": "^2.4.1", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "ES6", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 7f2e182896..ea4b6050e5 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.22...@thi.ng/rstream-query@1.0.23) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.21...@thi.ng/rstream-query@1.0.22) (2019-04-11) **Note:** Version bump only for package @thi.ng/rstream-query diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index c33b18ea5e..3a20129234 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "1.0.22", + "version": "1.0.23", "description": "@thi.ng/rstream based triple store & reactive query engine", "module": "./index.js", "main": "./lib/index.js", @@ -33,13 +33,13 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/associative": "^2.2.0", + "@thi.ng/associative": "^2.2.1", "@thi.ng/checks": "^2.1.5", "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", - "@thi.ng/rstream": "^2.4.0", - "@thi.ng/rstream-dot": "^1.0.22", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/rstream": "^2.4.1", + "@thi.ng/rstream-dot": "^1.0.23", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "dataflow", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 340607c1da..dfc0303940 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -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.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.4.0...@thi.ng/rstream@2.4.1) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + # [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.8...@thi.ng/rstream@2.4.0) (2019-04-11) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 2eb79bf6de..92695ad973 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "2.4.0", + "version": "2.4.1", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "module": "./index.js", "main": "./lib/index.js", @@ -33,12 +33,12 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/associative": "^2.2.0", + "@thi.ng/associative": "^2.2.1", "@thi.ng/atom": "^2.0.9", "@thi.ng/checks": "^2.1.5", "@thi.ng/errors": "^1.0.5", "@thi.ng/paths": "^2.0.8", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "datastructure", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 88e7d75b52..148a00c0a2 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.0.15...@thi.ng/sax@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/sax + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.0.14...@thi.ng/sax@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/sax diff --git a/packages/sax/package.json b/packages/sax/package.json index 3c49ca8e3f..cb509f8d90 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "1.0.15", + "version": "1.0.16", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "module": "./index.js", "main": "./lib/index.js", @@ -33,8 +33,8 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/transducers": "^5.3.3", - "@thi.ng/transducers-fsm": "^1.0.15" + "@thi.ng/transducers": "^5.3.4", + "@thi.ng/transducers-fsm": "^1.0.16" }, "keywords": [ "ES6", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 718805b677..e887c08bec 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.11...@thi.ng/sparse@0.1.12) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/sparse + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.10...@thi.ng/sparse@0.1.11) (2019-04-03) **Note:** Version bump only for package @thi.ng/sparse diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 21afbf5ade..9a7756bfa6 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.1.11", + "version": "0.1.12", "description": "Sparse vector & matrix implementations", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "adjacency", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 130394bc1a..70dea0e175 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -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. +# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.7...@thi.ng/strings@1.1.0) (2019-04-15) + + +### Features + +* **strings:** add hstr() (hollerith) ([619e9ef](https://github.com/thi-ng/umbrella/commit/619e9ef)) + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.6...@thi.ng/strings@1.0.7) (2019-04-02) **Note:** Version bump only for package @thi.ng/strings diff --git a/packages/strings/package.json b/packages/strings/package.json index fefa405082..77a938e81a 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "1.0.7", + "version": "1.1.0", "description": "Various string formatting & utility functions", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index e54d787657..66409822ab 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.3.8...@thi.ng/transducers-binary@0.3.9) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/transducers-binary + + + + + ## [0.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.3.7...@thi.ng/transducers-binary@0.3.8) (2019-04-03) **Note:** Version bump only for package @thi.ng/transducers-binary diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index f77646f216..eb2e29273d 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-binary", - "version": "0.3.8", + "version": "0.3.9", "description": "Binary data related transducers & reducers", "module": "./index.js", "main": "./lib/index.js", @@ -34,8 +34,8 @@ "dependencies": { "@thi.ng/compose": "^1.2.2", "@thi.ng/random": "^1.1.4", - "@thi.ng/strings": "^1.0.7", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/strings": "^1.1.0", + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "base64", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index e20d8939e4..0ddef03dc3 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.0.15...@thi.ng/transducers-fsm@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/transducers-fsm + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.0.14...@thi.ng/transducers-fsm@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/transducers-fsm diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 477049148f..67886b6a79 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "1.0.15", + "version": "1.0.16", "description": "Transducer-based Finite State Machine transformer", "module": "./index.js", "main": "./lib/index.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@thi.ng/api": "^6.0.1", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "ES6", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 42fd001a56..304089ac69 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -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.0.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.18...@thi.ng/transducers-hdom@2.0.19) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/transducers-hdom + + + + + ## [2.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.17...@thi.ng/transducers-hdom@2.0.18) (2019-04-11) **Note:** Version bump only for package @thi.ng/transducers-hdom diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index f57f7d8b00..7a7d9a3711 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "2.0.18", + "version": "2.0.19", "description": "Transducer based UI updater for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@thi.ng/hdom": "^7.2.4", "@thi.ng/hiccup": "^3.1.6", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "diff", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 7be87215b6..2ab2d62b66 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.0.15...@thi.ng/transducers-stats@1.0.16) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + ## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.0.14...@thi.ng/transducers-stats@1.0.15) (2019-04-03) **Note:** Version bump only for package @thi.ng/transducers-stats diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 9b9aff462d..659c4f0dd8 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "1.0.15", + "version": "1.0.16", "description": "Transducers for statistical / technical analysis", "module": "./index.js", "main": "./lib/index.js", @@ -33,9 +33,9 @@ }, "dependencies": { "@thi.ng/checks": "^2.1.5", - "@thi.ng/dcons": "^2.0.15", + "@thi.ng/dcons": "^2.0.16", "@thi.ng/errors": "^1.0.5", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "ES6", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 4ebb748990..b8c03a259e 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -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. +## [5.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.3...@thi.ng/transducers@5.3.4) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/transducers + + + + + ## [5.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.2...@thi.ng/transducers@5.3.3) (2019-04-03) diff --git a/packages/transducers/package.json b/packages/transducers/package.json index d292df9717..f45e194cb1 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "5.3.3", + "version": "5.3.4", "description": "Lightweight transducer implementations for ES6 / TypeScript", "module": "./index.js", "main": "./lib/index.js", @@ -40,7 +40,7 @@ "@thi.ng/equiv": "^1.0.5", "@thi.ng/errors": "^1.0.5", "@thi.ng/random": "^1.1.4", - "@thi.ng/strings": "^1.0.7" + "@thi.ng/strings": "^1.1.0" }, "keywords": [ "array", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index f725730812..f2e88238db 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@0.2.12...@thi.ng/vector-pools@0.2.13) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/vector-pools + + + + + ## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@0.2.11...@thi.ng/vector-pools@0.2.12) (2019-04-03) **Note:** Version bump only for package @thi.ng/vector-pools diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index f26386a57a..f3e559aee8 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "0.2.12", + "version": "0.2.13", "description": "Data structures for managing & working with strided, memory mapped vectors", "module": "./index.js", "main": "./lib/index.js", @@ -34,7 +34,7 @@ "dependencies": { "@thi.ng/api": "^6.0.1", "@thi.ng/malloc": "^2.0.8", - "@thi.ng/vectors": "^2.5.2" + "@thi.ng/vectors": "^2.5.3" }, "keywords": [ "ES6", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index f868b70c89..44e545e64f 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -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.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@2.5.2...@thi.ng/vectors@2.5.3) (2019-04-15) + +**Note:** Version bump only for package @thi.ng/vectors + + + + + ## [2.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@2.5.1...@thi.ng/vectors@2.5.2) (2019-04-03) **Note:** Version bump only for package @thi.ng/vectors diff --git a/packages/vectors/package.json b/packages/vectors/package.json index cd73db2012..06fd7a8867 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "2.5.2", + "version": "2.5.3", "description": "Optimized 2d/3d/4d and arbitrary length vector operations", "module": "./index.js", "main": "./lib/index.js", @@ -40,7 +40,7 @@ "@thi.ng/math": "^1.2.2", "@thi.ng/memoize": "^1.0.6", "@thi.ng/random": "^1.1.4", - "@thi.ng/transducers": "^5.3.3" + "@thi.ng/transducers": "^5.3.4" }, "keywords": [ "2D",