diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index ede714e3de..4369b35258 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@1.0.4...@thi.ng/adjacency@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/adjacency + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.2.6...@thi.ng/adjacency@0.3.0) (2021-02-20) diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 84812b94f3..d61b555f3b 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "1.0.4", + "version": "1.0.5", "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.1.2" + "@thi.ng/vectors": "^6.2.0" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/bitfield": "^1.0.2", - "@thi.ng/dcons": "^2.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/bitfield": "^1.0.3", + "@thi.ng/dcons": "^2.3.34", "@thi.ng/errors": "^1.3.4", - "@thi.ng/sparse": "^0.1.88" + "@thi.ng/sparse": "^0.1.89" }, "files": [ "*.js", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4e1aba0149..c9a9350152 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.1.9...@thi.ng/api@7.2.0) (2021-09-03) + + +### Features + +* **api:** add DeepArrayValue type ([a309fac](https://github.com/thi-ng/umbrella/commit/a309faca831651f611b9b056d9c7587f85b60087)) + + + + + # [7.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@7.0.0...@thi.ng/api@7.1.0) (2021-03-03) diff --git a/packages/api/package.json b/packages/api/package.json index 9ad9741829..cc51cab8dd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "7.1.9", + "version": "7.2.0", "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 8dd78e4486..e77ea5f208 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.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@1.1.0...@thi.ng/args@1.1.1) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/args + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@1.0.4...@thi.ng/args@1.1.0) (2021-08-19) diff --git a/packages/args/package.json b/packages/args/package.json index b8643fc688..f8dd6c3775 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "1.1.0", + "version": "1.1.1", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 7c61a8dacd..eb6f8d6bfb 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. +## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@1.0.2...@thi.ng/arrays@1.0.3) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/arrays + + + + + # [0.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.9.2...@thi.ng/arrays@0.10.0) (2021-01-21) diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 909b33c1b6..f2856cb652 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "1.0.2", + "version": "1.0.3", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compare": "^1.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compare": "^1.3.34", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/random": "^2.4.7" + "@thi.ng/random": "^2.4.8" }, "files": [ "*.js", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 891391a113..53f1112030 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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.15...@thi.ng/associative@5.2.16) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/associative + + + + + ## [5.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.14...@thi.ng/associative@5.2.15) (2021-08-22) **Note:** Version bump only for package @thi.ng/associative diff --git a/packages/associative/package.json b/packages/associative/package.json index 1de8407bd3..07a05f186b 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "5.2.15", + "version": "5.2.16", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting 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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compare": "^1.3.33", - "@thi.ng/dcons": "^2.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compare": "^1.3.34", + "@thi.ng/dcons": "^2.3.34", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1", + "@thi.ng/transducers": "^7.9.2", "tslib": "^2.3.1" }, "files": [ diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 2b2598f6e3..46615b74fe 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.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@4.1.41...@thi.ng/atom@4.1.42) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/atom + + + + + # [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@4.0.0...@thi.ng/atom@4.1.0) (2020-04-01) diff --git a/packages/atom/package.json b/packages/atom/package.json index 75fada18c0..09ef26cf43 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "4.1.41", + "version": "4.1.42", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/paths": "^4.2.13", + "@thi.ng/paths": "^4.2.14", "tslib": "^2.3.1" }, "files": [ diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index fefce06164..0d8434a7a6 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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@2.1.5...@thi.ng/bench@2.1.6) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/bench + + + + + # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@2.0.31...@thi.ng/bench@2.1.0) (2021-03-12) diff --git a/packages/bench/package.json b/packages/bench/package.json index 326361f6db..304d95ea5e 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "2.1.5", + "version": "2.1.6", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 1c52f9f733..a5f58a579a 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@1.0.4...@thi.ng/bencode@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/bencode + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.17...@thi.ng/bencode@0.3.0) (2019-07-07) ### Features diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 5d638f15a0..05d5ff79c2 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/transducers-binary": "^1.0.4" + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/transducers-binary": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index f5d7ea05ae..dd7b398ecc 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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.2.10...@thi.ng/binary@2.2.11) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/binary + + + + + # [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.1.0...@thi.ng/binary@2.2.0) (2021-03-03) diff --git a/packages/binary/package.json b/packages/binary/package.json index 40f2ddc2c3..b3880aa96b 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "2.2.10", + "version": "2.2.11", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index fdbb2aed7f..3ecabcaaa7 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. +## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@1.0.2...@thi.ng/bitfield@1.0.3) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/bitfield + + + + + # [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.30...@thi.ng/bitfield@0.4.0) (2021-02-20) diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 857f5039e9..7d3f216901 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "1.0.2", + "version": "1.0.3", "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.9", - "@thi.ng/binary": "^2.2.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 2ae3e93427..86406bf74e 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.94](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.93...@thi.ng/cache@1.0.94) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/cache + + + + + # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.40...@thi.ng/cache@1.0.0) (2019-01-21) ### Bug Fixes diff --git a/packages/cache/package.json b/packages/cache/package.json index 1259eb0ea4..e8956b0b4f 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "1.0.93", + "version": "1.0.94", "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.9", - "@thi.ng/dcons": "^2.3.33", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/dcons": "^2.3.34", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 137b7a7945..17dd8393b5 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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.10...@thi.ng/checks@2.9.11) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/checks + + + + + # [2.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.8.0...@thi.ng/checks@2.9.0) (2021-02-20) diff --git a/packages/checks/package.json b/packages/checks/package.json index ce30a14bb6..bc18649ad8 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "2.9.10", + "version": "2.9.11", "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 1ad7712d1c..45f64a280a 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@3.2.6...@thi.ng/color@3.2.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/color + + + + + # [3.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@3.1.18...@thi.ng/color@3.2.0) (2021-08-04) diff --git a/packages/color/package.json b/packages/color/package.json index ea2fad9a09..1f4ff24f2f 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "3.2.6", + "version": "3.2.7", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compare": "^1.3.33", - "@thi.ng/compose": "^1.4.35", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compare": "^1.3.34", + "@thi.ng/compose": "^1.4.36", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/random": "^2.4.7", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/math": "^4.0.6", + "@thi.ng/random": "^2.4.8", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index 5059becf13..10d2ebc778 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.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/colored-noise@0.1.46...@thi.ng/colored-noise@0.1.47) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/colored-noise + + + + + # 0.1.0 (2020-08-28) diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index e740ca1190..87d131fc8e 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.46", + "version": "0.1.47", "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.9", - "@thi.ng/dsp": "^3.0.30", - "@thi.ng/dsp-io-wav": "^1.0.6", - "@thi.ng/text-canvas": "^1.1.3", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/dsp": "^3.0.31", + "@thi.ng/dsp-io-wav": "^1.0.7", + "@thi.ng/text-canvas": "^1.1.4", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "dependencies": { - "@thi.ng/binary": "^2.2.10", - "@thi.ng/random": "^2.4.7" + "@thi.ng/binary": "^2.2.11", + "@thi.ng/random": "^2.4.8" }, "files": [ "*.js", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 8f224b9802..deb1df8035 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.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.3.33...@thi.ng/compare@1.3.34) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/compare + + + + + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.2.2...@thi.ng/compare@1.3.0) (2020-04-05) diff --git a/packages/compare/package.json b/packages/compare/package.json index 178a34efab..a514bf6ce2 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "1.3.33", + "version": "1.3.34", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 9d7e5cac39..a138c938c5 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.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.4.35...@thi.ng/compose@1.4.36) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/compose + + + + + # [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.3.12...@thi.ng/compose@1.4.0) (2020-03-28) diff --git a/packages/compose/package.json b/packages/compose/package.json index f66b24333e..1dbd7210d7 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "1.4.35", + "version": "1.4.36", "description": "Optimized functional composition helpers", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index eaeaac92e9..5f6fd325b1 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.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.1.73...@thi.ng/csp@1.1.74) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/csp + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.19...@thi.ng/csp@1.1.0) (2019-07-07) ### Bug Fixes diff --git a/packages/csp/package.json b/packages/csp/package.json index 2d5bde932f..1149473a59 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "1.1.73", + "version": "1.1.74", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/dcons": "^2.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/dcons": "^2.3.34", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 98fca9bbd0..b53794d1fe 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/csv@1.0.6...@thi.ng/csv@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/csv + + + + + # 0.1.0 (2020-11-24) diff --git a/packages/csv/package.json b/packages/csv/package.json index c462281a1e..9f449f7b25 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "1.0.6", + "version": "1.0.7", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index c0f3af2a4b..d3fb8988ed 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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/date@1.0.5...@thi.ng/date@1.0.6) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/date + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/date@1.0.3...@thi.ng/date@1.0.4) (2021-08-09) diff --git a/packages/date/package.json b/packages/date/package.json index 2949940bd8..c2efac0515 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "1.0.5", + "version": "1.0.6", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 26e90ab743..d4e7173af3 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.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.3.33...@thi.ng/dcons@2.3.34) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dcons + + + + + # [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.2.32...@thi.ng/dcons@2.3.0) (2020-10-19) diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 6a2c271f5b..a8b32499a9 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "2.3.33", + "version": "2.3.34", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compare": "^1.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compare": "^1.3.34", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 98f47a0359..db9e80c4df 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.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.16...@thi.ng/defmulti@1.3.17) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/defmulti + + + + + ## [1.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.3.5...@thi.ng/defmulti@1.3.6) (2021-03-03) diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 34a09418d6..7cd75c6098 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "1.3.16", + "version": "1.3.17", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 8e8a77e666..c9eeb64224 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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@1.0.7...@thi.ng/dgraph-dot@1.0.8) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dgraph-dot + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@1.0.6...@thi.ng/dgraph-dot@1.0.7) (2021-08-22) **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 ce8c90cec5..c709703f89 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.7", + "version": "1.0.8", "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.9", - "@thi.ng/dgraph": "^1.3.34", - "@thi.ng/dot": "^1.2.37" + "@thi.ng/api": "^7.2.0", + "@thi.ng/dgraph": "^1.3.35", + "@thi.ng/dot": "^1.2.38" }, "files": [ "*.js", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index c5758a9fa5..2e2fa075c9 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.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.3.34...@thi.ng/dgraph@1.3.35) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + ## [1.3.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.3.33...@thi.ng/dgraph@1.3.34) (2021-08-22) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 47137b7959..d94da64b12 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "1.3.34", + "version": "1.3.35", "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.9", - "@thi.ng/associative": "^5.2.15", + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index b7dd793435..ae272ac644 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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@4.0.12...@thi.ng/diff@4.0.13) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/diff + + + + + # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@3.2.35...@thi.ng/diff@4.0.0) (2020-12-22) diff --git a/packages/diff/package.json b/packages/diff/package.json index 19a5f3fffd..092443b458 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "4.0.12", + "version": "4.0.13", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/equiv": "^1.0.45" }, "files": [ diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 485b4aad40..5466297f0e 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/distance@1.0.6...@thi.ng/distance@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/distance + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/distance@0.2.2...@thi.ng/distance@0.3.0) (2021-04-19) diff --git a/packages/distance/package.json b/packages/distance/package.json index 204a52155a..a8d9529a0f 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "1.0.6", + "version": "1.0.7", "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.9", - "@thi.ng/heaps": "^1.3.0", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/heaps": "^1.3.1", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index f0f90205f6..b72ce08c6c 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dl-asset@1.0.4...@thi.ng/dl-asset@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dl-asset + + + + + # [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dl-asset@0.3.14...@thi.ng/dl-asset@0.4.0) (2020-07-08) diff --git a/packages/dl-asset/package.json b/packages/dl-asset/package.json index 52cf172fb6..91a293a396 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.4", + "version": "1.0.5", "description": "Local asset download for web apps, with automatic MIME type detection", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/mime": "^1.0.4" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/mime": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index aab39f5142..6f4cab9d5c 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.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@1.0.48...@thi.ng/dlogic@1.0.49) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dlogic + + + + + # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@0.1.2...@thi.ng/dlogic@1.0.0) (2019-01-21) ### Build System diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index 6980b816f8..d1fc50a877 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "1.0.48", + "version": "1.0.49", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index d1337f491f..51f999a7e4 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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.2.37...@thi.ng/dot@1.2.38) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dot + + + + + # [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.1.14...@thi.ng/dot@1.2.0) (2020-04-03) diff --git a/packages/dot/package.json b/packages/dot/package.json index 3bc419711b..deb3a2a331 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "1.2.37", + "version": "1.2.38", "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.9", - "@thi.ng/checks": "^2.9.10" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11" }, "files": [ "*.js", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 1158321d1a..338ce5d502 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp-io-wav@1.0.6...@thi.ng/dsp-io-wav@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dsp-io-wav + + + + + # 0.1.0 (2020-02-25) diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 5a589bcd38..3ab03dea8e 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.6", + "version": "1.0.7", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/transducers-binary": "^1.0.4" + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/transducers-binary": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 712a236256..8c29000d44 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.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@3.0.30...@thi.ng/dsp@3.0.31) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dsp + + + + + # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@2.1.5...@thi.ng/dsp@3.0.0) (2020-12-22) diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 7e43f2cdd2..8e7ccbef37 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "3.0.30", + "version": "3.0.31", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/math": "^4.0.6", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 35cf287415..c04206c10a 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dual-algebra@0.1.18...@thi.ng/dual-algebra@0.2.0) (2021-09-03) + + +### Features + +* **dual-algebra:** add mix(), add vector ops ([091f872](https://github.com/thi-ng/umbrella/commit/091f872e12dd6ba404a22be8b33bfa97ff345557)) + + + + + # 0.1.0 (2020-09-13) diff --git a/packages/dual-algebra/package.json b/packages/dual-algebra/package.json index 2ebceb04f4..2ea7443dee 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.18", + "version": "0.2.0", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 0849bdf272..30f310150d 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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/dynvar@0.1.40...@thi.ng/dynvar@0.1.41) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/dynvar + + + + + # 0.1.0 (2020-01-24) ### Features diff --git a/packages/dynvar/package.json b/packages/dynvar/package.json index 87ee33ad77..5000382e57 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.1.40", + "version": "0.1.41", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index d1799396c8..e834e98260 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.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.5.25...@thi.ng/ecs@0.5.26) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/ecs + + + + + ## [0.5.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.5.24...@thi.ng/ecs@0.5.25) (2021-08-22) **Note:** Version bump only for package @thi.ng/ecs diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 2272ec207f..dd25f71484 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.5.25", + "version": "0.5.26", "description": "Entity Component System based around typed arrays & sparse sets", "module": "./index.js", "main": "./lib/index.js", @@ -41,14 +41,14 @@ "@thi.ng/equiv": "^1.0.45" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/dcons": "^2.3.33", - "@thi.ng/idgen": "^1.0.4", - "@thi.ng/malloc": "^5.0.13", - "@thi.ng/transducers": "^7.9.1", + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/dcons": "^2.3.34", + "@thi.ng/idgen": "^1.0.5", + "@thi.ng/malloc": "^5.0.14", + "@thi.ng/transducers": "^7.9.2", "tslib": "^2.3.1" }, "files": [ diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 8b6cea79ed..ccc4a0d70f 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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.4.17...@thi.ng/egf@0.4.18) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/egf + + + + + ## [0.4.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.4.16...@thi.ng/egf@0.4.17) (2021-08-22) **Note:** Version bump only for package @thi.ng/egf diff --git a/packages/egf/package.json b/packages/egf/package.json index d5c672ee23..4c94a7a45e 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.4.17", + "version": "0.4.18", "description": "Extensible Graph Format", "module": "./index.js", "main": "./lib/index.js", @@ -36,14 +36,14 @@ "@thi.ng/equiv": "^1.0.45" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/dot": "^1.2.37", + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/dot": "^1.2.38", "@thi.ng/errors": "^1.3.4", "@thi.ng/prefixes": "^1.0.2", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers-binary": "^1.0.4" + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers-binary": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 785ca9176a..9d593bded2 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.63](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.4.62...@thi.ng/fsm@2.4.63) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/fsm + + + + + # [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.3.7...@thi.ng/fsm@2.4.0) (2020-03-06) diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 0f10d92084..84caa6a2d9 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "2.4.62", + "version": "2.4.63", "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.9", - "@thi.ng/arrays": "^1.0.2", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index acee93fb33..ecd388c38f 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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@1.0.8...@thi.ng/fuzzy-viz@1.0.9) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/fuzzy-viz + + + + + ## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@1.0.7...@thi.ng/fuzzy-viz@1.0.8) (2021-08-22) **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 1e9578ba40..398b2327ab 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.8", + "version": "1.0.9", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "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.9", - "@thi.ng/fuzzy": "^1.0.3", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/hiccup-svg": "^3.8.0", - "@thi.ng/math": "^4.0.5", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/text-canvas": "^1.1.3" + "@thi.ng/api": "^7.2.0", + "@thi.ng/fuzzy": "^1.0.4", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/hiccup-svg": "^3.8.1", + "@thi.ng/math": "^4.0.6", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/text-canvas": "^1.1.4" }, "files": [ "*.js", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index c303ad75b5..0dbffb879c 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.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy@1.0.3...@thi.ng/fuzzy@1.0.4) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/fuzzy + + + + + # 0.1.0 (2020-12-22) diff --git a/packages/fuzzy/package.json b/packages/fuzzy/package.json index 202a432f59..92660f53e4 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "1.0.3", + "version": "1.0.4", "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.9", - "@thi.ng/math": "^4.0.5" + "@thi.ng/api": "^7.2.0", + "@thi.ng/math": "^4.0.6" }, "files": [ "*.js", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 6065cba0ab..16bd6ce726 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.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.1.59...@thi.ng/geom-accel@2.1.60) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-accel + + + + + ## [2.1.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@2.1.32...@thi.ng/geom-accel@2.1.33) (2021-01-21) diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 381f563b70..f1fac9f7f6 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.59", + "version": "2.1.60", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", "@thi.ng/equiv": "^1.0.45", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/heaps": "^1.3.0", - "@thi.ng/math": "^4.0.5", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/heaps": "^1.3.1", + "@thi.ng/math": "^4.0.6", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index a2f7c579c6..7a38d559a2 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.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@2.0.30...@thi.ng/geom-api@2.0.31) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-api + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.1.4...@thi.ng/geom-api@2.0.0) (2020-12-22) diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index d45303c1ec..101e49918c 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.30", + "version": "2.0.31", "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.9", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 39b31f8994..50fd8a8afb 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@1.0.4...@thi.ng/geom-arc@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-arc + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.2.32...@thi.ng/geom-arc@0.3.0) (2020-06-20) diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 7d71270654..19223cef0a 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "1.0.4", + "version": "1.0.5", "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.10", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-resample": "^1.0.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-resample": "^1.0.5", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 737326e153..4763ccc823 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.45](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.2.44...@thi.ng/geom-clip-line@1.2.45) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-clip-line + + + + + ## [1.2.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-line@1.2.41...@thi.ng/geom-clip-line@1.2.42) (2021-08-17) diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 9df8d0ced6..59965f0c7c 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.44", + "version": "1.2.45", "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.9", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 7776b2fd56..47e4535054 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.70](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip-poly@1.0.69...@thi.ng/geom-clip-poly@1.0.70) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-clip-poly + + + + + # 1.0.0 (2020-02-25) diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 480aa72bb2..3d844e0fad 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.69", + "version": "1.0.70", "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": "^1.0.4", - "@thi.ng/geom-poly-utils": "^1.0.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/geom-poly-utils": "^1.0.5", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index c966ef7a46..5058575396 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@1.0.4...@thi.ng/geom-closest-point@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-closest-point + + + + + # [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.4.0...@thi.ng/geom-closest-point@0.5.0) (2020-09-22) diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index fde88bb823..bf91eee98b 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": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index f19539f802..9f91baa127 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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@1.0.7...@thi.ng/geom-fuzz@1.0.8) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-fuzz + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@1.0.6...@thi.ng/geom-fuzz@1.0.7) (2021-08-22) **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 90ad5416fe..70f01b4c64 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.7", + "version": "1.0.8", "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.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/color": "^3.2.6", - "@thi.ng/geom": "^2.1.28", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-clip-line": "^1.2.44", - "@thi.ng/geom-resample": "^1.0.4", - "@thi.ng/grid-iterators": "^1.0.4", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/color": "^3.2.7", + "@thi.ng/geom": "^2.1.29", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-clip-line": "^1.2.45", + "@thi.ng/geom-resample": "^1.0.5", + "@thi.ng/grid-iterators": "^1.0.5", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index f223e7eebb..1f4837c489 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@1.0.4...@thi.ng/geom-hull@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-hull + + + + + ## [0.0.61](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.60...@thi.ng/geom-hull@0.0.61) (2020-08-16) **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 0e1aebec6e..48aa31c254 100644 --- a/packages/geom-hull/package.json +++ b/packages/geom-hull/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-hull", - "version": "1.0.4", + "version": "1.0.5", "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.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index bd1623f335..19635fca25 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.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-io-obj@0.1.59...@thi.ng/geom-io-obj@0.1.60) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-io-obj + + + + + # 0.1.0 (2020-04-20) diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index ab4d048b53..30cf6fb414 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.59", + "version": "0.1.60", "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.9", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 25c80ef569..4481b60b46 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@1.0.4...@thi.ng/geom-isec@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-isec + + + + + ## [0.7.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.7.3...@thi.ng/geom-isec@0.7.4) (2021-01-02) diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index c9ba3b257b..1927e24f3c 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-closest-point": "^1.0.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-closest-point": "^1.0.5", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 543c13a543..91f86e011b 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. +## [1.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@1.1.3...@thi.ng/geom-isoline@1.1.4) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-isoline + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@1.0.1...@thi.ng/geom-isoline@1.1.0) (2021-08-09) diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 4d990c68a3..4f3eea811d 100644 --- a/packages/geom-isoline/package.json +++ b/packages/geom-isoline/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isoline", - "version": "1.1.3", + "version": "1.1.4", "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.9", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index e8a8563739..e4787684ff 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@1.0.4...@thi.ng/geom-poly-utils@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-poly-utils + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.2.2...@thi.ng/geom-poly-utils@0.3.0) (2020-12-22) diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index c1d6a80526..96d7ea6c11 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": "1.0.4", + "version": "1.0.5", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 57290c39f8..ce3f9c5bd8 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@1.0.4...@thi.ng/geom-resample@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-resample + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.17...@thi.ng/geom-resample@0.2.0) (2019-07-07) ### Features diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 4ad7bdd891..2fc0962656 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "1.0.4", + "version": "1.0.5", "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.10", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-closest-point": "^1.0.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-closest-point": "^1.0.5", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index e85463a01f..101991261b 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@1.0.4...@thi.ng/geom-splines@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-splines + + + + + # [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.4.5...@thi.ng/geom-splines@0.5.0) (2020-02-25) diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 07315b3c7f..7b1a86a4f8 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-arc": "^1.0.4", - "@thi.ng/geom-resample": "^1.0.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-arc": "^1.0.5", + "@thi.ng/geom-resample": "^1.0.5", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index d776894b65..3a3ea3a2f5 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@1.0.4...@thi.ng/geom-subdiv-curve@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-subdiv-curve + + + + + # 0.1.0 (2019-02-05) ### Features diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index afacc52129..5d98157ac5 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": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index fbd9865da0..f13bc5affb 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@1.0.4...@thi.ng/geom-tessellate@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-tessellate + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.1.17...@thi.ng/geom-tessellate@0.2.0) (2019-07-07) ### Features diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 51db68a298..847af0d336 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "1.0.4", + "version": "1.0.5", "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.10", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/geom-poly-utils": "^1.0.4", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/geom-poly-utils": "^1.0.5", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 5f0f7d0564..0b52266c42 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@1.0.4...@thi.ng/geom-voronoi@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom-voronoi + + + + + ## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.2.1...@thi.ng/geom-voronoi@0.2.2) (2020-07-28) diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 475f0f2bf3..062e893e07 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/geom-clip-line": "^1.2.44", - "@thi.ng/geom-clip-poly": "^1.0.69", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/geom-poly-utils": "^1.0.4", - "@thi.ng/math": "^4.0.5", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-clip-line": "^1.2.45", + "@thi.ng/geom-clip-poly": "^1.0.70", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/geom-poly-utils": "^1.0.5", + "@thi.ng/math": "^4.0.6", "@thi.ng/quad-edge": "^1.0.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 18106ec544..66d89254d1 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.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@2.1.28...@thi.ng/geom@2.1.29) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/geom + + + + + ## [2.1.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@2.1.27...@thi.ng/geom@2.1.28) (2021-08-22) **Note:** Version bump only for package @thi.ng/geom diff --git a/packages/geom/package.json b/packages/geom/package.json index 7c115c848c..0fa038e45a 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "2.1.28", + "version": "2.1.29", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-arc": "^1.0.4", - "@thi.ng/geom-clip-line": "^1.2.44", - "@thi.ng/geom-clip-poly": "^1.0.69", - "@thi.ng/geom-closest-point": "^1.0.4", - "@thi.ng/geom-hull": "^1.0.4", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/geom-poly-utils": "^1.0.4", - "@thi.ng/geom-resample": "^1.0.4", - "@thi.ng/geom-splines": "^1.0.4", - "@thi.ng/geom-subdiv-curve": "^1.0.4", - "@thi.ng/geom-tessellate": "^1.0.4", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/hiccup-svg": "^3.8.0", - "@thi.ng/math": "^4.0.5", - "@thi.ng/matrices": "^1.0.4", - "@thi.ng/random": "^2.4.7", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-arc": "^1.0.5", + "@thi.ng/geom-clip-line": "^1.2.45", + "@thi.ng/geom-clip-poly": "^1.0.70", + "@thi.ng/geom-closest-point": "^1.0.5", + "@thi.ng/geom-hull": "^1.0.5", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/geom-poly-utils": "^1.0.5", + "@thi.ng/geom-resample": "^1.0.5", + "@thi.ng/geom-splines": "^1.0.5", + "@thi.ng/geom-subdiv-curve": "^1.0.5", + "@thi.ng/geom-tessellate": "^1.0.5", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/hiccup-svg": "^3.8.1", + "@thi.ng/math": "^4.0.6", + "@thi.ng/matrices": "^1.0.5", + "@thi.ng/random": "^2.4.8", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index b9dc2f5239..2a0deacfd2 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.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.2.29...@thi.ng/gp@0.2.30) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/gp + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.1.35...@thi.ng/gp@0.2.0) (2020-12-22) diff --git a/packages/gp/package.json b/packages/gp/package.json index 1815b2e746..05d72b7c95 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.2.29", + "version": "0.2.30", "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.9", - "@thi.ng/math": "^4.0.5", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/zipper": "^1.0.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/math": "^4.0.6", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/zipper": "^1.0.3" }, "files": [ "*.js", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index fef59af6f4..959b313a5e 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@1.0.4...@thi.ng/grid-iterators@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/grid-iterators + + + + + ## [0.4.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/grid-iterators@0.4.23...@thi.ng/grid-iterators@0.4.24) (2021-03-03) diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 81bd784cba..287d1d832a 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "1.0.4", + "version": "1.0.5", "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": "^1.0.2", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/morton": "^2.0.46", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/morton": "^2.0.47", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index ebe6c94e55..f0408c0460 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.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdiff@0.1.52...@thi.ng/hdiff@0.1.53) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hdiff + + + + + # 0.1.0 (2020-06-14) diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 862508dcf5..e368d4cb5d 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.1.52", + "version": "0.1.53", "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.9", - "@thi.ng/diff": "^4.0.12", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/hiccup-css": "^1.1.72", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/api": "^7.2.0", + "@thi.ng/diff": "^4.0.13", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/hiccup-css": "^1.1.73", + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index fa9fb75273..aa3f4fa495 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.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@3.0.59...@thi.ng/hdom-canvas@3.0.60) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hdom-canvas + + + + + # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.4.26...@thi.ng/hdom-canvas@3.0.0) (2020-06-05) diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 3c1f328df2..d5640b3034 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.59", + "version": "3.0.60", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/diff": "^4.0.12", - "@thi.ng/hdom": "^8.2.31", - "@thi.ng/hiccup-canvas": "^1.2.14" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/diff": "^4.0.13", + "@thi.ng/hdom": "^8.2.32", + "@thi.ng/hiccup-canvas": "^1.2.15" }, "files": [ "*.js", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index c0e5e9270f..fac0eb0f46 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.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@4.0.47...@thi.ng/hdom-components@4.0.48) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.2.12...@thi.ng/hdom-components@4.0.0) (2020-06-07) diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index ca675cc469..020ae97ab2 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.47", + "version": "4.0.48", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -39,11 +39,11 @@ }, "dependencies": { "@thi.ng/adapt-dpi": "^1.0.23", - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/math": "^4.0.5", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/transducers-stats": "^1.1.73" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/math": "^4.0.6", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/transducers-stats": "^1.1.74" }, "files": [ "*.js", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 1960053efb..092c0ee3ad 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.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.1.63...@thi.ng/hdom-mock@1.1.64) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hdom-mock + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.0.16...@thi.ng/hdom-mock@1.1.0) (2019-07-07) ### Features diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 4f0f7323b0..61a99cffe3 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.63", + "version": "1.1.64", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/hdom": "^8.2.31" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/hdom": "^8.2.32" }, "files": [ "*.js", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 0d1086e009..812c787d13 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.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.2.31...@thi.ng/hdom@8.2.32) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hdom + + + + + # [8.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.1.0...@thi.ng/hdom@8.2.0) (2020-07-02) diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 604412c189..a4e3de9af6 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "8.2.31", + "version": "8.2.32", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "module": "./index.js", "main": "./lib/index.js", @@ -38,15 +38,15 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^4.1.41" + "@thi.ng/atom": "^4.1.42" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/diff": "^4.0.12", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/diff": "^4.0.13", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/hiccup": "^3.6.21", + "@thi.ng/hiccup": "^3.6.22", "@thi.ng/prefixes": "^1.0.2" }, "files": [ diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index a7ebf33039..c9883b033d 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.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.3.0...@thi.ng/heaps@1.3.1) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/heaps + + + + + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.2.43...@thi.ng/heaps@1.3.0) (2021-08-17) diff --git a/packages/heaps/package.json b/packages/heaps/package.json index 0cdb2beaed..f39d9262c0 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "1.3.0", + "version": "1.3.1", "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.9", - "@thi.ng/compare": "^1.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/compare": "^1.3.34", "@thi.ng/equiv": "^1.0.45" }, "files": [ diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index 9928854589..4c98468981 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.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-canvas@1.2.14...@thi.ng/hiccup-canvas@1.2.15) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-canvas + + + + + # [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-canvas@1.1.34...@thi.ng/hiccup-canvas@1.2.0) (2021-04-03) diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 97e61fb029..b203839f40 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.14", + "version": "1.2.15", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "module": "./index.js", "main": "./lib/index.js", @@ -40,12 +40,12 @@ "@thi.ng/pixel": "^1.0.0" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/color": "^3.2.6", - "@thi.ng/math": "^4.0.5", - "@thi.ng/pixel": "^1.0.4", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/color": "^3.2.7", + "@thi.ng/math": "^4.0.6", + "@thi.ng/pixel": "^1.0.5", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index a19ad7cc74..dd99e21f6c 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.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@2.0.24...@thi.ng/hiccup-carbon-icons@2.0.25) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-carbon-icons + + + + + ## [2.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@2.0.10...@thi.ng/hiccup-carbon-icons@2.0.11) (2021-02-20) diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index f04f5d1115..1dbfd7a49e 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.24", + "version": "2.0.25", "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.21" + "@thi.ng/hiccup": "^3.6.22" }, "files": [ "*.js", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index da135b5162..bd686ae9e5 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.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.1.72...@thi.ng/hiccup-css@1.1.73) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-css + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.19...@thi.ng/hiccup-css@1.1.0) (2019-07-07) ### Features diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 0ad176260f..61e5f04145 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.72", + "version": "1.1.73", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 7fe3d8a7c9..0361f8aad9 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.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@1.1.0...@thi.ng/hiccup-html@1.1.1) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-html + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-html@1.0.3...@thi.ng/hiccup-html@1.1.0) (2021-08-17) diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 6263012a59..8c875c24aa 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "1.1.0", + "version": "1.1.1", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 97ee61850e..ad6edebe3f 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.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.3.32...@thi.ng/hiccup-markdown@1.3.33) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-markdown + + + + + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.2.44...@thi.ng/hiccup-markdown@1.3.0) (2021-01-22) diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 83534d5f77..3dc4f03144 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.32", + "version": "1.3.33", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/errors": "^1.3.4", - "@thi.ng/fsm": "^2.4.62", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/text-canvas": "^1.1.3", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/fsm": "^2.4.63", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/text-canvas": "^1.1.4", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 53472864b0..09e44c0581 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.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.8.0...@thi.ng/hiccup-svg@3.8.1) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup-svg + + + + + # [3.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.7.33...@thi.ng/hiccup-svg@3.8.0) (2021-08-22) diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 0c2abec207..87899ca0ea 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "3.8.0", + "version": "3.8.1", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -38,8 +38,8 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/checks": "^2.9.10", - "@thi.ng/color": "^3.2.6", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/color": "^3.2.7", "@thi.ng/prefixes": "^1.0.2" }, "files": [ diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 79337e8fde..d5849bc04c 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.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.6.21...@thi.ng/hiccup@3.6.22) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/hiccup + + + + + # [3.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.5.8...@thi.ng/hiccup@3.6.0) (2020-09-13) diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index 2a40d59674..01cf9a2d4b 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "3.6.21", + "version": "3.6.22", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "module": "./index.js", "main": "./lib/index.js", @@ -38,11 +38,11 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^4.1.41" + "@thi.ng/atom": "^4.1.42" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index 540a484c91..f4b42dd78d 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@1.0.4...@thi.ng/idgen@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/idgen + + + + + ## [0.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.28...@thi.ng/idgen@0.2.29) (2021-01-02) diff --git a/packages/idgen/package.json b/packages/idgen/package.json index 367d1884f3..69fa50ebb0 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "1.0.4", + "version": "1.0.5", "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.9", + "@thi.ng/api": "^7.2.0", "tslib": "^2.3.1" }, "files": [ diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index e8c3a801bb..6c49c592b8 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.87](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.1.86...@thi.ng/iges@1.1.87) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/iges + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.0.15...@thi.ng/iges@1.1.0) (2019-04-15) ### Features diff --git a/packages/iges/package.json b/packages/iges/package.json index 6abcf3174b..aae60b07a6 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "1.1.86", + "version": "1.1.87", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index f541ef49b0..7bab72da10 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. +## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@1.0.6...@thi.ng/imgui@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/imgui + + + + + ## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@1.0.5...@thi.ng/imgui@1.0.6) (2021-08-22) **Note:** Version bump only for package @thi.ng/imgui diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 5bb120708f..cacee28e0d 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "1.0.6", + "version": "1.0.7", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/geom": "^2.1.28", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/geom-isec": "^1.0.4", - "@thi.ng/geom-tessellate": "^1.0.4", - "@thi.ng/layout": "^1.0.1", - "@thi.ng/math": "^4.0.5", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom": "^2.1.29", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/geom-isec": "^1.0.5", + "@thi.ng/geom-tessellate": "^1.0.5", + "@thi.ng/layout": "^1.0.2", + "@thi.ng/math": "^4.0.6", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index f127eeef0f..b261b3529d 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.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.2.52...@thi.ng/interceptors@2.2.53) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/interceptors + + + + + # [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.1.3...@thi.ng/interceptors@2.2.0) (2019-08-21) ### Features diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index a530036bf1..fe5b8acb85 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "2.2.52", + "version": "2.2.53", "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.9", - "@thi.ng/atom": "^4.1.41", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/atom": "^4.1.42", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/paths": "^4.2.13" + "@thi.ng/paths": "^4.2.14" }, "files": [ "*.js", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index b072d73380..dc0a5804b2 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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/intervals@3.0.12...@thi.ng/intervals@3.0.13) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/intervals + + + + + # [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/intervals@2.1.5...@thi.ng/intervals@3.0.0) (2021-02-20) diff --git a/packages/intervals/package.json b/packages/intervals/package.json index 38a9ce15d9..5b1c61b083 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "3.0.12", + "version": "3.0.13", "description": "Closed/open/semi-open interval data type, queries & operations", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/dlogic": "^1.0.48", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/dlogic": "^1.0.49", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 5f13fc94f7..ad99e66ed9 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.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.1.73...@thi.ng/iterators@5.1.74) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + # [5.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.0.19...@thi.ng/iterators@5.1.0) (2019-07-07) ### Bug Fixes diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 99322c61e0..0587188c6a 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "5.1.73", + "version": "5.1.74", "description": "Clojure inspired, composable ES6 iterators & generators", "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.9", - "@thi.ng/dcons": "^2.3.33", + "@thi.ng/api": "^7.2.0", + "@thi.ng/dcons": "^2.3.34", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 085b4835f9..36ca0f1ca9 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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.3.5...@thi.ng/k-means@0.3.6) (2021-09-03) + +**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 06c35fdfad..94c488e60d 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.5", + "version": "0.3.6", "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.9", - "@thi.ng/distance": "^1.0.6", - "@thi.ng/random": "^2.4.7", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/distance": "^1.0.7", + "@thi.ng/random": "^2.4.8", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 560e29a924..f0caa3cf2a 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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.5...@thi.ng/ksuid@1.0.6) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/ksuid + + + + + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.4...@thi.ng/ksuid@1.0.5) (2021-08-24) **Note:** Version bump only for package @thi.ng/ksuid diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 359fa0e9cc..7ca54fc077 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "1.0.5", + "version": "1.0.6", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/base-n": "^1.0.5", - "@thi.ng/random": "^2.4.7", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/random": "^2.4.8", + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 2f4f24c514..01ea8c89ef 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. +## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/layout@1.0.1...@thi.ng/layout@1.0.2) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/layout + + + + + # 0.1.0 (2020-02-25) diff --git a/packages/layout/package.json b/packages/layout/package.json index 654d95c5a1..01a63f1615 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "1.0.1", + "version": "1.0.2", "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.10" + "@thi.ng/checks": "^2.9.11" }, "files": [ "*.js", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index c74e4a3e16..090f33b0a9 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.69](https://github.com/thi-ng/umbrella/compare/@thi.ng/leb128@1.0.68...@thi.ng/leb128@1.0.69) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/leb128 + + + + + ## [1.0.68](https://github.com/thi-ng/umbrella/compare/@thi.ng/leb128@1.0.67...@thi.ng/leb128@1.0.68) (2021-08-24) **Note:** Version bump only for package @thi.ng/leb128 diff --git a/packages/leb128/package.json b/packages/leb128/package.json index fedf535188..1a8a99b757 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "1.0.68", + "version": "1.0.69", "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.10", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers-binary": "^1.0.4" + "@thi.ng/transducers-binary": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/lowdisc/CHANGELOG.md b/packages/lowdisc/CHANGELOG.md index fcff35b381..b89e826205 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/lowdisc@0.1.6...@thi.ng/lowdisc@0.1.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/lowdisc + + + + + # 0.1.0 (2021-04-19) diff --git a/packages/lowdisc/package.json b/packages/lowdisc/package.json index 30cadd0db7..ec0f5025bb 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.1.6", + "version": "0.1.7", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 24fc99ee9b..90601d8891 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@1.0.4...@thi.ng/lsys@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/lsys + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.1.0...@thi.ng/lsys@0.2.0) (2019-02-26) ### Features diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 9ae75f5d2c..c448784b85 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/compose": "^1.4.35", + "@thi.ng/api": "^7.2.0", + "@thi.ng/compose": "^1.4.36", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/math": "^4.0.6", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index f16871f846..1ac27eeaf7 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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@5.0.13...@thi.ng/malloc@5.0.14) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/malloc + + + + + # [5.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@4.2.6...@thi.ng/malloc@5.0.0) (2021-02-20) diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 9f86bf2e97..1d3aab6c2d 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "5.0.13", + "version": "5.0.14", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 491f038e54..d4a03b706e 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/markdown-table@0.1.0...@thi.ng/markdown-table@0.1.1) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/markdown-table + + + + + # 0.1.0 (2021-08-24) diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index b0ce3aa813..8f7f2e98b8 100644 --- a/packages/markdown-table/package.json +++ b/packages/markdown-table/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/markdown-table", - "version": "0.1.0", + "version": "0.1.1", "description": "Markdown table formatter/generator with support for column alignments", "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.9", - "@thi.ng/compose": "^1.4.35", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/compose": "^1.4.36", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index a707f80202..ff90beff28 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@4.0.5...@thi.ng/math@4.0.6) (2021-09-03) + + +### Bug Fixes + +* **math:** removing deprecated eqDeltaFixed() ([1de245b](https://github.com/thi-ng/umbrella/commit/1de245bff0d2c1d9436e39240ecd648cef744488)) + + + + + # [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@3.4.0...@thi.ng/math@4.0.0) (2021-04-24) diff --git a/packages/math/package.json b/packages/math/package.json index 56b8176382..673a2ab5e4 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "4.0.5", + "version": "4.0.6", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index baaa3f2b6d..3e4859f156 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@1.0.4...@thi.ng/matrices@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/matrices + + + + + # [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.5.12...@thi.ng/matrices@0.6.0) (2020-02-25) diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 59916f02ee..7679902b0e 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/math": "^4.0.5", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/math": "^4.0.6", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 470e4b086a..18c68121cd 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.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.1.20...@thi.ng/memoize@2.1.21) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/memoize + + + + + # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.19...@thi.ng/memoize@2.1.0) (2020-08-20) diff --git a/packages/memoize/package.json b/packages/memoize/package.json index ae62924a12..7a64694ff5 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "2.1.20", + "version": "2.1.21", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 4c58a96513..a2e62f5dd3 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/mime@1.0.4...@thi.ng/mime@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/mime + + + + + ## [0.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/mime@0.5.0...@thi.ng/mime@0.5.1) (2021-04-10) diff --git a/packages/mime/package.json b/packages/mime/package.json index a36dbbfc28..77fc74ec20 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "1.0.4", + "version": "1.0.5", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 55b8b27857..d46061377b 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.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.46...@thi.ng/morton@2.0.47) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/morton + + + + + ## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.8...@thi.ng/morton@2.0.9) (2020-04-11) diff --git a/packages/morton/package.json b/packages/morton/package.json index be3a66ac0b..5c03808129 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "2.0.46", + "version": "2.0.47", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/math": "^4.0.5" + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/math": "^4.0.6" }, "files": [ "*.js", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 3e306eb8da..6966ec1aed 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@1.0.4...@thi.ng/oquery@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/oquery + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@0.2.11...@thi.ng/oquery@0.3.0) (2021-03-22) diff --git a/packages/oquery/package.json b/packages/oquery/package.json index a81f99d0f3..a26bb47e78 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "1.0.4", + "version": "1.0.5", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays", "module": "./index.js", "main": "./lib/index.js", @@ -37,9 +37,9 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/equiv": "^1.0.45" }, "files": [ diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index c9224d39f0..ff2a695049 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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@1.0.4...@thi.ng/parse@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/parse + + + + + # [0.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@0.8.2...@thi.ng/parse@0.9.0) (2020-08-17) diff --git a/packages/parse/package.json b/packages/parse/package.json index 7a7675b11d..50dd29d0eb 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", "@thi.ng/errors": "^1.3.4", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 8781b499e2..2540d3790f 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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.2.13...@thi.ng/paths@4.2.14) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/paths + + + + + # [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@4.1.13...@thi.ng/paths@4.2.0) (2021-02-20) diff --git a/packages/paths/package.json b/packages/paths/package.json index ce90fc50f1..8a204e05f9 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "4.2.13", + "version": "4.2.14", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4" }, "files": [ diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index 64edd0c8af..51717999ce 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel-io-netpbm@1.0.6...@thi.ng/pixel-io-netpbm@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/pixel-io-netpbm + + + + + # 0.1.0 (2021-02-20) diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 6f37ec7338..25f28e7d05 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.6", + "version": "1.0.7", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4", - "@thi.ng/pixel": "^1.0.4" + "@thi.ng/pixel": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index a9d0957dcc..e1c0ecbdad 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@1.0.4...@thi.ng/pixel@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/pixel + + + + + # [0.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.10.5...@thi.ng/pixel@0.11.0) (2021-08-04) diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 8492603281..6d9b1fe4bc 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "1.0.4", + "version": "1.0.5", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/k-means": "^0.3.5", - "@thi.ng/math": "^4.0.5", - "@thi.ng/porter-duff": "^1.0.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/k-means": "^0.3.6", + "@thi.ng/math": "^4.0.6", + "@thi.ng/porter-duff": "^1.0.2" }, "files": [ "*.js", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index cb63b54da2..b168a24051 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.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.4.37...@thi.ng/pointfree-lang@1.4.38) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/pointfree-lang + + + + + # [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.3.0...@thi.ng/pointfree-lang@1.4.0) (2020-04-27) diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 2a6eed06f2..3297a98a1e 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.37", + "version": "1.4.38", "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.9", - "@thi.ng/args": "^1.1.0", - "@thi.ng/bench": "^2.1.5", + "@thi.ng/api": "^7.2.0", + "@thi.ng/args": "^1.1.1", + "@thi.ng/bench": "^2.1.6", "@thi.ng/errors": "^1.3.4", - "@thi.ng/pointfree": "^2.0.35" + "@thi.ng/pointfree": "^2.0.36" }, "files": [ "*.js", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index fd1c800859..e6c9a626fa 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.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@2.0.35...@thi.ng/pointfree@2.0.36) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/pointfree + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@1.3.3...@thi.ng/pointfree@2.0.0) (2020-04-16) diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index a79fd7d924..08f2218738 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "2.0.35", + "version": "2.0.36", "description": "Pointfree functional composition / Forth style stack execution engine", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compose": "^1.4.35", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compose": "^1.4.36", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4" }, diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 92405c60e4..d786659a0a 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.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@1.1.52...@thi.ng/poisson@1.1.53) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/poisson + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@1.0.17...@thi.ng/poisson@1.1.0) (2020-05-29) diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 2072a742da..37b9fb06f5 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "1.1.52", + "version": "1.1.53", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/geom-api": "^2.0.30", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-api": "^2.0.31", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index c81030290e..cd7e233da9 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. +## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@1.0.1...@thi.ng/porter-duff@1.0.2) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/porter-duff + + + + + # 0.1.0 (2019-07-31) ### Bug Fixes diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index 475c4c0b19..07ac28d745 100644 --- a/packages/porter-duff/package.json +++ b/packages/porter-duff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/porter-duff", - "version": "1.0.1", + "version": "1.0.2", "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.9", - "@thi.ng/math": "^4.0.5" + "@thi.ng/api": "^7.2.0", + "@thi.ng/math": "^4.0.6" }, "files": [ "*.js", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 20c329a0af..9bcd0b91fb 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/ramp@1.0.6...@thi.ng/ramp@1.0.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/ramp + + + + + # 0.1.0 (2020-01-24) ### Features diff --git a/packages/ramp/package.json b/packages/ramp/package.json index fd19a6595f..98a2d050c3 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "1.0.6", + "version": "1.0.7", "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": "^1.0.2", - "@thi.ng/compare": "^1.3.33", - "@thi.ng/math": "^4.0.5", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/compare": "^1.3.34", + "@thi.ng/math": "^4.0.6", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index c39ec8bdc4..a48f5e61ab 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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.7...@thi.ng/random@2.4.8) (2021-09-03) + +**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 3a49e6f58c..5b363746cc 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "2.4.7", + "version": "2.4.8", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/hex": "^1.0.4" }, "files": [ diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index ee07517104..fab6edfcaa 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.93](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.92...@thi.ng/range-coder@1.0.93) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/range-coder + + + + + # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.28...@thi.ng/range-coder@1.0.0) (2019-01-21) ### Build System diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 2f1c06ff2b..279c147496 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.92", + "version": "1.0.93", "description": "Binary data range encoder / decoder", "module": "./index.js", "main": "./lib/index.js", @@ -38,7 +38,7 @@ "pub": "yarn build:release && yarn publish --access public" }, "devDependencies": { - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "dependencies": { "@thi.ng/bitstream": "^1.1.43" diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 812702e4a4..50c39c8fb5 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.60](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.59...@thi.ng/rdom-canvas@0.1.60) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rdom-canvas + + + + + ## [0.1.59](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.58...@thi.ng/rdom-canvas@0.1.59) (2021-08-22) **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 4bc3d3e2cf..c2d7b48b81 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.59", + "version": "0.1.60", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "module": "./index.js", "main": "./lib/index.js", @@ -38,12 +38,12 @@ }, "dependencies": { "@thi.ng/adapt-dpi": "^1.0.23", - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/hiccup-canvas": "^1.2.14", - "@thi.ng/rdom": "^0.6.8", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/hiccup-canvas": "^1.2.15", + "@thi.ng/rdom": "^0.6.9", + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index f7ac337c49..918c740526 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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.2.8...@thi.ng/rdom-components@0.2.9) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rdom-components + + + + + ## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.2.7...@thi.ng/rdom-components@0.2.8) (2021-08-22) **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 0f5fea96f6..79d7198a18 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.8", + "version": "0.2.9", "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.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/hiccup-html": "^1.1.0", - "@thi.ng/rdom": "^0.6.8", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/hiccup-html": "^1.1.1", + "@thi.ng/rdom": "^0.6.9", + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 193d604616..b0572e9c03 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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.6.8...@thi.ng/rdom@0.6.9) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rdom + + + + + ## [0.6.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.6.7...@thi.ng/rdom@0.6.8) (2021-08-22) **Note:** Version bump only for package @thi.ng/rdom diff --git a/packages/rdom/package.json b/packages/rdom/package.json index ba68953de0..65080040f7 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.6.8", + "version": "0.6.9", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/paths": "^4.2.13", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/paths": "^4.2.14", "@thi.ng/prefixes": "^1.0.2", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/strings": "^2.1.6" + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/strings": "^2.1.7" }, "files": [ "*.js", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 3e4b0afc68..5907a4a4d1 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.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.2.26...@thi.ng/resolve-map@4.2.27) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/resolve-map + + + + + # [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.1.31...@thi.ng/resolve-map@4.2.0) (2020-07-18) diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 678cad485e..3ae08c2a23 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.26", + "version": "4.2.27", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/paths": "^4.2.13" + "@thi.ng/paths": "^4.2.14" }, "files": [ "*.js", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 8340d07a82..ff665f8bd8 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.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@2.0.53...@thi.ng/router@2.0.54) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/router + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@1.0.12...@thi.ng/router@2.0.0) (2019-07-07) ### Code Refactoring diff --git a/packages/router/package.json b/packages/router/package.json index 1a6d1b3777..e1d2fee4f4 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "2.0.53", + "version": "2.0.54", "description": "Generic router for browser & non-browser based applications", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", "tslib": "^2.3.1" diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 388f8afa0f..07e5aaae6c 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.80](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.79...@thi.ng/rstream-csp@2.0.80) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [2.0.79](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.78...@thi.ng/rstream-csp@2.0.79) (2021-08-22) **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 bf2581f239..32b56ac048 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.79", + "version": "2.0.80", "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.73", - "@thi.ng/rstream": "^6.0.20" + "@thi.ng/csp": "^1.1.74", + "@thi.ng/rstream": "^6.0.21" }, "files": [ "*.js", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index fc7c07470d..a64baa00b2 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.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.2.28...@thi.ng/rstream-dot@1.2.29) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [1.2.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.2.27...@thi.ng/rstream-dot@1.2.28) (2021-08-22) **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 23fb079ce6..ea43775516 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.28", + "version": "1.2.29", "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.20", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 9936efe650..fcc7138b54 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.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@3.0.33...@thi.ng/rstream-gestures@3.0.34) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + ## [3.0.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@3.0.32...@thi.ng/rstream-gestures@3.0.33) (2021-08-22) **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 2889dc806a..be95990bed 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.33", + "version": "3.0.34", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/math": "^4.0.5", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/math": "^4.0.6", + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 04a09c784f..00e92448df 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.81](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.80...@thi.ng/rstream-graph@3.2.81) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [3.2.80](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.79...@thi.ng/rstream-graph@3.2.80) (2021-08-22) **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 e63ce53ffe..96df0cd049 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.80", + "version": "3.2.81", "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.9", - "@thi.ng/atom": "^4.1.41", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/atom": "^4.1.42", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/paths": "^4.2.13", - "@thi.ng/resolve-map": "^4.2.26", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/paths": "^4.2.14", + "@thi.ng/resolve-map": "^4.2.27", + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 9776aeb8b4..0160bb1521 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. +## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@1.0.5...@thi.ng/rstream-log-file@1.0.6) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@1.0.4...@thi.ng/rstream-log-file@1.0.5) (2021-08-22) **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 3969245d0d..43b61476d5 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": "1.0.5", + "version": "1.0.6", "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.20" + "@thi.ng/rstream": "^6.0.21" }, "files": [ "*.js", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 5ef9be4d73..ff73e225a8 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.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.2.32...@thi.ng/rstream-log@3.2.33) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [3.2.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.2.31...@thi.ng/rstream-log@3.2.32) (2021-08-22) **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 2caaebb84a..387dcb877b 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.32", + "version": "3.2.33", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index c6e7ff0288..b692acb426 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.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.88...@thi.ng/rstream-query@1.1.89) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [1.1.88](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.87...@thi.ng/rstream-query@1.1.88) (2021-08-22) **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 0400fc3602..7bce8756cf 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.88", + "version": "1.1.89", "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.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/checks": "^2.9.11", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/rstream": "^6.0.20", - "@thi.ng/rstream-dot": "^1.2.28", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/math": "^4.0.6", + "@thi.ng/rstream": "^6.0.21", + "@thi.ng/rstream-dot": "^1.2.29", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index f375341f25..b97aab2c1e 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.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.20...@thi.ng/rstream@6.0.21) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + ## [6.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@6.0.19...@thi.ng/rstream@6.0.20) (2021-08-22) **Note:** Version bump only for package @thi.ng/rstream diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 8405cf6666..0403afb975 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "6.0.20", + "version": "6.0.21", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/atom": "^4.1.41", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/atom": "^4.1.42", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index e961a8526e..7bf28a07d8 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.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.1.72...@thi.ng/sax@1.1.73) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/sax + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.0.19...@thi.ng/sax@1.1.0) (2019-07-07) ### Features diff --git a/packages/sax/package.json b/packages/sax/package.json index 1a228f54ab..3103d572f0 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "1.1.72", + "version": "1.1.73", "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.9", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/transducers-fsm": "^1.1.72" + "@thi.ng/api": "^7.2.0", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/transducers-fsm": "^1.1.73" }, "files": [ "*.js", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index b8ad171fcf..382e195fac 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.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.3.42...@thi.ng/scenegraph@0.3.43) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/scenegraph + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/scenegraph@0.2.1...@thi.ng/scenegraph@0.3.0) (2020-07-28) diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index b23365c56a..474c75be3a 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.3.42", + "version": "0.3.43", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/matrices": "^1.0.4", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/matrices": "^1.0.5", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 483c99bc6d..deb2b8f6d3 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.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/seq@0.2.42...@thi.ng/seq@0.2.43) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/seq + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/seq@0.1.0...@thi.ng/seq@0.2.0) (2020-01-24) ### Features diff --git a/packages/seq/package.json b/packages/seq/package.json index 002f7e16d2..615b76fdad 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.2.42", + "version": "0.2.43", "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.9", - "@thi.ng/checks": "^2.9.10" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11" }, "files": [ "*.js", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index 0e1eb0dd1f..7b864cf0df 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.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/sexpr@0.2.47...@thi.ng/sexpr@0.2.48) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/sexpr + + + + + ## [0.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/sexpr@0.2.34...@thi.ng/sexpr@0.2.35) (2021-03-03) diff --git a/packages/sexpr/package.json b/packages/sexpr/package.json index 5e0cdc6e25..0ab211e95b 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.2.47", + "version": "0.2.48", "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.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16" + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17" }, "files": [ "*.js", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 4ca608ce07..f170f645ce 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.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.2.47...@thi.ng/shader-ast-glsl@0.2.48) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/shader-ast-glsl + + + + + ## [0.2.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.2.46...@thi.ng/shader-ast-glsl@0.2.47) (2021-08-22) **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 b38b8a6d72..adbbc5f26f 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.47", + "version": "0.2.48", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/shader-ast": "^0.10.3" + "@thi.ng/shader-ast": "^0.10.4" }, "files": [ "*.js", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 768e316a5b..6cdee65843 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.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.48...@thi.ng/shader-ast-js@0.5.49) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/shader-ast-js + + + + + ## [0.5.48](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.5.47...@thi.ng/shader-ast-js@0.5.48) (2021-08-22) **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 cea90343f2..97a4f24cbe 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.48", + "version": "0.5.49", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/matrices": "^1.0.4", - "@thi.ng/pixel": "^1.0.4", - "@thi.ng/shader-ast": "^0.10.3", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/math": "^4.0.6", + "@thi.ng/matrices": "^1.0.5", + "@thi.ng/pixel": "^1.0.5", + "@thi.ng/shader-ast": "^0.10.4", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 5804efb87b..37590e2cf5 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.9.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.9.3...@thi.ng/shader-ast-stdlib@0.9.4) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/shader-ast-stdlib + + + + + ## [0.9.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.9.2...@thi.ng/shader-ast-stdlib@0.9.3) (2021-08-22) **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 e8428c94a5..fffe8e8472 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.9.3", + "version": "0.9.4", "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.9", - "@thi.ng/shader-ast": "^0.10.3" + "@thi.ng/api": "^7.2.0", + "@thi.ng/shader-ast": "^0.10.4" }, "files": [ "*.js", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 1fb854843d..6032d4b648 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.10.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.10.3...@thi.ng/shader-ast@0.10.4) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/shader-ast + + + + + ## [0.10.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.10.2...@thi.ng/shader-ast@0.10.3) (2021-08-22) **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 adc8807845..c9b8cd9fb0 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.10.3", + "version": "0.10.4", "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,12 +38,12 @@ "pub": "yarn build:release && yarn publish --access public" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/defmulti": "^1.3.16", - "@thi.ng/dgraph": "^1.3.34", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/defmulti": "^1.3.17", + "@thi.ng/dgraph": "^1.3.35", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5" + "@thi.ng/math": "^4.0.6" }, "files": [ "*.js", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index d6e87f52a8..e598e8b2d0 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.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/simd@0.4.40...@thi.ng/simd@0.4.41) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/simd + + + + + # [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/simd@0.3.1...@thi.ng/simd@0.4.0) (2020-07-25) diff --git a/packages/simd/package.json b/packages/simd/package.json index 4eaa480e80..9ca3034322 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.4.40", + "version": "0.4.41", "description": "WASM based SIMD vector operations for batch processing", "module": "./index.js", "main": "./lib/index.js", @@ -43,7 +43,7 @@ "assemblyscript": "0.19.11" }, "dependencies": { - "@thi.ng/transducers-binary": "^1.0.4" + "@thi.ng/transducers-binary": "^1.0.5" }, "files": [ "*.js", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index ad0b915a97..8e9ab1e3d1 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.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/soa@0.2.24...@thi.ng/soa@0.2.25) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/soa + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/soa@0.1.47...@thi.ng/soa@0.2.0) (2021-02-20) diff --git a/packages/soa/package.json b/packages/soa/package.json index 5330fbbf71..cc7db179d3 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.2.24", + "version": "0.2.25", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "module": "./index.js", "main": "./lib/index.js", @@ -41,11 +41,11 @@ "@thi.ng/equiv": "^1.0.45" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/binary": "^2.2.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers-binary": "^1.0.4", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/transducers-binary": "^1.0.5", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 29f14f10de..24de4f121d 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.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.88...@thi.ng/sparse@0.1.89) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/sparse + + + + + # 0.1.0 (2019-02-17) ### Features diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 6505cbf43e..48795ea3a2 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.1.88", + "version": "0.1.89", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 881bc91cda..8d58f41ba9 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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.1.6...@thi.ng/strings@2.1.7) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/strings + + + + + # [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@2.0.0...@thi.ng/strings@2.1.0) (2021-03-24) diff --git a/packages/strings/package.json b/packages/strings/package.json index 7315864dfa..7454abded0 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "2.1.6", + "version": "2.1.7", "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.9", + "@thi.ng/api": "^7.2.0", "@thi.ng/errors": "^1.3.4", "@thi.ng/hex": "^1.0.4", - "@thi.ng/memoize": "^2.1.20" + "@thi.ng/memoize": "^2.1.21" }, "files": [ "*.js", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index c61843f2e4..5bd9d2761f 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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@1.0.7...@thi.ng/system@1.0.8) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/system + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@1.0.6...@thi.ng/system@1.0.7) (2021-08-22) **Note:** Version bump only for package @thi.ng/system diff --git a/packages/system/package.json b/packages/system/package.json index d0a352222c..550e0adc04 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "1.0.7", + "version": "1.0.8", "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.9", - "@thi.ng/dgraph": "^1.3.34" + "@thi.ng/api": "^7.2.0", + "@thi.ng/dgraph": "^1.3.35" }, "files": [ "*.js", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index bd3207858a..711549153d 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.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@1.1.3...@thi.ng/text-canvas@1.1.4) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/text-canvas + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@1.0.3...@thi.ng/text-canvas@1.1.0) (2021-08-13) diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 750950ccac..8c64b50be4 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "1.1.3", + "version": "1.1.4", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/geom-clip-line": "^1.2.44", - "@thi.ng/math": "^4.0.5", - "@thi.ng/memoize": "^2.1.20", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/geom-clip-line": "^1.2.45", + "@thi.ng/math": "^4.0.6", + "@thi.ng/memoize": "^2.1.21", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 84778b54fd..0bb3baea0e 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. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@1.0.4...@thi.ng/transducers-binary@1.0.5) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/transducers-binary + + + + + # [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.5.33...@thi.ng/transducers-binary@0.6.0) (2020-12-22) diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 7c8c3376d1..deb6fb739f 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-binary", - "version": "1.0.4", + "version": "1.0.5", "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.10", - "@thi.ng/compose": "^1.4.35", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/compose": "^1.4.36", "@thi.ng/errors": "^1.3.4", "@thi.ng/hex": "^1.0.4", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index b1f0850128..68aa398e9c 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.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.1.72...@thi.ng/transducers-fsm@1.1.73) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/transducers-fsm + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.0.19...@thi.ng/transducers-fsm@1.1.0) (2019-07-07) ### Features diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index ea0addc0b7..ff796399d9 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.72", + "version": "1.1.73", "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.9", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index abac55acff..75a2384580 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.105](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.104...@thi.ng/transducers-hdom@2.0.105) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/transducers-hdom + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.2.16...@thi.ng/transducers-hdom@2.0.0) (2019-01-21) ### Build System diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 8ae33ba1df..1e19eca3f4 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.104", + "version": "2.0.105", "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.31", - "@thi.ng/hiccup": "^3.6.21", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/hdom": "^8.2.32", + "@thi.ng/hiccup": "^3.6.22", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 5950dd97d7..fb1dfba02b 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.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-patch@0.2.29...@thi.ng/transducers-patch@0.2.30) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/transducers-patch + + + + + # [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-patch@0.1.33...@thi.ng/transducers-patch@0.2.0) (2020-12-22) diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 7b3978b9c4..2d5010ff06 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.29", + "version": "0.2.30", "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.9", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/checks": "^2.9.11", "@thi.ng/errors": "^1.3.4", - "@thi.ng/paths": "^4.2.13", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/paths": "^4.2.14", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 9329b12832..f8c15bff65 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.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.1.73...@thi.ng/transducers-stats@1.1.74) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + # [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.0.19...@thi.ng/transducers-stats@1.1.0) (2019-07-07) ### Features diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 4156a40ea8..b4e8e8ddd2 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.73", + "version": "1.1.74", "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.10", - "@thi.ng/dcons": "^2.3.33", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/dcons": "^2.3.34", "@thi.ng/errors": "^1.3.4", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 84d9a06ee7..8d357fea85 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.9.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.1...@thi.ng/transducers@7.9.2) (2021-09-03) + + +### Bug Fixes + +* **transducers:** fix [#310](https://github.com/thi-ng/umbrella/issues/310), update flatten/flattenWith ([bfbd726](https://github.com/thi-ng/umbrella/commit/bfbd7269fe506c0f40c109f1701a1ea50dc944e9)) + + + + + ## [7.9.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.0...@thi.ng/transducers@7.9.1) (2021-08-19) diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 2c90bb133f..fbaff57e62 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "7.9.1", + "version": "7.9.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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/compare": "^1.3.33", - "@thi.ng/compose": "^1.4.35", + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/compare": "^1.3.34", + "@thi.ng/compose": "^1.4.36", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/random": "^2.4.7" + "@thi.ng/math": "^4.0.6", + "@thi.ng/random": "^2.4.8" }, "files": [ "*.js", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index d47f51dc9f..405f25674d 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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/vclock@0.1.15...@thi.ng/vclock@0.1.16) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/vclock + + + + + # 0.1.0 (2020-11-26) diff --git a/packages/vclock/package.json b/packages/vclock/package.json index 0aa39c60b7..23c2ac866f 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.1.15", + "version": "0.1.16", "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.9" + "@thi.ng/api": "^7.2.0" }, "files": [ "*.js", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index 57ce578256..285e9789b7 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.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@2.0.24...@thi.ng/vector-pools@2.0.25) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/vector-pools + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@1.0.57...@thi.ng/vector-pools@2.0.0) (2021-02-20) diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index df2fe19886..8e8f86a6b1 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.24", + "version": "2.0.25", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/malloc": "^5.0.13", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/malloc": "^5.0.14", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index ef8e7a3def..c9645f06b5 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@6.1.2...@thi.ng/vectors@6.2.0) (2021-09-03) + + +### Bug Fixes + +* **vectors:** add correct type for setNS() ([3817d65](https://github.com/thi-ng/umbrella/commit/3817d6562fc9ab749f1dde25d57e8108c91ebefc)) + + +### Features + +* **vectors:** add covariance(), correlation() fns ([b8d661d](https://github.com/thi-ng/umbrella/commit/b8d661dadebb725868fe48650e6461567706e47b)) +* **vectors:** add formatter support ([2bbb54e](https://github.com/thi-ng/umbrella/commit/2bbb54ee322bd3b22f73e36d430c4477fd2a25cd)) +* **vectors:** add generic strided dot product ([9c34793](https://github.com/thi-ng/umbrella/commit/9c34793950e9cb831dee46d5dbbc19b0dfb982df)) +* **vectors:** add new distance metrics ([24aa2f4](https://github.com/thi-ng/umbrella/commit/24aa2f43060ad2030797c6de031437a65ab783da)) +* **vectors:** add new module re-exports ([92e7f73](https://github.com/thi-ng/umbrella/commit/92e7f730741b09018dae92e4428fe635b02125ab)) +* **vectors:** add statistics related vector ops ([d6507ad](https://github.com/thi-ng/umbrella/commit/d6507ad8a3821fd2839a6c0d34d7d254d81790de)) +* **vectors:** add strided versions of various ops ([cbd9576](https://github.com/thi-ng/umbrella/commit/cbd95760715d8fbd1d2b974f87c0cf80db08bbb5)) + + +### Performance Improvements + +* **vectors:** update standardize() ([e87b979](https://github.com/thi-ng/umbrella/commit/e87b979d54026f3a104762fac30105e51f93eef5)) + + + + + # [6.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@6.0.7...@thi.ng/vectors@6.1.0) (2021-08-17) diff --git a/packages/vectors/package.json b/packages/vectors/package.json index f20bf73141..ba38d33892 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "6.1.2", + "version": "6.2.0", "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.9", - "@thi.ng/binary": "^2.2.10", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/binary": "^2.2.11", + "@thi.ng/checks": "^2.9.11", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/math": "^4.0.5", - "@thi.ng/memoize": "^2.1.20", - "@thi.ng/random": "^2.4.7", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/math": "^4.0.6", + "@thi.ng/memoize": "^2.1.21", + "@thi.ng/random": "^2.4.8", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index d072e4e260..d356314e25 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.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.2.41...@thi.ng/viz@0.2.42) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/viz + + + + + ## [0.2.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.2.40...@thi.ng/viz@0.2.41) (2021-08-22) **Note:** Version bump only for package @thi.ng/viz diff --git a/packages/viz/package.json b/packages/viz/package.json index fe844730b2..9d18e97255 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.2.41", + "version": "0.2.42", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "module": "./index.js", "main": "./lib/index.js", @@ -44,16 +44,16 @@ "tool:tags": "ts-node -P tools/tsconfig.json tools/tagcloud.ts" }, "devDependencies": { - "@thi.ng/date": "^1.0.5" + "@thi.ng/date": "^1.0.6" }, "dependencies": { - "@thi.ng/api": "^7.1.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/checks": "^2.9.10", - "@thi.ng/math": "^4.0.5", - "@thi.ng/strings": "^2.1.6", - "@thi.ng/transducers": "^7.9.1" + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/checks": "^2.9.11", + "@thi.ng/math": "^4.0.6", + "@thi.ng/strings": "^2.1.7", + "@thi.ng/transducers": "^7.9.2" }, "files": [ "*.js", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 083164e817..c271d096ec 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. +## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@1.0.7...@thi.ng/webgl-msdf@1.0.8) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/webgl-msdf + + + + + ## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@1.0.6...@thi.ng/webgl-msdf@1.0.7) (2021-08-22) **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 0e1a7a586f..771ca23279 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "1.0.7", + "version": "1.0.8", "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.9", - "@thi.ng/shader-ast": "^0.10.3", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vector-pools": "^2.0.24", - "@thi.ng/vectors": "^6.1.2", - "@thi.ng/webgl": "^5.0.13" + "@thi.ng/api": "^7.2.0", + "@thi.ng/shader-ast": "^0.10.4", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vector-pools": "^2.0.25", + "@thi.ng/vectors": "^6.2.0", + "@thi.ng/webgl": "^5.0.14" }, "files": [ "*.js", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 537d966634..f46695d16f 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.91](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.90...@thi.ng/webgl-shadertoy@0.2.91) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/webgl-shadertoy + + + + + ## [0.2.90](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.2.89...@thi.ng/webgl-shadertoy@0.2.90) (2021-08-22) **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 95ecc354ef..eceadc834e 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.90", + "version": "0.2.91", "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.9", - "@thi.ng/shader-ast": "^0.10.3", - "@thi.ng/shader-ast-glsl": "^0.2.47", - "@thi.ng/webgl": "^5.0.13" + "@thi.ng/api": "^7.2.0", + "@thi.ng/shader-ast": "^0.10.4", + "@thi.ng/shader-ast-glsl": "^0.2.48", + "@thi.ng/webgl": "^5.0.14" }, "files": [ "*.js", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index bba42215e7..e438e3c356 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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@5.0.13...@thi.ng/webgl@5.0.14) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/webgl + + + + + ## [5.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@5.0.12...@thi.ng/webgl@5.0.13) (2021-08-22) **Note:** Version bump only for package @thi.ng/webgl diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 862409caf6..83b3e2f4ab 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "5.0.13", + "version": "5.0.14", "description": "WebGL & GLSL abstraction layer", "module": "./index.js", "main": "./lib/index.js", @@ -39,20 +39,20 @@ }, "dependencies": { "@thi.ng/adapt-dpi": "^1.0.23", - "@thi.ng/api": "^7.1.9", - "@thi.ng/associative": "^5.2.15", - "@thi.ng/checks": "^2.9.10", + "@thi.ng/api": "^7.2.0", + "@thi.ng/associative": "^5.2.16", + "@thi.ng/checks": "^2.9.11", "@thi.ng/equiv": "^1.0.45", "@thi.ng/errors": "^1.3.4", - "@thi.ng/matrices": "^1.0.4", - "@thi.ng/memoize": "^2.1.20", - "@thi.ng/pixel": "^1.0.4", - "@thi.ng/shader-ast": "^0.10.3", - "@thi.ng/shader-ast-glsl": "^0.2.47", - "@thi.ng/shader-ast-stdlib": "^0.9.3", - "@thi.ng/transducers": "^7.9.1", - "@thi.ng/vector-pools": "^2.0.24", - "@thi.ng/vectors": "^6.1.2" + "@thi.ng/matrices": "^1.0.5", + "@thi.ng/memoize": "^2.1.21", + "@thi.ng/pixel": "^1.0.5", + "@thi.ng/shader-ast": "^0.10.4", + "@thi.ng/shader-ast-glsl": "^0.2.48", + "@thi.ng/shader-ast-stdlib": "^0.9.4", + "@thi.ng/transducers": "^7.9.2", + "@thi.ng/vector-pools": "^2.0.25", + "@thi.ng/vectors": "^6.2.0" }, "files": [ "*.js", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index 7dc5672619..76ac81c44d 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. +## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/zipper@1.0.2...@thi.ng/zipper@1.0.3) (2021-09-03) + +**Note:** Version bump only for package @thi.ng/zipper + + + + + # 0.1.0 (2019-11-30) ### Features diff --git a/packages/zipper/package.json b/packages/zipper/package.json index 5fe69cf483..e8b65dd51c 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "1.0.2", + "version": "1.0.3", "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.9", - "@thi.ng/arrays": "^1.0.2", - "@thi.ng/checks": "^2.9.10" + "@thi.ng/api": "^7.2.0", + "@thi.ng/arrays": "^1.0.3", + "@thi.ng/checks": "^2.9.11" }, "files": [ "*.js",