diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 64dc1c7e8b..a48a92bea1 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@2.0.4...@thi.ng/adjacency@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/adjacency + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@2.0.3...@thi.ng/adjacency@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/adjacency diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 03773c5656..66d897a821 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.0.4", + "version": "2.0.5", "description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/arrays": "^2.0.4", "@thi.ng/bitfield": "^2.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/errors": "^2.0.4", "@thi.ng/sparse": "^0.2.4" }, diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index f48db8b62a..7dae3d9ffb 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. +## [6.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@6.0.4...@thi.ng/associative@6.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/associative + + + + + ## [6.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@6.0.3...@thi.ng/associative@6.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/associative diff --git a/packages/associative/package.json b/packages/associative/package.json index 8b7376aa1a..c3af5794ce 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.0.4", + "version": "6.0.5", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/binary": "^3.0.4", "@thi.ng/checks": "^3.0.4", "@thi.ng/compare": "^2.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/equiv": "^2.0.4", "@thi.ng/errors": "^2.0.4", "@thi.ng/transducers": "^8.0.4", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index fa8ddff582..0c509f7cfb 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@2.0.4...@thi.ng/cache@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/cache + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@2.0.3...@thi.ng/cache@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index fa22e4afa0..4d17ee732b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.0.4", + "version": "2.0.5", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/transducers": "^8.0.4" }, "devDependencies": { diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 4c2cf3a8df..ace9d7ecf4 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.4...@thi.ng/csp@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/csp + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@2.0.3...@thi.ng/csp@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/csp diff --git a/packages/csp/package.json b/packages/csp/package.json index ad6438620a..e01fe6c044 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.0.4", + "version": "2.0.5", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/arrays": "^2.0.4", "@thi.ng/checks": "^3.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/errors": "^2.0.4", "@thi.ng/transducers": "^8.0.4" }, diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index fe52ffa612..b5b845c0d1 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/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. +## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@3.0.4...@thi.ng/dcons@3.0.5) (2021-10-28) + + +### Bug Fixes + +* **dcons:** [#325](https://github.com/thi-ng/umbrella/issues/325) replace nullish coalescing operator ([b8ddad7](https://github.com/thi-ng/umbrella/commit/b8ddad7c8735e2f2e4be6f2ba4c7b03b86959631)) + + + + + ## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@3.0.3...@thi.ng/dcons@3.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/dcons diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 4447f94016..d3c56a07a7 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.0.4", + "version": "3.0.5", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", diff --git a/packages/dcons/src/dcons.ts b/packages/dcons/src/dcons.ts index 5da844386d..4fbb504f26 100644 --- a/packages/dcons/src/dcons.ts +++ b/packages/dcons/src/dcons.ts @@ -510,7 +510,10 @@ export class DCons shuffle(iter?: number, rnd: IRandom = SYSTEM) { if (this._length < 2) return this; for ( - iter = iter ?? Math.ceil(1.5 * Math.log2(this._length)); + iter = + iter !== undefined + ? iter + : Math.ceil(1.5 * Math.log2(this._length)); iter > 0; iter-- ) { diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 6f6118abbc..87b7e56a36 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.4...@thi.ng/dgraph-dot@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/dgraph-dot + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.3...@thi.ng/dgraph-dot@2.0.4) (2021-10-25) **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 6434819352..8affc1d087 100644 --- a/packages/dgraph-dot/package.json +++ b/packages/dgraph-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph-dot", - "version": "2.0.4", + "version": "2.0.5", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/dgraph": "^2.0.4", + "@thi.ng/dgraph": "^2.0.5", "@thi.ng/dot": "^2.0.4" }, "devDependencies": { diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 874666bdda..da787cc359 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@2.0.4...@thi.ng/dgraph@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@2.0.3...@thi.ng/dgraph@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index cd9ab6aba7..cc6e082605 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.0.4", + "version": "2.0.5", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/equiv": "^2.0.4", "@thi.ng/errors": "^2.0.4", "@thi.ng/transducers": "^8.0.4" diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index d74f2ae343..747debd537 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.6.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.6.4...@thi.ng/ecs@0.6.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/ecs + + + + + ## [0.6.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.6.3...@thi.ng/ecs@0.6.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/ecs diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 61c7a3c55b..a88170f16e 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.6.4", + "version": "0.6.5", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/binary": "^3.0.4", "@thi.ng/checks": "^3.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/errors": "^2.0.4", "@thi.ng/idgen": "^2.0.4", "@thi.ng/logger": "^1.0.4", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 2972931e25..d3df8492a5 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.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.5.4...@thi.ng/egf@0.5.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/egf + + + + + ## [0.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/egf@0.5.3...@thi.ng/egf@0.5.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/egf diff --git a/packages/egf/package.json b/packages/egf/package.json index e8d28e6d45..4e3e79fa49 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.5.4", + "version": "0.5.5", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -30,7 +30,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/checks": "^3.0.4", "@thi.ng/dot": "^2.0.4", "@thi.ng/errors": "^2.0.4", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 389e4c6a13..569732519c 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.4...@thi.ng/fuzzy-viz@2.0.5) (2021-10-27) + +**Note:** Version bump only for package @thi.ng/fuzzy-viz + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@2.0.3...@thi.ng/fuzzy-viz@2.0.4) (2021-10-25) **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 32cd5b08c4..cc2bf205d6 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy-viz", - "version": "2.0.4", + "version": "2.0.5", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/fuzzy": "^2.0.4", "@thi.ng/hiccup": "^4.1.0", - "@thi.ng/hiccup-svg": "^4.1.0", + "@thi.ng/hiccup-svg": "^4.1.1", "@thi.ng/math": "^5.0.4", "@thi.ng/strings": "^3.1.0", "@thi.ng/text-canvas": "^2.0.4" diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 0d23df110c..0b30cc0c23 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@2.0.5...@thi.ng/geom-fuzz@2.0.6) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/geom-fuzz + + + + + +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@2.0.4...@thi.ng/geom-fuzz@2.0.5) (2021-10-27) + +**Note:** Version bump only for package @thi.ng/geom-fuzz + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@2.0.3...@thi.ng/geom-fuzz@2.0.4) (2021-10-25) **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 626b9f10a8..8edb9dcebe 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.0.4", + "version": "2.0.6", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/color": "^4.0.4", - "@thi.ng/geom": "^3.0.4", + "@thi.ng/geom": "^3.0.5", "@thi.ng/geom-api": "^3.0.4", "@thi.ng/geom-clip-line": "^2.0.4", "@thi.ng/geom-resample": "^2.0.4", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index b057132255..6538834e32 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. +## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@3.0.4...@thi.ng/geom@3.0.5) (2021-10-27) + +**Note:** Version bump only for package @thi.ng/geom + + + + + ## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@3.0.3...@thi.ng/geom@3.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/geom diff --git a/packages/geom/package.json b/packages/geom/package.json index 099476fc92..567af9bc5e 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "3.0.4", + "version": "3.0.5", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -53,7 +53,7 @@ "@thi.ng/geom-subdiv-curve": "^2.0.4", "@thi.ng/geom-tessellate": "^2.0.4", "@thi.ng/hiccup": "^4.1.0", - "@thi.ng/hiccup-svg": "^4.1.0", + "@thi.ng/hiccup-svg": "^4.1.1", "@thi.ng/math": "^5.0.4", "@thi.ng/matrices": "^2.0.4", "@thi.ng/random": "^3.1.0", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index 5a4a2caea4..cc5218f765 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/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.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.3.4...@thi.ng/gp@0.3.5) (2021-10-27) + + +### Bug Fixes + +* **gp:** limit AST.mutate() to max tree depth ([afcdda0](https://github.com/thi-ng/umbrella/commit/afcdda0e10bd7d824af68dd4e79ceb749d16181b)) + + + + + ## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/gp@0.3.3...@thi.ng/gp@0.3.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/gp diff --git a/packages/gp/package.json b/packages/gp/package.json index f95014ae11..485c73f721 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.3.4", + "version": "0.3.5", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", diff --git a/packages/gp/src/ast.ts b/packages/gp/src/ast.ts index c4667b74b2..c70ea96977 100644 --- a/packages/gp/src/ast.ts +++ b/packages/gp/src/ast.ts @@ -52,20 +52,29 @@ export class AST { } /** - * Probilistically replaces randomly chosen tree nodes with a new - * random AST of given `maxDepth` (default: 1). Never mutates root. + * Probilistically replaces randomly chosen tree nodes with a new random AST + * of given `maxDepth` (default: 1). Never mutates root. + * + * @remarks + * The AST's pre-configured max tree depth will always be respected, so + * depending on the depth of the selected mutation location, the randomly + * inserted/replaced subtree might be more shallow than given `maxDepth`. + * I.e. if a tree node at max depth is selected for mutation, it will always + * result in a randomly chosen terminal node only. * * @param tree - * @param maxDepth - */ mutate(tree: ASTNode, maxDepth = 1) { - const { rnd, probMutate } = this.opts; + const { rnd, probMutate, maxDepth: limit } = this.opts; let loc = this.asZipper(tree).next!; if (!loc) return tree; while (true) { let nextLoc: Location> | undefined; if (rnd!.float() < probMutate) { - loc = loc.replace(this.randomASTNode(0, maxDepth)); + loc = loc.replace( + this.randomASTNode(0, Math.min(limit - loc.depth, maxDepth)) + ); nextLoc = loc.right; if (!nextLoc) { nextLoc = loc.up; diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 05e893b683..b56be11bf6 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. +## [5.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@5.0.4...@thi.ng/hdom-components@5.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + ## [5.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@5.0.3...@thi.ng/hdom-components@5.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/hdom-components diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 3a72a7c3e1..bbaa57bd3b 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "5.0.4", + "version": "5.0.5", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/checks": "^3.0.4", "@thi.ng/math": "^5.0.4", "@thi.ng/transducers": "^8.0.4", - "@thi.ng/transducers-stats": "^2.0.4" + "@thi.ng/transducers-stats": "^2.0.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index a4d8174d3a..7e5d22ad23 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/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.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@4.1.0...@thi.ng/hiccup-svg@4.1.1) (2021-10-27) + + +### Bug Fixes + +* **hiccup-svg:** re-enable `filter` attrib in conversion ([7c75fbe](https://github.com/thi-ng/umbrella/commit/7c75fbe48e9a1c57c79c2ac770f967d5b725c622)) + + + + + # [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@4.0.3...@thi.ng/hiccup-svg@4.1.0) (2021-10-25) diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 3560258ad0..83e3178615 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.1.0", + "version": "4.1.1", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-svg/src/convert.ts b/packages/hiccup-svg/src/convert.ts index 8e2bf731bd..315e084939 100644 --- a/packages/hiccup-svg/src/convert.ts +++ b/packages/hiccup-svg/src/convert.ts @@ -181,11 +181,11 @@ const convertAttrib = (res: any, id: string, v: any) => { case "baseline": res["dominant-baseline"] = BASE_LINE[v] || v; break; - case "filter": - // TODO needs to be translated into def first - // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter - // https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter - break; + // case "filter": + // TODO needs to be translated into def first + // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter + // https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter + // break; default: res[id] = v; } diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 3132c6cb80..2fd0afaf67 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@2.0.4...@thi.ng/imgui@2.0.5) (2021-10-27) + +**Note:** Version bump only for package @thi.ng/imgui + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/imgui@2.0.3...@thi.ng/imgui@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/imgui diff --git a/packages/imgui/package.json b/packages/imgui/package.json index aa8351671d..6b5fa26d9a 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.0.4", + "version": "2.0.5", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.0.4", "@thi.ng/checks": "^3.0.4", - "@thi.ng/geom": "^3.0.4", + "@thi.ng/geom": "^3.0.5", "@thi.ng/geom-api": "^3.0.4", "@thi.ng/geom-isec": "^2.0.4", "@thi.ng/geom-tessellate": "^2.0.4", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 04b38381c0..85a7f9732f 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. +## [6.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@6.0.4...@thi.ng/iterators@6.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + ## [6.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@6.0.3...@thi.ng/iterators@6.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/iterators diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 0e7395b0fd..58d4a4aae1 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.0.4", + "version": "6.0.5", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/errors": "^2.0.4" }, "devDependencies": { diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 326629afb9..62519ea26a 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.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.3.0...@thi.ng/rdom-canvas@0.3.1) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rdom-canvas + + + + + # [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.2.4...@thi.ng/rdom-canvas@0.3.0) (2021-10-25) diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 02a6447764..c9f54bd0e9 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.3.0", + "version": "0.3.1", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.0.4", "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/checks": "^3.0.4", "@thi.ng/hiccup-canvas": "^2.0.5", - "@thi.ng/rdom": "^0.7.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rdom": "^0.7.5", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/transducers": "^8.0.4" }, "devDependencies": { diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index f9f15552eb..708ef16abc 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.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.3.4...@thi.ng/rdom-components@0.3.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rdom-components + + + + + ## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.3.3...@thi.ng/rdom-components@0.3.4) (2021-10-25) **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 3031acd846..f769f2b85b 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.3.4", + "version": "0.3.5", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/hiccup-html": "^2.0.4", - "@thi.ng/rdom": "^0.7.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rdom": "^0.7.5", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/strings": "^3.1.0", "@thi.ng/transducers": "^8.0.4" }, diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 3ab68f84df..795fd76a9b 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.7.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.7.4...@thi.ng/rdom@0.7.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rdom + + + + + ## [0.7.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.7.3...@thi.ng/rdom@0.7.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/rdom diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 36eac62982..a2199394aa 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.7.4", + "version": "0.7.5", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/hiccup": "^4.1.0", "@thi.ng/paths": "^5.0.4", "@thi.ng/prefixes": "^2.0.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/strings": "^3.1.0" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 59287e52bd..eea7e9351a 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. +## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@3.0.4...@thi.ng/rstream-csp@3.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@3.0.3...@thi.ng/rstream-csp@3.0.4) (2021-10-25) **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 95e344beaa..6df284fef1 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "3.0.4", + "version": "3.0.5", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/csp": "^2.0.4", - "@thi.ng/rstream": "^7.0.4" + "@thi.ng/csp": "^2.0.5", + "@thi.ng/rstream": "^7.0.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index afac988254..7bfe3c3bf9 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@2.0.4...@thi.ng/rstream-dot@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@2.0.3...@thi.ng/rstream-dot@2.0.4) (2021-10-25) **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 38d1c88ce1..2409a392ef 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "2.0.4", + "version": "2.0.5", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/strings": "^3.1.0", "@thi.ng/transducers": "^8.0.4" }, diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index c0a78fe748..1d9f48c9d9 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. +## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.4...@thi.ng/rstream-gestures@4.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + ## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.3...@thi.ng/rstream-gestures@4.0.4) (2021-10-25) **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 1462cf00e8..46125e2ddc 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "4.0.4", + "version": "4.0.5", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/checks": "^3.0.4", "@thi.ng/math": "^5.0.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/transducers": "^8.0.4" }, "devDependencies": { diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index df504aa765..a8a9da50e4 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. +## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@4.0.4...@thi.ng/rstream-graph@4.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@4.0.3...@thi.ng/rstream-graph@4.0.4) (2021-10-25) **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 f8e2dd54aa..4a26efba32 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "4.0.4", + "version": "4.0.5", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/errors": "^2.0.4", "@thi.ng/paths": "^5.0.4", "@thi.ng/resolve-map": "^5.0.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/transducers": "^8.0.4" }, "devDependencies": { diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 924521b5dc..bedf5bd27f 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@2.0.4...@thi.ng/rstream-log-file@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@2.0.3...@thi.ng/rstream-log-file@2.0.4) (2021-10-25) **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 8b1f0bb728..60411d6374 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": "2.0.4", + "version": "2.0.5", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^7.0.4" + "@thi.ng/rstream": "^7.0.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index cfb30a19b6..bc2011ffd9 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. +## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@4.0.4...@thi.ng/rstream-log@4.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@4.0.3...@thi.ng/rstream-log@4.0.4) (2021-10-25) **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 d347263495..62924a2702 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "4.0.4", + "version": "4.0.5", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.0.4", "@thi.ng/errors": "^2.0.4", "@thi.ng/logger": "^1.0.4", - "@thi.ng/rstream": "^7.0.4", + "@thi.ng/rstream": "^7.0.5", "@thi.ng/strings": "^3.1.0", "@thi.ng/transducers": "^8.0.4" }, diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 4c29f10a7f..180503428a 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@2.0.4...@thi.ng/rstream-query@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@2.0.3...@thi.ng/rstream-query@2.0.4) (2021-10-25) **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 2ac7aaceee..a4f515a334 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "2.0.4", + "version": "2.0.5", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/checks": "^3.0.4", "@thi.ng/equiv": "^2.0.4", "@thi.ng/errors": "^2.0.4", "@thi.ng/logger": "^1.0.4", "@thi.ng/math": "^5.0.4", - "@thi.ng/rstream": "^7.0.4", - "@thi.ng/rstream-dot": "^2.0.4", + "@thi.ng/rstream": "^7.0.5", + "@thi.ng/rstream-dot": "^2.0.5", "@thi.ng/transducers": "^8.0.4" }, "devDependencies": { diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index efe49ffb38..d06e7fb411 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. +## [7.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@7.0.4...@thi.ng/rstream@7.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + ## [7.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@7.0.3...@thi.ng/rstream@7.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/rstream diff --git a/packages/rstream/package.json b/packages/rstream/package.json index eb520cc79b..0c220dabb8 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "7.0.4", + "version": "7.0.5", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.0.4", "@thi.ng/arrays": "^2.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/atom": "^5.0.4", "@thi.ng/checks": "^3.0.4", "@thi.ng/errors": "^2.0.4", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 7f864da5ab..62a850318e 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.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.3.4...@thi.ng/shader-ast-glsl@0.3.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/shader-ast-glsl + + + + + ## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-glsl@0.3.3...@thi.ng/shader-ast-glsl@0.3.4) (2021-10-25) **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 f6d7023517..f22bec46ef 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.3.4", + "version": "0.3.5", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/checks": "^3.0.4", "@thi.ng/errors": "^2.0.4", - "@thi.ng/shader-ast": "^0.11.4" + "@thi.ng/shader-ast": "^0.11.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 19df94de9b..b9013371fc 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.6.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.6.5...@thi.ng/shader-ast-js@0.6.6) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/shader-ast-js + + + + + ## [0.6.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-js@0.6.4...@thi.ng/shader-ast-js@0.6.5) (2021-10-25) **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 35e506ffa5..91d49bf461 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.6.5", + "version": "0.6.6", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/math": "^5.0.4", "@thi.ng/matrices": "^2.0.4", "@thi.ng/pixel": "^2.1.3", - "@thi.ng/shader-ast": "^0.11.4", + "@thi.ng/shader-ast": "^0.11.5", "@thi.ng/vectors": "^7.0.4" }, "devDependencies": { diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 0ee2f8d622..1ffb9f0e38 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-optimize@0.1.4...@thi.ng/shader-ast-optimize@0.1.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/shader-ast-optimize + + + + + ## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-optimize@0.1.3...@thi.ng/shader-ast-optimize@0.1.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/shader-ast-optimize diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 45cae56976..28ef007658 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.1.4", + "version": "0.1.5", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/defmulti": "^2.0.4", "@thi.ng/logger": "^1.0.4", "@thi.ng/math": "^5.0.4", - "@thi.ng/shader-ast": "^0.11.4" + "@thi.ng/shader-ast": "^0.11.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 48c800b332..81ed4c0921 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.10.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.4...@thi.ng/shader-ast-stdlib@0.10.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/shader-ast-stdlib + + + + + ## [0.10.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast-stdlib@0.10.3...@thi.ng/shader-ast-stdlib@0.10.4) (2021-10-25) **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 65ff3a931d..a98a31eb6f 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.10.4", + "version": "0.10.5", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/shader-ast": "^0.11.4" + "@thi.ng/shader-ast": "^0.11.5" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 1712e8d131..3934db2096 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.11.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.11.4...@thi.ng/shader-ast@0.11.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/shader-ast + + + + + ## [0.11.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/shader-ast@0.11.3...@thi.ng/shader-ast@0.11.4) (2021-10-25) **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 6d09fc0a12..a037ebc61a 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.11.4", + "version": "0.11.5", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.0.4", "@thi.ng/checks": "^3.0.4", "@thi.ng/defmulti": "^2.0.4", - "@thi.ng/dgraph": "^2.0.4", + "@thi.ng/dgraph": "^2.0.5", "@thi.ng/errors": "^2.0.4", "@thi.ng/logger": "^1.0.4" }, diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 9567c0fc32..bee0e277ea 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@2.0.4...@thi.ng/system@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/system + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/system@2.0.3...@thi.ng/system@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/system diff --git a/packages/system/package.json b/packages/system/package.json index b632f71663..922be70ca2 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.0.4", + "version": "2.0.5", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/dgraph": "^2.0.4", + "@thi.ng/dgraph": "^2.0.5", "@thi.ng/logger": "^1.0.4" }, "devDependencies": { diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 5aa136b2bd..bedaf754c2 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. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@2.0.4...@thi.ng/transducers-stats@2.0.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@2.0.3...@thi.ng/transducers-stats@2.0.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/transducers-stats diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 86cd50fa09..eac2fe9f99 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.0.4", + "version": "2.0.5", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.0.4", - "@thi.ng/dcons": "^3.0.4", + "@thi.ng/dcons": "^3.0.5", "@thi.ng/errors": "^2.0.4", "@thi.ng/transducers": "^8.0.4" }, diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index ac8b6b7578..43cbb5fe71 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.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.3.4...@thi.ng/viz@0.3.5) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/viz + + + + + ## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/viz@0.3.3...@thi.ng/viz@0.3.4) (2021-10-25) **Note:** Version bump only for package @thi.ng/viz diff --git a/packages/viz/package.json b/packages/viz/package.json index 51b127ca97..25ba9180a6 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.3.4", + "version": "0.3.5", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "dependencies": { "@thi.ng/api": "^8.0.4", "@thi.ng/arrays": "^2.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/checks": "^3.0.4", "@thi.ng/math": "^5.0.4", "@thi.ng/strings": "^3.1.0", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 359d29d8f1..a3716a0cf1 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. +## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@2.0.5...@thi.ng/webgl-msdf@2.0.6) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/webgl-msdf + + + + + ## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-msdf@2.0.4...@thi.ng/webgl-msdf@2.0.5) (2021-10-25) **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 01cef711ab..ebcf788968 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "2.0.5", + "version": "2.0.6", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/shader-ast": "^0.11.4", + "@thi.ng/shader-ast": "^0.11.5", "@thi.ng/transducers": "^8.0.4", "@thi.ng/vector-pools": "^3.0.4", "@thi.ng/vectors": "^7.0.4", - "@thi.ng/webgl": "^6.0.5" + "@thi.ng/webgl": "^6.0.6" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 7d63c43979..9e0100ba03 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.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.3.5...@thi.ng/webgl-shadertoy@0.3.6) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/webgl-shadertoy + + + + + ## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl-shadertoy@0.3.4...@thi.ng/webgl-shadertoy@0.3.5) (2021-10-25) **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 2cedea9bd6..fd566ce228 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-shadertoy", - "version": "0.3.5", + "version": "0.3.6", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/api": "^8.0.4", - "@thi.ng/shader-ast": "^0.11.4", - "@thi.ng/shader-ast-glsl": "^0.3.4", - "@thi.ng/webgl": "^6.0.5" + "@thi.ng/shader-ast": "^0.11.5", + "@thi.ng/shader-ast-glsl": "^0.3.5", + "@thi.ng/webgl": "^6.0.6" }, "devDependencies": { "@thi.ng/testament": "^0.1.4" diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 22020c2e94..a129275fea 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. +## [6.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@6.0.5...@thi.ng/webgl@6.0.6) (2021-10-28) + +**Note:** Version bump only for package @thi.ng/webgl + + + + + ## [6.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/webgl@6.0.4...@thi.ng/webgl@6.0.5) (2021-10-25) **Note:** Version bump only for package @thi.ng/webgl diff --git a/packages/webgl/package.json b/packages/webgl/package.json index b57b464ae5..1a57b8c672 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.0.5", + "version": "6.0.6", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.0.4", "@thi.ng/api": "^8.0.4", - "@thi.ng/associative": "^6.0.4", + "@thi.ng/associative": "^6.0.5", "@thi.ng/checks": "^3.0.4", "@thi.ng/equiv": "^2.0.4", "@thi.ng/errors": "^2.0.4", @@ -44,9 +44,9 @@ "@thi.ng/matrices": "^2.0.4", "@thi.ng/memoize": "^3.0.4", "@thi.ng/pixel": "^2.1.3", - "@thi.ng/shader-ast": "^0.11.4", - "@thi.ng/shader-ast-glsl": "^0.3.4", - "@thi.ng/shader-ast-stdlib": "^0.10.4", + "@thi.ng/shader-ast": "^0.11.5", + "@thi.ng/shader-ast-glsl": "^0.3.5", + "@thi.ng/shader-ast-stdlib": "^0.10.5", "@thi.ng/transducers": "^8.0.4", "@thi.ng/vector-pools": "^3.0.4", "@thi.ng/vectors": "^7.0.4"