diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index ae182a4b26..23041fc6b9 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/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.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/adapt-dpi@1.0.21...@thi.ng/adapt-dpi@1.0.22) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/adapt-dpi + + + + + ## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/adapt-dpi@1.0.20...@thi.ng/adapt-dpi@1.0.21) (2021-07-01) **Note:** Version bump only for package @thi.ng/adapt-dpi diff --git a/packages/adapt-dpi/package.json b/packages/adapt-dpi/package.json index 570674e523..a2aca23deb 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adapt-dpi", - "version": "1.0.21", + "version": "1.0.22", "description": "HDPI canvas adapter / styling utility", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 74785484c5..203f38b91a 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.3.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.3.21...@thi.ng/adjacency@0.3.22) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/adjacency + + + + + ## [0.3.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.3.20...@thi.ng/adjacency@0.3.21) (2021-08-04) **Note:** Version bump only for package @thi.ng/adjacency diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 98dd8069f7..0b696d3ef3 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "0.3.21", + "version": "0.3.22", "description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", "module": "./index.js", "main": "./lib/index.js", @@ -38,15 +38,15 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/vectors": "^6.0.6" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/bitfield": "^0.4.11", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/sparse": "^0.1.83" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/bitfield": "^0.4.12", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/sparse": "^0.1.84" }, "files": [ "*.js", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 2fb122a47f..12f842fcb8 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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. +## [7.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.1.7...@thi.ng/api@7.1.8) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/api + + + + + ## [7.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.1.6...@thi.ng/api@7.1.7) (2021-08-04) **Note:** Version bump only for package @thi.ng/api diff --git a/packages/api/package.json b/packages/api/package.json index d637f722e9..dd1ba53be5 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "7.1.7", + "version": "7.1.8", "description": "Common, generic types, interfaces & mixins", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 8f2ee6e203..304d9d625d 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@1.0.1...@thi.ng/args@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/args + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.7.2...@thi.ng/args@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/args diff --git a/packages/args/package.json b/packages/args/package.json index ddc39a28bb..20bfeb0bdb 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "1.0.1", + "version": "1.0.2", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index b8defc9d52..f61bbc37f5 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/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.10.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.15...@thi.ng/arrays@0.10.16) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/arrays + + + + + ## [0.10.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.14...@thi.ng/arrays@0.10.15) (2021-08-04) **Note:** Version bump only for package @thi.ng/arrays diff --git a/packages/arrays/package.json b/packages/arrays/package.json index d3ebd3eb8b..94d6f97c3d 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "0.10.15", + "version": "0.10.16", "description": "Array / Arraylike utilities", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/random": "^2.4.4" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/random": "^2.4.5" }, "files": [ "*.js", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index dbc26b520c..98090e100e 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. +## [5.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.9...@thi.ng/associative@5.2.10) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/associative + + + + + ## [5.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.8...@thi.ng/associative@5.2.9) (2021-08-04) **Note:** Version bump only for package @thi.ng/associative diff --git a/packages/associative/package.json b/packages/associative/package.json index 107d12c2af..0833fe80e0 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "5.2.9", + "version": "5.2.10", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1", + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2", "tslib": "^2.3.0" }, "files": [ diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 5ca5ed6086..2a0ec1e099 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/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. +## [4.1.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@4.1.38...@thi.ng/atom@4.1.39) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/atom + + + + + ## [4.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@4.1.37...@thi.ng/atom@4.1.38) (2021-08-04) **Note:** Version bump only for package @thi.ng/atom diff --git a/packages/atom/package.json b/packages/atom/package.json index e23f3c494d..a8c0565d38 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "4.1.38", + "version": "4.1.39", "description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/paths": "^4.2.10", + "@thi.ng/api": "^7.1.8", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/paths": "^4.2.11", "tslib": "^2.3.0" }, "files": [ diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index e0a0b087e4..4cf52cfd68 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@1.0.1...@thi.ng/base-n@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/base-n + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/base-n@0.2.0...@thi.ng/base-n@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/base-n diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 673c02f0fa..28634de8a4 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "1.0.1", + "version": "1.0.2", "description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index e21faf7f79..1714112c96 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/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.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@2.1.3...@thi.ng/bench@2.1.4) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/bench + + + + + ## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@2.1.2...@thi.ng/bench@2.1.3) (2021-08-04) **Note:** Version bump only for package @thi.ng/bench diff --git a/packages/bench/package.json b/packages/bench/package.json index b5221884ac..d97278001c 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "2.1.3", + "version": "2.1.4", "description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 001d60e6c8..f88cbb8bfc 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.3.69](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.3.68...@thi.ng/bencode@0.3.69) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/bencode + + + + + ## [0.3.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.3.67...@thi.ng/bencode@0.3.68) (2021-08-04) **Note:** Version bump only for package @thi.ng/bencode diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 076ab25d01..42a7a8d3be 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "0.3.68", + "version": "0.3.69", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "module": "./index.js", "main": "./lib/index.js", @@ -38,13 +38,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/transducers-binary": "^0.6.24" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/transducers-binary": "^0.6.25" }, "files": [ "*.js", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index bd65bd5e30..9445509b9b 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/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. +## [2.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.2.7...@thi.ng/binary@2.2.8) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/binary + + + + + ## [2.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.2.6...@thi.ng/binary@2.2.7) (2021-08-04) **Note:** Version bump only for package @thi.ng/binary diff --git a/packages/binary/package.json b/packages/binary/package.json index e524748d4f..e44225fd8b 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "2.2.7", + "version": "2.2.8", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 5ed4b367eb..2e52b9a2dd 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.4.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.4.11...@thi.ng/bitfield@0.4.12) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/bitfield + + + + + ## [0.4.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.4.10...@thi.ng/bitfield@0.4.11) (2021-08-04) **Note:** Version bump only for package @thi.ng/bitfield diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 80871602c1..df2652b91f 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "0.4.11", + "version": "0.4.12", "description": "1D / 2D bit field implementations", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index e5c0761782..de0060888c 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@1.1.40...@thi.ng/bitstream@1.1.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/bitstream + + + + + ## [1.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@1.1.39...@thi.ng/bitstream@1.1.40) (2021-07-01) **Note:** Version bump only for package @thi.ng/bitstream diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index 1b88eee6dc..290b28decd 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "1.1.40", + "version": "1.1.41", "description": "ES6 iterator based read/write bit streams with support for variable word widths", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/errors": "^1.3.2" + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 05dbb36bee..6865dfb49f 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.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.88...@thi.ng/cache@1.0.89) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/cache + + + + + ## [1.0.88](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.87...@thi.ng/cache@1.0.88) (2021-08-04) **Note:** Version bump only for package @thi.ng/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index eba263b51e..03636c7b60 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "1.0.88", + "version": "1.0.89", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index bf349be7d8..1b36c32ccc 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/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.9.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.8...@thi.ng/checks@2.9.9) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/checks + + + + + ## [2.9.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.7...@thi.ng/checks@2.9.8) (2021-07-01) **Note:** Version bump only for package @thi.ng/checks diff --git a/packages/checks/package.json b/packages/checks/package.json index c9e2e52eed..3d2133e925 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "2.9.8", + "version": "2.9.9", "description": "Collection of 50+ type, feature & value checks", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 666afaca22..ed4fb3c946 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. +## [3.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@3.2.1...@thi.ng/color@3.2.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/color + + + + + ## [3.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@3.2.0...@thi.ng/color@3.2.1) (2021-08-04) **Note:** Version bump only for package @thi.ng/color diff --git a/packages/color/package.json b/packages/color/package.json index 702d6ea330..51d755eef0 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "3.2.1", + "version": "3.2.2", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "module": "./index.js", "main": "./lib/index.js", @@ -39,19 +39,19 @@ "tool:swatches": "ts-node -P tools/tsconfig.json tools/index.ts" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/compose": "^1.4.33", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/random": "^2.4.4", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/compose": "^1.4.34", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/random": "^2.4.5", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index 8c3b7ee8a6..457be940ba 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/colored-noise@0.1.40...@thi.ng/colored-noise@0.1.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/colored-noise + + + + + ## [0.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/colored-noise@0.1.39...@thi.ng/colored-noise@0.1.40) (2021-08-08) **Note:** Version bump only for package @thi.ng/colored-noise diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 80aabe1cdf..50d8c4eff8 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "0.1.40", + "version": "0.1.41", "description": "Customizable O(1) ES6 generators for colored noise", "module": "./index.js", "main": "./lib/index.js", @@ -38,16 +38,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/dsp": "^3.0.25", + "@thi.ng/api": "^7.1.8", + "@thi.ng/dsp": "^3.0.26", "@thi.ng/dsp-io-wav": "^0.1.58", "@thi.ng/text-canvas": "^0.7.14", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "dependencies": { - "@thi.ng/binary": "^2.2.7", - "@thi.ng/random": "^2.4.4" + "@thi.ng/binary": "^2.2.8", + "@thi.ng/random": "^2.4.5" }, "files": [ "*.js", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index c13695014a..46760402f5 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/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.3.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.31...@thi.ng/compare@1.3.32) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/compare + + + + + ## [1.3.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.30...@thi.ng/compare@1.3.31) (2021-08-04) **Note:** Version bump only for package @thi.ng/compare diff --git a/packages/compare/package.json b/packages/compare/package.json index 0d1536a48c..28b3169736 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "1.3.31", + "version": "1.3.32", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 8a2cb9c161..02de9495b9 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/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.4.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.4.33...@thi.ng/compose@1.4.34) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/compose + + + + + ## [1.4.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.4.32...@thi.ng/compose@1.4.33) (2021-08-04) **Note:** Version bump only for package @thi.ng/compose diff --git a/packages/compose/package.json b/packages/compose/package.json index 4cc2af74e9..20a5e79ae2 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "1.4.33", + "version": "1.4.34", "description": "Optimized functional composition helpers", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 67cd91a938..aaf1a1e2c8 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.1.69](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.1.68...@thi.ng/csp@1.1.69) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/csp + + + + + ## [1.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.1.67...@thi.ng/csp@1.1.68) (2021-08-04) **Note:** Version bump only for package @thi.ng/csp diff --git a/packages/csp/package.json b/packages/csp/package.json index 08a572de32..e53aa72947 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "1.1.68", + "version": "1.1.69", "description": "ES6 promise based CSP primitives & operations", "module": "./index.js", "main": "./lib/index.js", @@ -42,12 +42,12 @@ "testnode": "tsc -p test && node build/test/node.js" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 83c35f1415..163bceafcd 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/csv@1.0.1...@thi.ng/csv@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/csv + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/csv@0.1.30...@thi.ng/csv@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/csv diff --git a/packages/csv/package.json b/packages/csv/package.json index 60399febc2..9e836fbdcb 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "1.0.1", + "version": "1.0.2", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 05e0276413..907b76bbbc 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/date@1.0.1...@thi.ng/date@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/date + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/date@0.9.0...@thi.ng/date@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/date diff --git a/packages/date/package.json b/packages/date/package.json index f358d54465..75de6a1b27 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "1.0.1", + "version": "1.0.2", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 411ab01edb..fe0ae657e9 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.3.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.3.28...@thi.ng/dcons@2.3.29) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dcons + + + + + ## [2.3.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.3.27...@thi.ng/dcons@2.3.28) (2021-08-04) **Note:** Version bump only for package @thi.ng/dcons diff --git a/packages/dcons/package.json b/packages/dcons/package.json index fa61b8786c..b99a5dcaf4 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "2.3.28", + "version": "2.3.29", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "module": "./index.js", "main": "./lib/index.js", @@ -38,13 +38,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index d92fc3140d..727d6bc8e4 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/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.3.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.14...@thi.ng/defmulti@1.3.15) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/defmulti + + + + + ## [1.3.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.13...@thi.ng/defmulti@1.3.14) (2021-08-04) **Note:** Version bump only for package @thi.ng/defmulti diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 6fb551bf54..d7205432ff 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "1.3.14", + "version": "1.3.15", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 4545324d9f..56235f9f49 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@1.0.1...@thi.ng/dgraph-dot@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dgraph-dot + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@0.1.57...@thi.ng/dgraph-dot@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/dgraph-dot diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 8979b777be..519411291b 100644 --- a/packages/dgraph-dot/package.json +++ b/packages/dgraph-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph-dot", - "version": "1.0.1", + "version": "1.0.2", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/dgraph": "^1.3.28", - "@thi.ng/dot": "^1.2.34" + "@thi.ng/api": "^7.1.8", + "@thi.ng/dgraph": "^1.3.29", + "@thi.ng/dot": "^1.2.35" }, "files": [ "*.js", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 3e809a9c7a..43c6472a92 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.3.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.3.28...@thi.ng/dgraph@1.3.29) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + ## [1.3.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.3.27...@thi.ng/dgraph@1.3.28) (2021-08-04) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 9439657869..c2335f8193 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "1.3.28", + "version": "1.3.29", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index af338f6c14..4b23315ccc 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/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. +## [4.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@4.0.10...@thi.ng/diff@4.0.11) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/diff + + + + + ## [4.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@4.0.9...@thi.ng/diff@4.0.10) (2021-08-04) **Note:** Version bump only for package @thi.ng/diff diff --git a/packages/diff/package.json b/packages/diff/package.json index 9ef65ab561..86c5e6242c 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "4.0.10", + "version": "4.0.11", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/equiv": "^1.0.43" + "@thi.ng/api": "^7.1.8", + "@thi.ng/equiv": "^1.0.44" }, "files": [ "*.js", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index d2c0e572a9..2784be61ea 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/distance@1.0.1...@thi.ng/distance@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/distance + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/distance@0.3.6...@thi.ng/distance@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/distance diff --git a/packages/distance/package.json b/packages/distance/package.json index e5634f06b1..0420907484 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "1.0.1", + "version": "1.0.2", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/heaps": "^1.2.41", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/heaps": "^1.2.42", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 92d4893c9b..417580643b 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dl-asset@1.0.1...@thi.ng/dl-asset@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dl-asset + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dl-asset@0.4.27...@thi.ng/dl-asset@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/dl-asset diff --git a/packages/dl-asset/package.json b/packages/dl-asset/package.json index babcd7aa42..396806b1d3 100644 --- a/packages/dl-asset/package.json +++ b/packages/dl-asset/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dl-asset", - "version": "1.0.1", + "version": "1.0.2", "description": "Local asset download for web apps, with automatic MIME type detection", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", "@thi.ng/mime": "^0.5.4" }, "files": [ diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 0a95a2ca2e..2e7605f873 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/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.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@1.0.46...@thi.ng/dlogic@1.0.47) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dlogic + + + + + ## [1.0.46](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@1.0.45...@thi.ng/dlogic@1.0.46) (2021-08-04) **Note:** Version bump only for package @thi.ng/dlogic diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index d254261ee6..a76d48f060 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "1.0.46", + "version": "1.0.47", "description": "Assorted digital logic ops / constructs", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index bc7bf53c2e..fd0fec7897 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/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.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.2.34...@thi.ng/dot@1.2.35) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dot + + + + + ## [1.2.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.2.33...@thi.ng/dot@1.2.34) (2021-08-04) **Note:** Version bump only for package @thi.ng/dot diff --git a/packages/dot/package.json b/packages/dot/package.json index 3178bd8d44..29930a4953 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "1.2.34", + "version": "1.2.35", "description": "Graphviz document abstraction & serialization to DOT format", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9" }, "files": [ "*.js", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 432e04888c..4a050d3ad5 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp-io-wav@1.0.1...@thi.ng/dsp-io-wav@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dsp-io-wav + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp-io-wav@0.1.58...@thi.ng/dsp-io-wav@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/dsp-io-wav diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 3d1f60cf3e..c05a479435 100644 --- a/packages/dsp-io-wav/package.json +++ b/packages/dsp-io-wav/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp-io-wav", - "version": "1.0.1", + "version": "1.0.2", "description": "WAV file format generation", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/transducers-binary": "^0.6.24" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/transducers-binary": "^0.6.25" }, "files": [ "*.js", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 05400ea555..6268c49677 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/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.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@3.0.25...@thi.ng/dsp@3.0.26) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dsp + + + + + ## [3.0.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@3.0.24...@thi.ng/dsp@3.0.25) (2021-08-08) **Note:** Version bump only for package @thi.ng/dsp diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 1b0c7020c5..1941fbd652 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "3.0.25", + "version": "3.0.26", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 3ec88c1a20..27ae256876 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/dual-algebra@0.1.15...@thi.ng/dual-algebra@0.1.16) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dual-algebra + + + + + ## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/dual-algebra@0.1.14...@thi.ng/dual-algebra@0.1.15) (2021-08-04) **Note:** Version bump only for package @thi.ng/dual-algebra diff --git a/packages/dual-algebra/package.json b/packages/dual-algebra/package.json index c61bf5f327..4810685402 100644 --- a/packages/dual-algebra/package.json +++ b/packages/dual-algebra/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dual-algebra", - "version": "0.1.15", + "version": "0.1.16", "description": "Multivariate dual number algebra, automatic differentiation", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 353bf912c0..ec0434913e 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/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.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/dynvar@0.1.38...@thi.ng/dynvar@0.1.39) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/dynvar + + + + + ## [0.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/dynvar@0.1.37...@thi.ng/dynvar@0.1.38) (2021-08-04) **Note:** Version bump only for package @thi.ng/dynvar diff --git a/packages/dynvar/package.json b/packages/dynvar/package.json index 599865b34e..e8d17c39a5 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.1.38", + "version": "0.1.39", "description": "Dynamically scoped variable bindings", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index f413f061ea..8d95cfd065 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/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.5.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.5.19...@thi.ng/ecs@0.5.20) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/ecs + + + + + ## [0.5.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.5.18...@thi.ng/ecs@0.5.19) (2021-08-04) **Note:** Version bump only for package @thi.ng/ecs diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 8a8ade2fdf..c9adce573c 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.5.19", + "version": "0.5.20", "description": "Entity Component System based around typed arrays & sparse sets", "module": "./index.js", "main": "./lib/index.js", @@ -38,17 +38,17 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/equiv": "^1.0.43" + "@thi.ng/equiv": "^1.0.44" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/dcons": "^2.3.28", + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/dcons": "^2.3.29", "@thi.ng/idgen": "^0.2.38", - "@thi.ng/malloc": "^5.0.10", - "@thi.ng/transducers": "^7.8.1", + "@thi.ng/malloc": "^5.0.11", + "@thi.ng/transducers": "^7.8.2", "tslib": "^2.3.0" }, "files": [ diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index dd809cd244..286e6fdaad 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/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.4.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.4.11...@thi.ng/egf@0.4.12) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/egf + + + + + ## [0.4.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.4.10...@thi.ng/egf@0.4.11) (2021-08-04) **Note:** Version bump only for package @thi.ng/egf diff --git a/packages/egf/package.json b/packages/egf/package.json index 1224b49400..03a1cdded1 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.4.11", + "version": "0.4.12", "description": "Extensible Graph Format", "module": "./index.js", "main": "./lib/index.js", @@ -33,17 +33,17 @@ "pub:wip": "yarn publish --access public --no-git-tag-version" }, "devDependencies": { - "@thi.ng/equiv": "^1.0.43" + "@thi.ng/equiv": "^1.0.44" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/dot": "^1.2.34", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/prefixes": "^0.1.19", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers-binary": "^0.6.24" + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/dot": "^1.2.35", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/prefixes": "^0.1.20", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers-binary": "^0.6.25" }, "files": [ "*.js", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 703d98e04e..b8f32fbef7 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/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.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.43...@thi.ng/equiv@1.0.44) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/equiv + + + + + ## [1.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.42...@thi.ng/equiv@1.0.43) (2021-07-01) **Note:** Version bump only for package @thi.ng/equiv diff --git a/packages/equiv/package.json b/packages/equiv/package.json index 6f0ae7d702..35227118ed 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "1.0.43", + "version": "1.0.44", "description": "Extensible deep value equivalence checking for any data types", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index af86ca716e..d67861d4d3 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.3.2...@thi.ng/errors@1.3.3) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/errors + + + + + ## [1.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.3.1...@thi.ng/errors@1.3.2) (2021-07-01) **Note:** Version bump only for package @thi.ng/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 49aa951412..85b1954304 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "1.3.2", + "version": "1.3.3", "description": "Custom error types and error factory functions", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 92d48b5d95..45150aa2c6 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.4.58](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.4.57...@thi.ng/fsm@2.4.58) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/fsm + + + + + ## [2.4.57](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.4.56...@thi.ng/fsm@2.4.57) (2021-08-04) **Note:** Version bump only for package @thi.ng/fsm diff --git a/packages/fsm/package.json b/packages/fsm/package.json index a093cf2c40..ec713bc70d 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "2.4.57", + "version": "2.4.58", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index fc3ce0a573..fe756f9d30 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@1.0.1...@thi.ng/fuzzy-viz@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/fuzzy-viz + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@0.1.33...@thi.ng/fuzzy-viz@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/fuzzy-viz diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 6c93dc6ed9..66fbd6083a 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy-viz", - "version": "1.0.1", + "version": "1.0.2", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", + "@thi.ng/api": "^7.1.8", "@thi.ng/fuzzy": "^0.1.14", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/hiccup-svg": "^3.7.28", - "@thi.ng/math": "^4.0.3", - "@thi.ng/strings": "^2.1.3", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/hiccup-svg": "^3.7.29", + "@thi.ng/math": "^4.0.4", + "@thi.ng/strings": "^2.1.4", "@thi.ng/text-canvas": "^0.7.14" }, "files": [ diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 4f078f846b..2db5828861 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy@1.0.1...@thi.ng/fuzzy@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/fuzzy + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy@0.1.14...@thi.ng/fuzzy@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/fuzzy diff --git a/packages/fuzzy/package.json b/packages/fuzzy/package.json index 745007e9c7..064a0aa9c7 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "1.0.1", + "version": "1.0.2", "description": "Fuzzy logic operators & configurable rule inferencing engine", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/math": "^4.0.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/math": "^4.0.4" }, "files": [ "*.js", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 624b92657f..9f05937021 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. +## [2.1.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.1.54...@thi.ng/geom-accel@2.1.55) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-accel + + + + + ## [2.1.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.1.53...@thi.ng/geom-accel@2.1.54) (2021-08-04) **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 b629bebe95..fa0c18c4e4 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "2.1.54", + "version": "2.1.55", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "module": "./index.js", "main": "./lib/index.js", @@ -39,16 +39,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/heaps": "^1.2.41", - "@thi.ng/math": "^4.0.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/heaps": "^1.2.42", + "@thi.ng/math": "^4.0.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 60c9afcbf8..202dbd507b 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/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.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@2.0.25...@thi.ng/geom-api@2.0.26) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-api + + + + + ## [2.0.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@2.0.24...@thi.ng/geom-api@2.0.25) (2021-08-04) **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 2f2e3072f4..3e86fa2670 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "2.0.25", + "version": "2.0.26", "description": "Shared type & interface declarations for @thi.ng/geom packages", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index c9aa691edd..103b8ea958 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.3.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.3.43...@thi.ng/geom-arc@0.3.44) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-arc + + + + + ## [0.3.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.3.42...@thi.ng/geom-arc@0.3.43) (2021-08-04) **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 bae108984c..c5d345a3fd 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "0.3.43", + "version": "0.3.44", "description": "2D circular / elliptic arc operations", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-resample": "^0.2.76", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-resample": "^0.2.77", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index c19028fd43..ecd13cf9d7 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/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.2.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.2.39...@thi.ng/geom-clip-line@1.2.40) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-clip-line + + + + + ## [1.2.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.2.38...@thi.ng/geom-clip-line@1.2.39) (2021-08-04) **Note:** Version bump only for package @thi.ng/geom-clip-line diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index a65e84fe2a..85df9bd55a 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-line", - "version": "1.2.39", + "version": "1.2.40", "description": "2D line clipping (Liang-Barsky)", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 49fc694651..d871d782bc 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/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.65](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.64...@thi.ng/geom-clip-poly@1.0.65) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-clip-poly + + + + + ## [1.0.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.63...@thi.ng/geom-clip-poly@1.0.64) (2021-08-04) **Note:** Version bump only for package @thi.ng/geom-clip-poly diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 9f15df8a78..c76a39eb48 100644 --- a/packages/geom-clip-poly/package.json +++ b/packages/geom-clip-poly/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-poly", - "version": "1.0.64", + "version": "1.0.65", "description": "2D convex polygon clipping (Sutherland-Hodgeman)", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/geom-poly-utils": "^0.3.25", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/geom-poly-utils": "^0.3.26", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index c4e2d635ca..1f3d201e6b 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/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.5.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.5.30...@thi.ng/geom-closest-point@0.5.31) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-closest-point + + + + + ## [0.5.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.5.29...@thi.ng/geom-closest-point@0.5.30) (2021-08-04) **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 99e9b59f94..af7988366f 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.5.30", + "version": "0.5.31", "description": "2D / 3D closest point / proximity helpers", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 370837a424..a537a3df01 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@1.0.1...@thi.ng/geom-fuzz@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-fuzz + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@0.1.55...@thi.ng/geom-fuzz@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/geom-fuzz diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 5774ff1dd1..bbb33efab0 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "1.0.1", + "version": "1.0.2", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "module": "./index.js", "main": "./lib/index.js", @@ -37,16 +37,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/color": "^3.2.1", - "@thi.ng/geom": "^2.1.22", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-clip-line": "^1.2.39", - "@thi.ng/geom-resample": "^0.2.76", - "@thi.ng/grid-iterators": "^0.4.40", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/color": "^3.2.2", + "@thi.ng/geom": "^2.1.23", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-clip-line": "^1.2.40", + "@thi.ng/geom-resample": "^0.2.77", + "@thi.ng/grid-iterators": "^0.4.41", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 95f418ff74..49e500a100 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.97](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.96...@thi.ng/geom-hull@0.0.97) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-hull + + + + + ## [0.0.96](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.95...@thi.ng/geom-hull@0.0.96) (2021-08-04) **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 4fbfdf7efd..dd27332626 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.96", + "version": "0.0.97", "description": "Fast 2D convex hull (Graham Scan)", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index ee88288c08..72c95a8dd8 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/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.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-io-obj@0.1.54...@thi.ng/geom-io-obj@0.1.55) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-io-obj + + + + + ## [0.1.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-io-obj@0.1.53...@thi.ng/geom-io-obj@0.1.54) (2021-08-04) **Note:** Version bump only for package @thi.ng/geom-io-obj diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 128cc186f0..79237e26c9 100644 --- a/packages/geom-io-obj/package.json +++ b/packages/geom-io-obj/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-io-obj", - "version": "0.1.54", + "version": "0.1.55", "description": "Wavefront OBJ parser (& exporter soon)", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index efa9c39b82..577b97835c 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.7.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.7.28...@thi.ng/geom-isec@0.7.29) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-isec + + + + + ## [0.7.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.7.27...@thi.ng/geom-isec@0.7.28) (2021-08-04) **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 2b1bbd7319..4c9e1c83e6 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "0.7.28", + "version": "0.7.29", "description": "2D/3D shape intersection checks", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-closest-point": "^0.5.30", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-closest-point": "^0.5.31", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index fc3d4809e3..7c8759c6bc 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.95](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.94...@thi.ng/geom-isoline@0.1.95) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-isoline + + + + + ## [0.1.94](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.93...@thi.ng/geom-isoline@0.1.94) (2021-08-04) **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 f845e00116..6ffcf4cb76 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.94", + "version": "0.1.95", "description": "Fast 2D contour line extraction / generation", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index af2d3b677d..a662750bff 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.3.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.3.25...@thi.ng/geom-poly-utils@0.3.26) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-poly-utils + + + + + ## [0.3.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.3.24...@thi.ng/geom-poly-utils@0.3.25) (2021-08-04) **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 2a7e8e4ace..831f1e75c6 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.3.25", + "version": "0.3.26", "description": "2D polygon/polyline analysis & processing utilities", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index ea85a3ca12..6ac873f7bd 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.2.77](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.2.76...@thi.ng/geom-resample@0.2.77) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-resample + + + + + ## [0.2.76](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.2.75...@thi.ng/geom-resample@0.2.76) (2021-08-04) **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 9bc1b6794c..790cd90142 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "0.2.76", + "version": "0.2.77", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-closest-point": "^0.5.30", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-closest-point": "^0.5.31", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index fc2b30d666..68ab9a5362 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.5.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.5.63...@thi.ng/geom-splines@0.5.64) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-splines + + + + + ## [0.5.63](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.5.62...@thi.ng/geom-splines@0.5.63) (2021-08-04) **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 b1576b47db..688117cac0 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "0.5.63", + "version": "0.5.64", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "module": "./index.js", "main": "./lib/index.js", @@ -38,13 +38,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-arc": "^0.3.43", - "@thi.ng/geom-resample": "^0.2.76", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-arc": "^0.3.44", + "@thi.ng/geom-resample": "^0.2.77", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 55ae113908..85b2459f14 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.95](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.94...@thi.ng/geom-subdiv-curve@0.1.95) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-subdiv-curve + + + + + ## [0.1.94](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.93...@thi.ng/geom-subdiv-curve@0.1.94) (2021-08-04) **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 4274f372a8..6bc529b1ef 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.94", + "version": "0.1.95", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 064da6df6f..f159981e5e 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.2.78](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.2.77...@thi.ng/geom-tessellate@0.2.78) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-tessellate + + + + + ## [0.2.77](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.2.76...@thi.ng/geom-tessellate@0.2.77) (2021-08-04) **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 a9952ea7cd..c8a6b52123 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "0.2.77", + "version": "0.2.78", "description": "2D/3D convex polygon tessellators", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/geom-poly-utils": "^0.3.25", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/geom-poly-utils": "^0.3.26", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index e52f6ca568..c796355073 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.2.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.2.39...@thi.ng/geom-voronoi@0.2.40) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom-voronoi + + + + + ## [0.2.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.2.38...@thi.ng/geom-voronoi@0.2.39) (2021-08-04) **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 0ec75c1ed1..6a00772faf 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "0.2.39", + "version": "0.2.40", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "module": "./index.js", "main": "./lib/index.js", @@ -38,15 +38,15 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-clip-line": "^1.2.39", - "@thi.ng/geom-clip-poly": "^1.0.64", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/geom-poly-utils": "^0.3.25", - "@thi.ng/math": "^4.0.3", - "@thi.ng/quad-edge": "^0.2.36", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-clip-line": "^1.2.40", + "@thi.ng/geom-clip-poly": "^1.0.65", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/geom-poly-utils": "^0.3.26", + "@thi.ng/math": "^4.0.4", + "@thi.ng/quad-edge": "^0.2.37", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 34d8808202..74af19bb55 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/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.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@2.1.22...@thi.ng/geom@2.1.23) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/geom + + + + + ## [2.1.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@2.1.21...@thi.ng/geom@2.1.22) (2021-08-04) **Note:** Version bump only for package @thi.ng/geom diff --git a/packages/geom/package.json b/packages/geom/package.json index 8e085ce171..0a6b5a3469 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "2.1.22", + "version": "2.1.23", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "module": "./index.js", "main": "./lib/index.js", @@ -38,32 +38,32 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-arc": "^0.3.43", - "@thi.ng/geom-clip-line": "^1.2.39", - "@thi.ng/geom-clip-poly": "^1.0.64", - "@thi.ng/geom-closest-point": "^0.5.30", - "@thi.ng/geom-hull": "^0.0.96", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/geom-poly-utils": "^0.3.25", - "@thi.ng/geom-resample": "^0.2.76", - "@thi.ng/geom-splines": "^0.5.63", - "@thi.ng/geom-subdiv-curve": "^0.1.94", - "@thi.ng/geom-tessellate": "^0.2.77", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/hiccup-svg": "^3.7.28", - "@thi.ng/math": "^4.0.3", - "@thi.ng/matrices": "^0.6.63", - "@thi.ng/random": "^2.4.4", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-arc": "^0.3.44", + "@thi.ng/geom-clip-line": "^1.2.40", + "@thi.ng/geom-clip-poly": "^1.0.65", + "@thi.ng/geom-closest-point": "^0.5.31", + "@thi.ng/geom-hull": "^0.0.97", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/geom-poly-utils": "^0.3.26", + "@thi.ng/geom-resample": "^0.2.77", + "@thi.ng/geom-splines": "^0.5.64", + "@thi.ng/geom-subdiv-curve": "^0.1.95", + "@thi.ng/geom-tessellate": "^0.2.78", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/hiccup-svg": "^3.7.29", + "@thi.ng/math": "^4.0.4", + "@thi.ng/matrices": "^0.6.64", + "@thi.ng/random": "^2.4.5", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index bb22876028..5c365fe05c 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/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.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.2.24...@thi.ng/gp@0.2.25) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/gp + + + + + ## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.2.23...@thi.ng/gp@0.2.24) (2021-08-04) **Note:** Version bump only for package @thi.ng/gp diff --git a/packages/gp/package.json b/packages/gp/package.json index 9fbea3a33a..559c0a70dd 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.2.24", + "version": "0.2.25", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/math": "^4.0.3", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/zipper": "^0.1.49" + "@thi.ng/api": "^7.1.8", + "@thi.ng/math": "^4.0.4", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/zipper": "^0.1.50" }, "files": [ "*.js", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 225a332591..3c26581b9b 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-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. +## [0.4.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@0.4.40...@thi.ng/grid-iterators@0.4.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/grid-iterators + + + + + ## [0.4.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@0.4.39...@thi.ng/grid-iterators@0.4.40) (2021-08-04) **Note:** Version bump only for package @thi.ng/grid-iterators diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index d63c2388a3..980df54611 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "0.4.40", + "version": "0.4.41", "description": "2D grid iterators w/ multiple orderings", "module": "./index.js", "main": "./lib/index.js", @@ -39,11 +39,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/morton": "^2.0.43", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/morton": "^2.0.44", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index 3f0c6ac143..7e3d375ad5 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/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.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdiff@0.1.47...@thi.ng/hdiff@0.1.48) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hdiff + + + + + ## [0.1.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdiff@0.1.46...@thi.ng/hdiff@0.1.47) (2021-08-04) **Note:** Version bump only for package @thi.ng/hdiff diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 928d395907..4331656a42 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.1.47", + "version": "0.1.48", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "module": "./index.js", "main": "./lib/index.js", @@ -40,11 +40,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/diff": "^4.0.10", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/hiccup-css": "^1.1.67", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/diff": "^4.0.11", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/hiccup-css": "^1.1.68", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 311f8b939b..964e48e01f 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. +## [3.0.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@3.0.54...@thi.ng/hdom-canvas@3.0.55) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hdom-canvas + + + + + ## [3.0.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@3.0.53...@thi.ng/hdom-canvas@3.0.54) (2021-08-04) **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 08499ed165..1cb3bd51a1 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "3.0.54", + "version": "3.0.55", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/diff": "^4.0.10", - "@thi.ng/hdom": "^8.2.28", - "@thi.ng/hiccup-canvas": "^1.2.9" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/diff": "^4.0.11", + "@thi.ng/hdom": "^8.2.29", + "@thi.ng/hiccup-canvas": "^1.2.10" }, "files": [ "*.js", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index e777aaf6f2..14074e88d6 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. +## [4.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@4.0.42...@thi.ng/hdom-components@4.0.43) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + ## [4.0.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@4.0.41...@thi.ng/hdom-components@4.0.42) (2021-08-04) **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 cd46c3b80b..612f44fee6 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "4.0.42", + "version": "4.0.43", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/adapt-dpi": "^1.0.21", - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/math": "^4.0.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/transducers-stats": "^1.1.68" + "@thi.ng/adapt-dpi": "^1.0.22", + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/math": "^4.0.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/transducers-stats": "^1.1.69" }, "files": [ "*.js", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 81269f9f87..a51c1f27ef 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/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.61](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.1.60...@thi.ng/hdom-mock@1.1.61) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hdom-mock + + + + + ## [1.1.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.1.59...@thi.ng/hdom-mock@1.1.60) (2021-08-04) **Note:** Version bump only for package @thi.ng/hdom-mock diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 9ca1591981..f5a2c57419 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "1.1.60", + "version": "1.1.61", "description": "Mock base implementation for @thi.ng/hdom API", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/hdom": "^8.2.28" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/hdom": "^8.2.29" }, "files": [ "*.js", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 89c0323658..2b95572b43 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/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. +## [8.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.2.28...@thi.ng/hdom@8.2.29) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hdom + + + + + ## [8.2.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.2.27...@thi.ng/hdom@8.2.28) (2021-08-04) **Note:** Version bump only for package @thi.ng/hdom diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 677a59aa5b..eb1a3ac157 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "8.2.28", + "version": "8.2.29", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "module": "./index.js", "main": "./lib/index.js", @@ -38,16 +38,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^4.1.38" + "@thi.ng/atom": "^4.1.39" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/diff": "^4.0.10", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/prefixes": "^0.1.19" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/diff": "^4.0.11", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/prefixes": "^0.1.20" }, "files": [ "*.js", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index d12cd64f5b..aa2c312cf1 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/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.2.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.2.41...@thi.ng/heaps@1.2.42) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/heaps + + + + + ## [1.2.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.2.40...@thi.ng/heaps@1.2.41) (2021-08-04) **Note:** Version bump only for package @thi.ng/heaps diff --git a/packages/heaps/package.json b/packages/heaps/package.json index 1290b24609..8595036351 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "1.2.41", + "version": "1.2.42", "description": "Various heap implementations for arbitrary values and with customizable ordering", "module": "./index.js", "main": "./lib/index.js", @@ -39,8 +39,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/compare": "^1.3.31" + "@thi.ng/api": "^7.1.8", + "@thi.ng/compare": "^1.3.32" }, "files": [ "*.js", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index f65eacca1a..7a2e4e825b 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hex@1.0.1...@thi.ng/hex@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hex + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hex@0.2.7...@thi.ng/hex@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/hex diff --git a/packages/hex/package.json b/packages/hex/package.json index 5f16fcb53c..85bb72ecb9 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "1.0.1", + "version": "1.0.2", "description": "Hex string formatters for 4/8/16/24/32/48/64bit words", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index a2d7548272..d505c4feb4 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-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. +## [1.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-canvas@1.2.9...@thi.ng/hiccup-canvas@1.2.10) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-canvas + + + + + ## [1.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-canvas@1.2.8...@thi.ng/hiccup-canvas@1.2.9) (2021-08-04) **Note:** Version bump only for package @thi.ng/hiccup-canvas diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 1f8342a231..af8e6b79e2 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "1.2.9", + "version": "1.2.10", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "module": "./index.js", "main": "./lib/index.js", @@ -40,12 +40,12 @@ "@thi.ng/pixel": "^0.9.0" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/color": "^3.2.1", - "@thi.ng/math": "^4.0.3", - "@thi.ng/pixel": "^0.11.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/color": "^3.2.2", + "@thi.ng/math": "^4.0.4", + "@thi.ng/pixel": "^0.11.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 95838a81c8..a194d1edbf 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/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.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@2.0.21...@thi.ng/hiccup-carbon-icons@2.0.22) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-carbon-icons + + + + + ## [2.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@2.0.20...@thi.ng/hiccup-carbon-icons@2.0.21) (2021-08-04) **Note:** Version bump only for package @thi.ng/hiccup-carbon-icons diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index 94f5cbad96..48e66437a2 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-carbon-icons", - "version": "2.0.21", + "version": "2.0.22", "description": "Full set of IBM's Carbon icons in hiccup format", "module": "./index.js", "main": "./lib/index.js", @@ -40,7 +40,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/hiccup": "^3.6.18" + "@thi.ng/hiccup": "^3.6.19" }, "files": [ "*.js", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 6ede85c709..75ddaaa870 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.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.1.67...@thi.ng/hiccup-css@1.1.68) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-css + + + + + ## [1.1.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.1.66...@thi.ng/hiccup-css@1.1.67) (2021-08-04) **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 ae64cc71fc..28a90f6321 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "1.1.67", + "version": "1.1.68", "description": "CSS from nested JS data structures", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 2024ff4eee..c44d6df452 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@1.0.1...@thi.ng/hiccup-html@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-html + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@0.3.20...@thi.ng/hiccup-html@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/hiccup-html diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 2088885ee6..6b0b6dc127 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "1.0.1", + "version": "1.0.2", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "module": "./index.js", "main": "./lib/index.js", @@ -37,7 +37,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 95877346aa..65a04a9a14 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.3.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.3.26...@thi.ng/hiccup-markdown@1.3.27) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-markdown + + + + + ## [1.3.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.3.25...@thi.ng/hiccup-markdown@1.3.26) (2021-08-07) **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 e2d1dfd139..abd7777f15 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "1.3.26", + "version": "1.3.27", "description": "Markdown parser & serializer from/to Hiccup format", "module": "./index.js", "main": "./lib/index.js", @@ -38,16 +38,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/fsm": "^2.4.57", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/strings": "^2.1.3", + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/fsm": "^2.4.58", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/strings": "^2.1.4", "@thi.ng/text-canvas": "^0.7.14", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index f64200542b..eee12f5439 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.7.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.7.28...@thi.ng/hiccup-svg@3.7.29) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup-svg + + + + + ## [3.7.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.7.27...@thi.ng/hiccup-svg@3.7.28) (2021-08-04) **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 902de737ac..aed200bad6 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "3.7.28", + "version": "3.7.29", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/color": "^3.2.1", - "@thi.ng/prefixes": "^0.1.19" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/color": "^3.2.2", + "@thi.ng/prefixes": "^0.1.20" }, "files": [ "*.js", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index faa1b7b669..d425d632f0 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/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.6.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.6.18...@thi.ng/hiccup@3.6.19) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/hiccup + + + + + ## [3.6.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.6.17...@thi.ng/hiccup@3.6.18) (2021-08-04) **Note:** Version bump only for package @thi.ng/hiccup diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index ffa88c595b..eece60b78e 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "3.6.18", + "version": "3.6.19", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^4.1.38" + "@thi.ng/atom": "^4.1.39" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index c85e63b971..e1f7b5acf2 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@1.0.1...@thi.ng/idgen@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/idgen + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.38...@thi.ng/idgen@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/idgen diff --git a/packages/idgen/package.json b/packages/idgen/package.json index b75e19f2ef..37700029b7 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "1.0.1", + "version": "1.0.2", "description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", + "@thi.ng/api": "^7.1.8", "tslib": "^2.3.0" }, "files": [ diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index ded799ce61..cdebc4ce4a 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/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.82](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.1.81...@thi.ng/iges@1.1.82) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/iges + + + + + ## [1.1.81](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.1.80...@thi.ng/iges@1.1.81) (2021-08-04) **Note:** Version bump only for package @thi.ng/iges diff --git a/packages/iges/package.json b/packages/iges/package.json index 91f6b9d080..ddfbf15a73 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "1.1.81", + "version": "1.1.82", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 236be2c17d..c0ecec5234 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/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.76](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@0.2.75...@thi.ng/imgui@0.2.76) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/imgui + + + + + ## [0.2.75](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@0.2.74...@thi.ng/imgui@0.2.75) (2021-08-04) **Note:** Version bump only for package @thi.ng/imgui diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 6e48060afc..5c419db56a 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "0.2.75", + "version": "0.2.76", "description": "Immediate mode GUI with flexible state handling & data only shape output", "module": "./index.js", "main": "./lib/index.js", @@ -38,16 +38,16 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom": "^2.1.22", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/geom-isec": "^0.7.28", - "@thi.ng/geom-tessellate": "^0.2.77", - "@thi.ng/layout": "^0.1.37", - "@thi.ng/math": "^4.0.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom": "^2.1.23", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/geom-isec": "^0.7.29", + "@thi.ng/geom-tessellate": "^0.2.78", + "@thi.ng/layout": "^0.1.38", + "@thi.ng/math": "^4.0.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 1fafd1f5af..76214d02d1 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/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.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.2.49...@thi.ng/interceptors@2.2.50) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/interceptors + + + + + ## [2.2.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.2.48...@thi.ng/interceptors@2.2.49) (2021-08-04) **Note:** Version bump only for package @thi.ng/interceptors diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index f18dff3a30..153955ae90 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "2.2.49", + "version": "2.2.50", "description": "Interceptor based event bus, side effect & immutable state handling", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/atom": "^4.1.38", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/paths": "^4.2.10" + "@thi.ng/api": "^7.1.8", + "@thi.ng/atom": "^4.1.39", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/paths": "^4.2.11" }, "files": [ "*.js", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 3832fbebef..bad664f357 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/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/intervals@3.0.10...@thi.ng/intervals@3.0.11) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/intervals + + + + + ## [3.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/intervals@3.0.9...@thi.ng/intervals@3.0.10) (2021-08-04) **Note:** Version bump only for package @thi.ng/intervals diff --git a/packages/intervals/package.json b/packages/intervals/package.json index 2bb4a8154f..3ec8dfcb50 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "3.0.10", + "version": "3.0.11", "description": "Closed/open/semi-open interval data type, queries & operations", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/dlogic": "^1.0.46", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/dlogic": "^1.0.47", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index ba2c901e15..8e8e86348c 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.1.69](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.1.68...@thi.ng/iterators@5.1.69) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + ## [5.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.1.67...@thi.ng/iterators@5.1.68) (2021-08-04) **Note:** Version bump only for package @thi.ng/iterators diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 6c1ddb6709..6e52560627 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "5.1.68", + "version": "5.1.69", "description": "Clojure inspired, composable ES6 iterators & generators", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 266b1213d0..b3abd6549f 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.3.0...@thi.ng/k-means@0.3.1) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/k-means + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.5...@thi.ng/k-means@0.3.0) (2021-08-04) diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 9e1dfa1ad2..af8dd33a8e 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.3.0", + "version": "0.3.1", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", + "@thi.ng/api": "^7.1.8", "@thi.ng/distance": "^0.3.6", - "@thi.ng/random": "^2.4.4", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/random": "^2.4.5", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index b63f759006..060fe49299 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.1...@thi.ng/ksuid@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/ksuid + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.4.0...@thi.ng/ksuid@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/ksuid diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index cabfaeeae5..2ac9829cd9 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "1.0.1", + "version": "1.0.2", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "module": "./index.js", "main": "./lib/index.js", @@ -39,10 +39,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", + "@thi.ng/api": "^7.1.8", "@thi.ng/base-n": "^0.2.0", - "@thi.ng/random": "^2.4.4", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/random": "^2.4.5", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 920b41299b..ed5f1ab4a2 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/layout@0.1.37...@thi.ng/layout@0.1.38) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/layout + + + + + ## [0.1.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/layout@0.1.36...@thi.ng/layout@0.1.37) (2021-07-01) **Note:** Version bump only for package @thi.ng/layout diff --git a/packages/layout/package.json b/packages/layout/package.json index 79025a9069..590a17e714 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "0.1.37", + "version": "0.1.38", "description": "Configurable nested 2D grid layout manager", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8" + "@thi.ng/checks": "^2.9.9" }, "files": [ "*.js", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index dc91610cab..e21f0fcb61 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/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.63](https://github.com/thi-ng/umbrella/compare/@thi.ng/leb128@1.0.62...@thi.ng/leb128@1.0.63) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/leb128 + + + + + ## [1.0.62](https://github.com/thi-ng/umbrella/compare/@thi.ng/leb128@1.0.61...@thi.ng/leb128@1.0.62) (2021-08-04) **Note:** Version bump only for package @thi.ng/leb128 diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 4ed08b25d5..4c657a4aa8 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "1.0.62", + "version": "1.0.63", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "module": "./index.js", "main": "./lib/index.js", @@ -39,9 +39,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers-binary": "^0.6.24" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers-binary": "^0.6.25" }, "files": [ "*.js", diff --git a/packages/lowdisc/CHANGELOG.md b/packages/lowdisc/CHANGELOG.md index 0387e611f0..708f579150 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/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/lowdisc@0.1.4...@thi.ng/lowdisc@0.1.5) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/lowdisc + + + + + ## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/lowdisc@0.1.3...@thi.ng/lowdisc@0.1.4) (2021-08-04) **Note:** Version bump only for package @thi.ng/lowdisc diff --git a/packages/lowdisc/package.json b/packages/lowdisc/package.json index ccfc3f3f4b..7c1630eadf 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.1.4", + "version": "0.1.5", "description": "n-dimensional low-discrepancy sequence generators/iterators", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index f7b5188846..a8dffafea0 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.92](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.91...@thi.ng/lsys@0.2.92) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/lsys + + + + + ## [0.2.91](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.90...@thi.ng/lsys@0.2.91) (2021-08-04) **Note:** Version bump only for package @thi.ng/lsys diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 98903cd5f4..96a4867c2a 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "0.2.91", + "version": "0.2.92", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "module": "./index.js", "main": "./lib/index.js", @@ -38,13 +38,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/compose": "^1.4.33", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/compose": "^1.4.34", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index aa0543b66b..4bf314cfd8 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@5.0.10...@thi.ng/malloc@5.0.11) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/malloc + + + + + ## [5.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@5.0.9...@thi.ng/malloc@5.0.10) (2021-08-04) **Note:** Version bump only for package @thi.ng/malloc diff --git a/packages/malloc/package.json b/packages/malloc/package.json index cd2c6fb819..382e55ab9a 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "5.0.10", + "version": "5.0.11", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 94ebbbacf9..38f2e31b66 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/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. +## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@4.0.3...@thi.ng/math@4.0.4) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/math + + + + + ## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@4.0.2...@thi.ng/math@4.0.3) (2021-08-04) **Note:** Version bump only for package @thi.ng/math diff --git a/packages/math/package.json b/packages/math/package.json index e6df63143e..ce132da3f8 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "4.0.3", + "version": "4.0.4", "description": "Assorted common math functions & utilities", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 03453aa39f..9541df1ce4 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.6.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.6.63...@thi.ng/matrices@0.6.64) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/matrices + + + + + ## [0.6.63](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.6.62...@thi.ng/matrices@0.6.63) (2021-08-04) **Note:** Version bump only for package @thi.ng/matrices diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 0e97ee8415..713fa4d4db 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "0.6.63", + "version": "0.6.64", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/math": "^4.0.3", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/math": "^4.0.4", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 3747ba7dce..e4a5568643 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.1.17...@thi.ng/memoize@2.1.18) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/memoize + + + + + ## [2.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.1.16...@thi.ng/memoize@2.1.17) (2021-08-04) **Note:** Version bump only for package @thi.ng/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index dd6000b7e8..1f17734986 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "2.1.17", + "version": "2.1.18", "description": "Function memoization with configurable caching", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 71a4a077a5..08c56fa0a3 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/mime@1.0.1...@thi.ng/mime@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/mime + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/mime@0.5.4...@thi.ng/mime@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/mime diff --git a/packages/mime/package.json b/packages/mime/package.json index 580eff5202..73111038c7 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "1.0.1", + "version": "1.0.2", "description": "650+ file extension to MIME type mappings, based on mime-db", "module": "./index.js", "main": "./lib/index.js", @@ -39,7 +39,7 @@ "tool:convert": "ts-node -P tools/tsconfig.json tools/convert.ts" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index cbeadb2053..9da1aaa1c1 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/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.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.43...@thi.ng/morton@2.0.44) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/morton + + + + + ## [2.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.42...@thi.ng/morton@2.0.43) (2021-08-04) **Note:** Version bump only for package @thi.ng/morton diff --git a/packages/morton/package.json b/packages/morton/package.json index 9c5fe1aaaf..4c619d0367 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "2.0.43", + "version": "2.0.44", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/math": "^4.0.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/math": "^4.0.4" }, "files": [ "*.js", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 5d681c1657..7ec603fa06 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@1.0.1...@thi.ng/oquery@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/oquery + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@0.3.4...@thi.ng/oquery@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/oquery diff --git a/packages/oquery/package.json b/packages/oquery/package.json index 116a803443..0d61ada92b 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "1.0.1", + "version": "1.0.2", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays", "module": "./index.js", "main": "./lib/index.js", @@ -37,10 +37,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/equiv": "^1.0.43" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/equiv": "^1.0.44" }, "files": [ "*.js", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index ef46f238ec..342153bfe4 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@1.0.1...@thi.ng/parse@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/parse + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@0.9.25...@thi.ng/parse@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/parse diff --git a/packages/parse/package.json b/packages/parse/package.json index 357ef56d81..718949ac80 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "1.0.1", + "version": "1.0.2", "description": "Purely functional parser combinators & AST generation for generic inputs", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index efcdc696b3..bff2fd87df 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/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. +## [4.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.2.10...@thi.ng/paths@4.2.11) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/paths + + + + + ## [4.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.2.9...@thi.ng/paths@4.2.10) (2021-08-04) **Note:** Version bump only for package @thi.ng/paths diff --git a/packages/paths/package.json b/packages/paths/package.json index 83265af97f..75a8c0b4dc 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "4.2.10", + "version": "4.2.11", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index af10af2dc8..de58949c5c 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel-io-netpbm@1.0.1...@thi.ng/pixel-io-netpbm@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/pixel-io-netpbm + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel-io-netpbm@0.1.16...@thi.ng/pixel-io-netpbm@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/pixel-io-netpbm diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index e640a74801..029b7618d7 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-netpbm", - "version": "1.0.1", + "version": "1.0.2", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/pixel": "^0.11.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/pixel": "^0.11.2" }, "files": [ "*.js", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 9f259b48b4..6770763333 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/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.11.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.11.1...@thi.ng/pixel@0.11.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/pixel + + + + + ## [0.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.11.0...@thi.ng/pixel@0.11.1) (2021-08-04) **Note:** Version bump only for package @thi.ng/pixel diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 0c04ea3b68..e1b4c66406 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "0.11.1", + "version": "0.11.2", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, dithering, convolution", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/k-means": "^0.3.0", - "@thi.ng/math": "^4.0.3", - "@thi.ng/porter-duff": "^0.1.49" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/k-means": "^0.3.1", + "@thi.ng/math": "^4.0.4", + "@thi.ng/porter-duff": "^0.1.50" }, "files": [ "*.js", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index be5ce6e786..b7eab1fd41 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/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.4.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.4.33...@thi.ng/pointfree-lang@1.4.34) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/pointfree-lang + + + + + ## [1.4.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.4.32...@thi.ng/pointfree-lang@1.4.33) (2021-08-08) **Note:** Version bump only for package @thi.ng/pointfree-lang diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 1f8d9f1457..2e194b7f27 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "1.4.33", + "version": "1.4.34", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "module": "./index.js", "main": "./lib/index.js", @@ -46,11 +46,11 @@ "pegjs": "0.11.0-master.b7b87ea" }, "dependencies": { - "@thi.ng/api": "^7.1.7", + "@thi.ng/api": "^7.1.8", "@thi.ng/args": "^0.7.2", - "@thi.ng/bench": "^2.1.3", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/pointfree": "^2.0.33" + "@thi.ng/bench": "^2.1.4", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/pointfree": "^2.0.34" }, "files": [ "*.js", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index fb545f809e..526ef4d4d2 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/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.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@2.0.33...@thi.ng/pointfree@2.0.34) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/pointfree + + + + + ## [2.0.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@2.0.32...@thi.ng/pointfree@2.0.33) (2021-08-08) **Note:** Version bump only for package @thi.ng/pointfree diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index 77c70f3472..2f45976fc4 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "2.0.33", + "version": "2.0.34", "description": "Pointfree functional composition / Forth style stack execution engine", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compose": "^1.4.33", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compose": "^1.4.34", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 19e7568fcc..454bca56da 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. +## [1.1.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@1.1.47...@thi.ng/poisson@1.1.48) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/poisson + + + + + ## [1.1.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@1.1.46...@thi.ng/poisson@1.1.47) (2021-08-04) **Note:** Version bump only for package @thi.ng/poisson diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 69d92ffdc1..601bb8c316 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "1.1.47", + "version": "1.1.48", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-api": "^2.0.25", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-api": "^2.0.26", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index 66ee1c6340..7249d9083e 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/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.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.49...@thi.ng/porter-duff@0.1.50) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/porter-duff + + + + + ## [0.1.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.48...@thi.ng/porter-duff@0.1.49) (2021-08-04) **Note:** Version bump only for package @thi.ng/porter-duff diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index 85d57e06db..7e1f3b3367 100644 --- a/packages/porter-duff/package.json +++ b/packages/porter-duff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/porter-duff", - "version": "0.1.49", + "version": "0.1.50", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/math": "^4.0.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/math": "^4.0.4" }, "files": [ "*.js", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 5233652eb6..586d31c87c 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/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.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/prefixes@0.1.19...@thi.ng/prefixes@0.1.20) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/prefixes + + + + + ## [0.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/prefixes@0.1.18...@thi.ng/prefixes@0.1.19) (2021-07-01) **Note:** Version bump only for package @thi.ng/prefixes diff --git a/packages/prefixes/package.json b/packages/prefixes/package.json index 66477238ea..1aa155a61b 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "0.1.19", + "version": "0.1.20", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 62d57a9775..f8039fa68a 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/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.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.36...@thi.ng/quad-edge@0.2.37) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/quad-edge + + + + + ## [0.2.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.35...@thi.ng/quad-edge@0.2.36) (2021-07-01) **Note:** Version bump only for package @thi.ng/quad-edge diff --git a/packages/quad-edge/package.json b/packages/quad-edge/package.json index 189c77e370..d63851d265 100644 --- a/packages/quad-edge/package.json +++ b/packages/quad-edge/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/quad-edge", - "version": "0.2.36", + "version": "0.2.37", "description": "Quadedge data structure after Guibas & Stolfi", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 2276cc5ff1..071a819fd1 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/ramp@1.0.1...@thi.ng/ramp@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/ramp + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/ramp@0.1.65...@thi.ng/ramp@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/ramp diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 31ff5d8aa7..77fcf0729d 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "1.0.1", + "version": "1.0.2", "description": "Parametric interpolated 1D lookup tables for remapping values", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/math": "^4.0.3", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/math": "^4.0.4", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 2a1c603f38..5e19e65dae 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.4...@thi.ng/random@2.4.5) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/random + + + + + ## [2.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.3...@thi.ng/random@2.4.4) (2021-08-04) diff --git a/packages/random/package.json b/packages/random/package.json index 749007ddd3..5a74a3a704 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "2.4.4", + "version": "2.4.5", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", "@thi.ng/hex": "^0.2.7" }, "files": [ diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index d87fd5a7fa..0c803f5ef4 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.88](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.87...@thi.ng/range-coder@1.0.88) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/range-coder + + + + + ## [1.0.87](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.86...@thi.ng/range-coder@1.0.87) (2021-08-04) **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 78d5c0afe5..612d5fc373 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.87", + "version": "1.0.88", "description": "Binary data range encoder / decoder", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/transducers": "^7.8.2" }, "dependencies": { - "@thi.ng/bitstream": "^1.1.40" + "@thi.ng/bitstream": "^1.1.41" }, "files": [ "*.js", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index b7e7c9644d..4cb0e66f0a 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-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. +## [0.1.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.53...@thi.ng/rdom-canvas@0.1.54) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rdom-canvas + + + + + ## [0.1.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.52...@thi.ng/rdom-canvas@0.1.53) (2021-08-08) **Note:** Version bump only for package @thi.ng/rdom-canvas diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index a5670f3b9a..8041689532 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.1.53", + "version": "0.1.54", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "module": "./index.js", "main": "./lib/index.js", @@ -37,13 +37,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/adapt-dpi": "^1.0.21", - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/hiccup-canvas": "^1.2.9", - "@thi.ng/rdom": "^0.6.2", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/adapt-dpi": "^1.0.22", + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/hiccup-canvas": "^1.2.10", + "@thi.ng/rdom": "^0.6.3", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 3c52e0c5dd..27ac47f286 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-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. +## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.2.2...@thi.ng/rdom-components@0.2.3) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rdom-components + + + + + ## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.2.1...@thi.ng/rdom-components@0.2.2) (2021-08-08) **Note:** Version bump only for package @thi.ng/rdom-components diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 04d401c3f3..a46005b344 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.2.2", + "version": "0.2.3", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "module": "./index.js", "main": "./lib/index.js", @@ -37,13 +37,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", "@thi.ng/hiccup-html": "^0.3.20", - "@thi.ng/rdom": "^0.6.2", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/rdom": "^0.6.3", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 96779a2c9c..252106bbcd 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/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.6.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.6.2...@thi.ng/rdom@0.6.3) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rdom + + + + + ## [0.6.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.6.1...@thi.ng/rdom@0.6.2) (2021-08-08) **Note:** Version bump only for package @thi.ng/rdom diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 93638f20fc..a8790c898a 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.6.2", + "version": "0.6.3", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub:wip": "yarn publish --access public --no-git-tag-version" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/paths": "^4.2.10", - "@thi.ng/prefixes": "^0.1.19", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/strings": "^2.1.3" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/paths": "^4.2.11", + "@thi.ng/prefixes": "^0.1.20", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/strings": "^2.1.4" }, "files": [ "*.js", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index d6268c994b..8b156fa287 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/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. +## [4.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.2.23...@thi.ng/resolve-map@4.2.24) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/resolve-map + + + + + ## [4.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.2.22...@thi.ng/resolve-map@4.2.23) (2021-08-04) **Note:** Version bump only for package @thi.ng/resolve-map diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index ad54af1786..bde297800d 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "4.2.23", + "version": "4.2.24", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/paths": "^4.2.10" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/paths": "^4.2.11" }, "files": [ "*.js", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 7d863127a6..a3e22a2605 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@2.1.40...@thi.ng/rle-pack@2.1.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rle-pack + + + + + ## [2.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@2.1.39...@thi.ng/rle-pack@2.1.40) (2021-07-01) **Note:** Version bump only for package @thi.ng/rle-pack diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index 65fd803703..927207cfda 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rle-pack", - "version": "2.1.40", + "version": "2.1.41", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/bitstream": "^1.1.40", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/bitstream": "^1.1.41", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 1101a6756e..380def046e 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/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.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@2.0.50...@thi.ng/router@2.0.51) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/router + + + + + ## [2.0.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@2.0.49...@thi.ng/router@2.0.50) (2021-08-04) **Note:** Version bump only for package @thi.ng/router diff --git a/packages/router/package.json b/packages/router/package.json index 8aa923f392..6326d6d392 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "2.0.50", + "version": "2.0.51", "description": "Generic router for browser & non-browser based applications", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", "tslib": "^2.3.0" }, "files": [ diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index fcb3ebf32c..9d67155344 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. +## [2.0.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.73...@thi.ng/rstream-csp@2.0.74) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [2.0.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.72...@thi.ng/rstream-csp@2.0.73) (2021-08-08) **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 b325deecf3..570195aa6c 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "2.0.73", + "version": "2.0.74", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/csp": "^1.1.68", - "@thi.ng/rstream": "^6.0.14" + "@thi.ng/csp": "^1.1.69", + "@thi.ng/rstream": "^6.0.15" }, "files": [ "*.js", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index d2ece1c7e9..8f8392cebe 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.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.2.22...@thi.ng/rstream-dot@1.2.23) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [1.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.2.21...@thi.ng/rstream-dot@1.2.22) (2021-08-08) **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 feacfe8d56..7d84e924ed 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "1.2.22", + "version": "1.2.23", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 5155de0ed5..c558694c35 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. +## [3.0.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@3.0.27...@thi.ng/rstream-gestures@3.0.28) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + ## [3.0.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@3.0.26...@thi.ng/rstream-gestures@3.0.27) (2021-08-08) **Note:** Version bump only for package @thi.ng/rstream-gestures diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index f68a6672b1..d3f8648248 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "3.0.27", + "version": "3.0.28", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/math": "^4.0.3", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/math": "^4.0.4", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 34712fd1d1..e95dd6c247 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.2.75](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.74...@thi.ng/rstream-graph@3.2.75) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [3.2.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.73...@thi.ng/rstream-graph@3.2.74) (2021-08-08) **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 c23b8c11e0..eb52b558ac 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "3.2.74", + "version": "3.2.75", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/atom": "^4.1.38", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/paths": "^4.2.10", - "@thi.ng/resolve-map": "^4.2.23", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/atom": "^4.1.39", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/paths": "^4.2.11", + "@thi.ng/resolve-map": "^4.2.24", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 45adb1eb67..bd0ee2e2ca 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.96](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.95...@thi.ng/rstream-log-file@0.1.96) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + ## [0.1.95](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.94...@thi.ng/rstream-log-file@0.1.95) (2021-08-08) **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 eab2674064..81bb471ed2 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.95", + "version": "0.1.96", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/rstream": "^6.0.14" + "@thi.ng/rstream": "^6.0.15" }, "files": [ "*.js", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index fcb1916fb1..f63b014f15 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.2.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.2.26...@thi.ng/rstream-log@3.2.27) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [3.2.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.2.25...@thi.ng/rstream-log@3.2.26) (2021-08-08) **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 41ab89415f..8a892da54a 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "3.2.26", + "version": "3.2.27", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index c40cd9003d..27a59c3946 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.1.83](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.82...@thi.ng/rstream-query@1.1.83) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [1.1.82](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.81...@thi.ng/rstream-query@1.1.82) (2021-08-08) **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 52c143346a..94b86b24bd 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "1.1.82", + "version": "1.1.83", "description": "@thi.ng/rstream based triple store & reactive query engine", "module": "./index.js", "main": "./lib/index.js", @@ -38,15 +38,15 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/rstream": "^6.0.14", - "@thi.ng/rstream-dot": "^1.2.22", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/rstream": "^6.0.15", + "@thi.ng/rstream-dot": "^1.2.23", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index e8b762de94..c78c7337cb 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. +## [6.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.14...@thi.ng/rstream@6.0.15) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + ## [6.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.13...@thi.ng/rstream@6.0.14) (2021-08-08) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index cd03d8f55d..97409a3a14 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "6.0.14", + "version": "6.0.15", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "module": "./index.js", "main": "./lib/index.js", @@ -38,13 +38,13 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/atom": "^4.1.38", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/atom": "^4.1.39", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 426068a1d0..1d599d1769 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.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.1.67...@thi.ng/sax@1.1.68) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/sax + + + + + ## [1.1.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.1.66...@thi.ng/sax@1.1.67) (2021-08-04) **Note:** Version bump only for package @thi.ng/sax diff --git a/packages/sax/package.json b/packages/sax/package.json index fd299599b8..2428835a2a 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "1.1.67", + "version": "1.1.68", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/transducers-fsm": "^1.1.67" + "@thi.ng/api": "^7.1.8", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/transducers-fsm": "^1.1.68" }, "files": [ "*.js", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 2bba2108a6..abf0976a46 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.3.37...@thi.ng/scenegraph@0.3.38) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/scenegraph + + + + + ## [0.3.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.3.36...@thi.ng/scenegraph@0.3.37) (2021-08-04) **Note:** Version bump only for package @thi.ng/scenegraph diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index e7bd011402..e874b47cd4 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.3.37", + "version": "0.3.38", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/matrices": "^0.6.63", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/matrices": "^0.6.64", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index cc7c64a33b..537d04d182 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/seq@0.2.40...@thi.ng/seq@0.2.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/seq + + + + + ## [0.2.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/seq@0.2.39...@thi.ng/seq@0.2.40) (2021-08-04) **Note:** Version bump only for package @thi.ng/seq diff --git a/packages/seq/package.json b/packages/seq/package.json index 707ec0b93c..e4d080190c 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.2.40", + "version": "0.2.41", "description": "Various implementations of the @thi.ng/api `ISeq` interface / sequence abstraction", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9" }, "files": [ "*.js", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index 3184967328..0846faf6b1 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/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.45](https://github.com/thi-ng/umbrella/compare/@thi.ng/sexpr@0.2.44...@thi.ng/sexpr@0.2.45) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/sexpr + + + + + ## [0.2.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/sexpr@0.2.43...@thi.ng/sexpr@0.2.44) (2021-08-04) **Note:** Version bump only for package @thi.ng/sexpr diff --git a/packages/sexpr/package.json b/packages/sexpr/package.json index 0c8332d0f6..d8c3c42791 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.2.44", + "version": "0.2.45", "description": "Extensible S-Expression parser & runtime infrastructure", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15" }, "files": [ "*.js", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 9bc25d6b90..e7b76b58b4 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.2.40...@thi.ng/shader-ast-glsl@0.2.41) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/shader-ast-glsl + + + + + ## [0.2.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.2.39...@thi.ng/shader-ast-glsl@0.2.40) (2021-08-04) **Note:** Version bump only for package @thi.ng/shader-ast-glsl diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index fc5ad217ef..5417837697 100644 --- a/packages/shader-ast-glsl/package.json +++ b/packages/shader-ast-glsl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-glsl", - "version": "0.2.40", + "version": "0.2.41", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/shader-ast": "^0.8.18" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/shader-ast": "^0.8.19" }, "files": [ "*.js", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 299aec5a21..a35800746b 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/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.5.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.41...@thi.ng/shader-ast-js@0.5.42) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/shader-ast-js + + + + + ## [0.5.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.40...@thi.ng/shader-ast-js@0.5.41) (2021-08-04) **Note:** Version bump only for package @thi.ng/shader-ast-js diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index e95c20723f..a6023951ce 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "0.5.41", + "version": "0.5.42", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/matrices": "^0.6.63", - "@thi.ng/pixel": "^0.11.1", - "@thi.ng/shader-ast": "^0.8.18", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/matrices": "^0.6.64", + "@thi.ng/pixel": "^0.11.2", + "@thi.ng/shader-ast": "^0.8.19", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 5b85ff9d78..f29a26ba6a 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/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.6.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.6.5...@thi.ng/shader-ast-stdlib@0.6.6) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/shader-ast-stdlib + + + + + ## [0.6.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.6.4...@thi.ng/shader-ast-stdlib@0.6.5) (2021-08-04) **Note:** Version bump only for package @thi.ng/shader-ast-stdlib diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index cd51c140a5..57cf5e539a 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-stdlib", - "version": "0.6.5", + "version": "0.6.6", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/shader-ast": "^0.8.18" + "@thi.ng/api": "^7.1.8", + "@thi.ng/shader-ast": "^0.8.19" }, "files": [ "*.js", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 1b8a27994e..75d16846c3 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/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.8.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.8.18...@thi.ng/shader-ast@0.8.19) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/shader-ast + + + + + ## [0.8.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.8.17...@thi.ng/shader-ast@0.8.18) (2021-08-04) **Note:** Version bump only for package @thi.ng/shader-ast diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 26537b2378..a973b4f7aa 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.8.18", + "version": "0.8.19", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/defmulti": "^1.3.14", - "@thi.ng/dgraph": "^1.3.28", - "@thi.ng/errors": "^1.3.2" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/defmulti": "^1.3.15", + "@thi.ng/dgraph": "^1.3.29", + "@thi.ng/errors": "^1.3.3" }, "files": [ "*.js", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 2df36796e6..d57fbbc7f5 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/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.4.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/simd@0.4.35...@thi.ng/simd@0.4.36) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/simd + + + + + ## [0.4.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/simd@0.4.34...@thi.ng/simd@0.4.35) (2021-08-04) **Note:** Version bump only for package @thi.ng/simd diff --git a/packages/simd/package.json b/packages/simd/package.json index fb70d2e763..8d622d0e65 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.4.35", + "version": "0.4.36", "description": "WASM based SIMD vector operations for batch processing", "module": "./index.js", "main": "./lib/index.js", @@ -43,7 +43,7 @@ "assemblyscript": "0.19.8" }, "dependencies": { - "@thi.ng/transducers-binary": "^0.6.24" + "@thi.ng/transducers-binary": "^0.6.25" }, "files": [ "*.js", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index 63bc5ee253..82af869e0a 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/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.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/soa@0.2.19...@thi.ng/soa@0.2.20) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/soa + + + + + ## [0.2.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/soa@0.2.18...@thi.ng/soa@0.2.19) (2021-08-04) **Note:** Version bump only for package @thi.ng/soa diff --git a/packages/soa/package.json b/packages/soa/package.json index 60f6771519..c73f12ad5f 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.2.19", + "version": "0.2.20", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/equiv": "^1.0.43" + "@thi.ng/equiv": "^1.0.44" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers-binary": "^0.6.24", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers-binary": "^0.6.25", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index c3159e6309..92089d95be 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.84](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.83...@thi.ng/sparse@0.1.84) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/sparse + + + + + ## [0.1.83](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.82...@thi.ng/sparse@0.1.83) (2021-08-04) **Note:** Version bump only for package @thi.ng/sparse diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 0214f804f0..9c45460996 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.1.83", + "version": "0.1.84", "description": "Sparse vector & matrix implementations", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 563be0816b..ed34411f27 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/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.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.3...@thi.ng/strings@2.1.4) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/strings + + + + + ## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.2...@thi.ng/strings@2.1.3) (2021-08-04) **Note:** Version bump only for package @thi.ng/strings diff --git a/packages/strings/package.json b/packages/strings/package.json index bc129d31be..8765ce5017 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "2.1.3", + "version": "2.1.4", "description": "Various string formatting & utility functions", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/errors": "^1.3.2", + "@thi.ng/api": "^7.1.8", + "@thi.ng/errors": "^1.3.3", "@thi.ng/hex": "^0.2.7", - "@thi.ng/memoize": "^2.1.17" + "@thi.ng/memoize": "^2.1.18" }, "files": [ "*.js", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 80e1a5a682..665a54871d 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@1.0.1...@thi.ng/system@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/system + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@0.3.9...@thi.ng/system@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/system diff --git a/packages/system/package.json b/packages/system/package.json index 2afef4f436..7e94a1d7ff 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "1.0.1", + "version": "1.0.2", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/dgraph": "^1.3.28" + "@thi.ng/api": "^7.1.8", + "@thi.ng/dgraph": "^1.3.29" }, "files": [ "*.js", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index f4eb26d15e..fb834b5451 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-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. +## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@1.0.1...@thi.ng/text-canvas@1.0.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/text-canvas + + + + + ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@0.7.14...@thi.ng/text-canvas@1.0.1) (2021-08-08) **Note:** Version bump only for package @thi.ng/text-canvas diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 46c5dbeb3e..d5b0545132 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "1.0.1", + "version": "1.0.2", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/geom-clip-line": "^1.2.39", - "@thi.ng/math": "^4.0.3", - "@thi.ng/memoize": "^2.1.17", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/geom-clip-line": "^1.2.40", + "@thi.ng/math": "^4.0.4", + "@thi.ng/memoize": "^2.1.18", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 49b02614b5..5b1c247b0a 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.6.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.6.24...@thi.ng/transducers-binary@0.6.25) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers-binary + + + + + ## [0.6.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.6.23...@thi.ng/transducers-binary@0.6.24) (2021-08-04) **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 3efcb85c6e..a07ac74f83 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-binary", - "version": "0.6.24", + "version": "0.6.25", "description": "Binary data related transducers & reducers", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/binary": "^2.2.7", - "@thi.ng/compose": "^1.4.33", - "@thi.ng/errors": "^1.3.2", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/compose": "^1.4.34", + "@thi.ng/errors": "^1.3.3", "@thi.ng/hex": "^0.2.7", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index cf6d20dbcc..ee338de125 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.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.1.67...@thi.ng/transducers-fsm@1.1.68) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers-fsm + + + + + ## [1.1.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.1.66...@thi.ng/transducers-fsm@1.1.67) (2021-08-04) **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 1ea4f92b69..d49c4f6072 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "1.1.67", + "version": "1.1.68", "description": "Transducer-based Finite State Machine transformer", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 28240fb353..514845218f 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.100](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.99...@thi.ng/transducers-hdom@2.0.100) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers-hdom + + + + + ## [2.0.99](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.98...@thi.ng/transducers-hdom@2.0.99) (2021-08-04) **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 ba1ff089a0..f20df4d868 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.99", + "version": "2.0.100", "description": "Transducer based UI updater for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/hdom": "^8.2.28", - "@thi.ng/hiccup": "^3.6.18", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/hdom": "^8.2.29", + "@thi.ng/hiccup": "^3.6.19", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 2591fa1c29..fa5cc4e9cc 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/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.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-patch@0.2.24...@thi.ng/transducers-patch@0.2.25) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers-patch + + + + + ## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-patch@0.2.23...@thi.ng/transducers-patch@0.2.24) (2021-08-04) **Note:** Version bump only for package @thi.ng/transducers-patch diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 265eecede3..ef3bca4920 100644 --- a/packages/transducers-patch/package.json +++ b/packages/transducers-patch/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-patch", - "version": "0.2.24", + "version": "0.2.25", "description": "Reducers for patch-based, immutable-by-default array & object editing", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/paths": "^4.2.10", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/paths": "^4.2.11", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 51d4362c68..e31e1eb610 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.1.69](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.1.68...@thi.ng/transducers-stats@1.1.69) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + ## [1.1.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.1.67...@thi.ng/transducers-stats@1.1.68) (2021-08-04) **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 46b4350868..a5bedc1bcf 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "1.1.68", + "version": "1.1.69", "description": "Transducers for statistical / technical analysis", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.8", - "@thi.ng/dcons": "^2.3.28", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/checks": "^2.9.9", + "@thi.ng/dcons": "^2.3.29", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 01dd2487e1..12f3f8ad6c 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. +## [7.8.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.1...@thi.ng/transducers@7.8.2) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/transducers + + + + + ## [7.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.0...@thi.ng/transducers@7.8.1) (2021-08-04) **Note:** Version bump only for package @thi.ng/transducers diff --git a/packages/transducers/package.json b/packages/transducers/package.json index ecdb814052..d71d4b51e3 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "7.8.1", + "version": "7.8.2", "description": "Lightweight transducer implementations for ES6 / TypeScript", "module": "./index.js", "main": "./lib/index.js", @@ -38,14 +38,14 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/compare": "^1.3.31", - "@thi.ng/compose": "^1.4.33", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/random": "^2.4.4" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/compare": "^1.3.32", + "@thi.ng/compose": "^1.4.34", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/random": "^2.4.5" }, "files": [ "*.js", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index ec70a67334..9fcb2e30c6 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@1.1.37...@thi.ng/unionstruct@1.1.38) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/unionstruct + + + + + ## [1.1.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@1.1.36...@thi.ng/unionstruct@1.1.37) (2021-07-01) **Note:** Version bump only for package @thi.ng/unionstruct diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index 3dbed89983..f76f2b1726 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "1.1.37", + "version": "1.1.38", "description": "C-style struct, union and bitfield read/write views of ArrayBuffers", "module": "./index.js", "main": "./lib/index.js", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 308acab93a..fa53fb75c1 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/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/vclock@0.1.12...@thi.ng/vclock@0.1.13) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/vclock + + + + + ## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/vclock@0.1.11...@thi.ng/vclock@0.1.12) (2021-08-04) **Note:** Version bump only for package @thi.ng/vclock diff --git a/packages/vclock/package.json b/packages/vclock/package.json index 27076511fd..2cbceed9b5 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.1.12", + "version": "0.1.13", "description": "Vector clock functions for synchronizing distributed states & processes", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7" + "@thi.ng/api": "^7.1.8" }, "files": [ "*.js", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index bcca1b9c75..a2c6b01590 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. +## [2.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@2.0.19...@thi.ng/vector-pools@2.0.20) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/vector-pools + + + + + ## [2.0.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@2.0.18...@thi.ng/vector-pools@2.0.19) (2021-08-04) **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 7f54b859cf..0e1cacc631 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "2.0.19", + "version": "2.0.20", "description": "Data structures for managing & working with strided, memory mapped vectors", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/malloc": "^5.0.10", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/malloc": "^5.0.11", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index f582a0f4cf..2276d8b8fc 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. +## [6.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@6.0.5...@thi.ng/vectors@6.0.6) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/vectors + + + + + ## [6.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@6.0.4...@thi.ng/vectors@6.0.5) (2021-08-04) **Note:** Version bump only for package @thi.ng/vectors diff --git a/packages/vectors/package.json b/packages/vectors/package.json index da3efc908b..3459faecec 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "6.0.5", + "version": "6.0.6", "description": "Optimized 2d/3d/4d and arbitrary length vector operations", "module": "./index.js", "main": "./lib/index.js", @@ -38,15 +38,15 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/binary": "^2.2.7", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/math": "^4.0.3", - "@thi.ng/memoize": "^2.1.17", - "@thi.ng/random": "^2.4.4", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/binary": "^2.2.8", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/math": "^4.0.4", + "@thi.ng/memoize": "^2.1.18", + "@thi.ng/random": "^2.4.5", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index f343addd8f..391c504c83 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/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.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.2.34...@thi.ng/viz@0.2.35) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/viz + + + + + ## [0.2.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.2.33...@thi.ng/viz@0.2.34) (2021-08-04) **Note:** Version bump only for package @thi.ng/viz diff --git a/packages/viz/package.json b/packages/viz/package.json index ed0d7bf48e..b0c7335c07 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.2.34", + "version": "0.2.35", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "module": "./index.js", "main": "./lib/index.js", @@ -47,13 +47,13 @@ "@thi.ng/date": "^0.9.0" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/math": "^4.0.3", - "@thi.ng/strings": "^2.1.3", - "@thi.ng/transducers": "^7.8.1" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/math": "^4.0.4", + "@thi.ng/strings": "^2.1.4", + "@thi.ng/transducers": "^7.8.2" }, "files": [ "*.js", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index af93bb5cae..a1f21470f7 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/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.96](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.95...@thi.ng/webgl-msdf@0.1.96) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/webgl-msdf + + + + + ## [0.1.95](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@0.1.94...@thi.ng/webgl-msdf@0.1.95) (2021-08-08) **Note:** Version bump only for package @thi.ng/webgl-msdf diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 0c3135cd28..a3c0f46d98 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "0.1.95", + "version": "0.1.96", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/shader-ast": "^0.8.18", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vector-pools": "^2.0.19", - "@thi.ng/vectors": "^6.0.5", - "@thi.ng/webgl": "^5.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/shader-ast": "^0.8.19", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vector-pools": "^2.0.20", + "@thi.ng/vectors": "^6.0.6", + "@thi.ng/webgl": "^5.0.6" }, "files": [ "*.js", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 6a6fbb9bde..e09a4f21ea 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/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.83](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.82...@thi.ng/webgl-shadertoy@0.2.83) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/webgl-shadertoy + + + + + ## [0.2.82](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.81...@thi.ng/webgl-shadertoy@0.2.82) (2021-08-08) **Note:** Version bump only for package @thi.ng/webgl-shadertoy diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index aab274589f..c3b50ffa06 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-shadertoy", - "version": "0.2.82", + "version": "0.2.83", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "module": "./index.js", "main": "./lib/index.js", @@ -38,10 +38,10 @@ "pub": "yarn build && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/shader-ast": "^0.8.18", - "@thi.ng/shader-ast-glsl": "^0.2.40", - "@thi.ng/webgl": "^5.0.5" + "@thi.ng/api": "^7.1.8", + "@thi.ng/shader-ast": "^0.8.19", + "@thi.ng/shader-ast-glsl": "^0.2.41", + "@thi.ng/webgl": "^5.0.6" }, "files": [ "*.js", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 0a775a6906..ae40dae94f 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@5.0.5...@thi.ng/webgl@5.0.6) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/webgl + + + + + ## [5.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@5.0.4...@thi.ng/webgl@5.0.5) (2021-08-08) **Note:** Version bump only for package @thi.ng/webgl diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 73920b7353..4e0689c42b 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "5.0.5", + "version": "5.0.6", "description": "WebGL & GLSL abstraction layer", "module": "./index.js", "main": "./lib/index.js", @@ -38,21 +38,21 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/adapt-dpi": "^1.0.21", - "@thi.ng/api": "^7.1.7", - "@thi.ng/associative": "^5.2.9", - "@thi.ng/checks": "^2.9.8", - "@thi.ng/equiv": "^1.0.43", - "@thi.ng/errors": "^1.3.2", - "@thi.ng/matrices": "^0.6.63", - "@thi.ng/memoize": "^2.1.17", - "@thi.ng/pixel": "^0.11.1", - "@thi.ng/shader-ast": "^0.8.18", - "@thi.ng/shader-ast-glsl": "^0.2.40", - "@thi.ng/shader-ast-stdlib": "^0.6.5", - "@thi.ng/transducers": "^7.8.1", - "@thi.ng/vector-pools": "^2.0.19", - "@thi.ng/vectors": "^6.0.5" + "@thi.ng/adapt-dpi": "^1.0.22", + "@thi.ng/api": "^7.1.8", + "@thi.ng/associative": "^5.2.10", + "@thi.ng/checks": "^2.9.9", + "@thi.ng/equiv": "^1.0.44", + "@thi.ng/errors": "^1.3.3", + "@thi.ng/matrices": "^0.6.64", + "@thi.ng/memoize": "^2.1.18", + "@thi.ng/pixel": "^0.11.2", + "@thi.ng/shader-ast": "^0.8.19", + "@thi.ng/shader-ast-glsl": "^0.2.41", + "@thi.ng/shader-ast-stdlib": "^0.6.6", + "@thi.ng/transducers": "^7.8.2", + "@thi.ng/vector-pools": "^2.0.20", + "@thi.ng/vectors": "^6.0.6" }, "files": [ "*.js", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index d7861cd34f..c5d65e0e78 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/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.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/zipper@0.1.49...@thi.ng/zipper@0.1.50) (2021-08-08) + +**Note:** Version bump only for package @thi.ng/zipper + + + + + ## [0.1.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/zipper@0.1.48...@thi.ng/zipper@0.1.49) (2021-08-04) **Note:** Version bump only for package @thi.ng/zipper diff --git a/packages/zipper/package.json b/packages/zipper/package.json index e24f507597..049f7cb954 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "0.1.49", + "version": "0.1.50", "description": "Functional tree editing, manipulation & navigation", "module": "./index.js", "main": "./lib/index.js", @@ -38,9 +38,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.7", - "@thi.ng/arrays": "^0.10.15", - "@thi.ng/checks": "^2.9.8" + "@thi.ng/api": "^7.1.8", + "@thi.ng/arrays": "^0.10.16", + "@thi.ng/checks": "^2.9.9" }, "files": [ "*.js",