From ea768ad06924322e640ac2d669cc91c5dd84c895 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Wed, 8 Aug 2018 03:52:19 +0100 Subject: [PATCH] Publish - @thi.ng/csp@0.3.55 - @thi.ng/hiccup-css@0.2.14 - @thi.ng/iges@0.2.4 - @thi.ng/range-coder@0.1.4 - @thi.ng/rstream-csp@0.1.96 - @thi.ng/rstream-dot@0.2.35 - @thi.ng/rstream-gestures@0.4.16 - @thi.ng/rstream-graph@2.1.20 - @thi.ng/rstream-log@1.0.47 - @thi.ng/rstream-query@0.3.34 - @thi.ng/rstream@1.11.2 - @thi.ng/sax@0.3.13 - @thi.ng/strings@0.2.0 - @thi.ng/transducers-fsm@0.2.12 - @thi.ng/transducers-hdom@0.1.2 - @thi.ng/transducers-stats@0.3.4 - @thi.ng/transducers@1.16.0 --- packages/csp/CHANGELOG.md | 8 ++++++++ packages/csp/package.json | 4 ++-- packages/hiccup-css/CHANGELOG.md | 8 ++++++++ packages/hiccup-css/package.json | 4 ++-- packages/iges/CHANGELOG.md | 8 ++++++++ packages/iges/package.json | 6 +++--- packages/range-coder/CHANGELOG.md | 8 ++++++++ packages/range-coder/package.json | 4 ++-- packages/rstream-csp/CHANGELOG.md | 8 ++++++++ packages/rstream-csp/package.json | 6 +++--- packages/rstream-dot/CHANGELOG.md | 8 ++++++++ packages/rstream-dot/package.json | 4 ++-- packages/rstream-gestures/CHANGELOG.md | 8 ++++++++ packages/rstream-gestures/package.json | 6 +++--- packages/rstream-graph/CHANGELOG.md | 8 ++++++++ packages/rstream-graph/package.json | 6 +++--- packages/rstream-log/CHANGELOG.md | 8 ++++++++ packages/rstream-log/package.json | 6 +++--- packages/rstream-query/CHANGELOG.md | 8 ++++++++ packages/rstream-query/package.json | 8 ++++---- packages/rstream/CHANGELOG.md | 8 ++++++++ packages/rstream/package.json | 4 ++-- packages/sax/CHANGELOG.md | 8 ++++++++ packages/sax/package.json | 6 +++--- packages/strings/CHANGELOG.md | 11 +++++++++++ packages/strings/package.json | 2 +- packages/transducers-fsm/CHANGELOG.md | 8 ++++++++ packages/transducers-fsm/package.json | 4 ++-- packages/transducers-hdom/CHANGELOG.md | 8 ++++++++ packages/transducers-hdom/package.json | 4 ++-- packages/transducers-stats/CHANGELOG.md | 8 ++++++++ packages/transducers-stats/package.json | 4 ++-- packages/transducers/CHANGELOG.md | 11 +++++++++++ packages/transducers/package.json | 6 +++--- 34 files changed, 184 insertions(+), 42 deletions(-) diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 05830dca7f..174cf47b51 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. + +## [0.3.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.54...@thi.ng/csp@0.3.55) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/csp + ## [0.3.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.53...@thi.ng/csp@0.3.54) (2018-08-02) diff --git a/packages/csp/package.json b/packages/csp/package.json index 58db97d3a2..0c5ca6b148 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "0.3.54", + "version": "0.3.55", "description": "ES6 promise based CSP implementation", "main": "./index.js", "typings": "./index.d.ts", @@ -36,7 +36,7 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/dcons": "^1.0.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "async", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 28e58a8f4c..572573b5f1 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. + +## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.13...@thi.ng/hiccup-css@0.2.14) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/hiccup-css + ## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.12...@thi.ng/hiccup-css@0.2.13) (2018-08-02) diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index d3363026a6..0d38b59268 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "0.2.13", + "version": "0.2.14", "description": "CSS from nested JS data structures", "main": "./index.js", "typings": "./index.d.ts", @@ -31,7 +31,7 @@ "@thi.ng/api": "^4.0.6", "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "clojure", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index eb517d7633..814ea35ad3 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. + +## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.3...@thi.ng/iges@0.2.4) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/iges + ## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.2...@thi.ng/iges@0.2.3) (2018-08-08) diff --git a/packages/iges/package.json b/packages/iges/package.json index 03146e92cc..f415d313c1 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "0.2.3", + "version": "0.2.4", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "main": "./index.js", "typings": "./index.d.ts", @@ -30,8 +30,8 @@ "dependencies": { "@thi.ng/api": "^4.0.6", "@thi.ng/defmulti": "^0.3.7", - "@thi.ng/strings": "^0.1.1", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/strings": "^0.2.0", + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "CAD", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 32d9017683..9f011827df 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. + +## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.3...@thi.ng/range-coder@0.1.4) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/range-coder + ## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.2...@thi.ng/range-coder@0.1.3) (2018-08-02) diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 5f126b326e..1479fd5a5e 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "0.1.3", + "version": "0.1.4", "description": "Binary data range encoder / decoder", "main": "./index.js", "typings": "./index.d.ts", @@ -20,7 +20,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/transducers": "^1.15.0", + "@thi.ng/transducers": "^1.16.0", "@types/mocha": "^5.2.5", "@types/node": "^10.5.5", "mocha": "^5.2.0", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 1d79462d89..a594a2b9f1 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. + +## [0.1.96](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.95...@thi.ng/rstream-csp@0.1.96) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-csp + ## [0.1.95](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.94...@thi.ng/rstream-csp@0.1.95) (2018-08-06) diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index d04d71e123..998b0b0356 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "0.1.95", + "version": "0.1.96", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -28,8 +28,8 @@ "typescript": "^3.0.1" }, "dependencies": { - "@thi.ng/csp": "^0.3.54", - "@thi.ng/rstream": "^1.11.1" + "@thi.ng/csp": "^0.3.55", + "@thi.ng/rstream": "^1.11.2" }, "keywords": [ "bridge", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index e300656479..07b5a21a8e 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. + +## [0.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.34...@thi.ng/rstream-dot@0.2.35) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-dot + ## [0.2.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.33...@thi.ng/rstream-dot@0.2.34) (2018-08-06) diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index f7d5eb8f36..21bade3336 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "0.2.34", + "version": "0.2.35", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "main": "./index.js", "typings": "./index.d.ts", @@ -28,7 +28,7 @@ "typescript": "^3.0.1" }, "dependencies": { - "@thi.ng/rstream": "^1.11.1" + "@thi.ng/rstream": "^1.11.2" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 43cfc9ac5c..0f48ee9225 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. + +## [0.4.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.15...@thi.ng/rstream-gestures@0.4.16) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-gestures + ## [0.4.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.14...@thi.ng/rstream-gestures@0.4.15) (2018-08-06) diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 60c063cb11..89ec46963d 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "0.4.15", + "version": "0.4.16", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "main": "./index.js", "typings": "./index.d.ts", @@ -29,8 +29,8 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/rstream": "^1.11.1", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/rstream": "^1.11.2", + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "dataflow", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index ef2046ebb4..20a00a093b 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. + +## [2.1.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.19...@thi.ng/rstream-graph@2.1.20) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-graph + ## [2.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.18...@thi.ng/rstream-graph@2.1.19) (2018-08-06) diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 984fed2bec..b365aa1c54 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "2.1.19", + "version": "2.1.20", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -33,8 +33,8 @@ "@thi.ng/errors": "^0.1.6", "@thi.ng/paths": "^1.5.2", "@thi.ng/resolve-map": "^3.0.7", - "@thi.ng/rstream": "^1.11.1", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/rstream": "^1.11.2", + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "compute", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 9ee59ce2c3..fda5d78d35 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. + +## [1.0.47](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.46...@thi.ng/rstream-log@1.0.47) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-log + ## [1.0.46](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.45...@thi.ng/rstream-log@1.0.46) (2018-08-06) diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 31f869ccec..56af579fe3 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "1.0.46", + "version": "1.0.47", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -31,8 +31,8 @@ "@thi.ng/api": "^4.0.6", "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/rstream": "^1.11.1", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/rstream": "^1.11.2", + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "ES6", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 3dd2663732..5764dcb1ae 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. + +## [0.3.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.33...@thi.ng/rstream-query@0.3.34) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream-query + ## [0.3.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.32...@thi.ng/rstream-query@0.3.33) (2018-08-06) diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index e70ba85eaf..bed0ffb37a 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "0.3.33", + "version": "0.3.34", "description": "@thi.ng/rstream based triple store & reactive query engine", "main": "./index.js", "typings": "./index.d.ts", @@ -33,9 +33,9 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/equiv": "^0.1.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/rstream": "^1.11.1", - "@thi.ng/rstream-dot": "^0.2.34", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/rstream": "^1.11.2", + "@thi.ng/rstream-dot": "^0.2.35", + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "dataflow", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 95255e6312..93238a4c82 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. + +## [1.11.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.11.1...@thi.ng/rstream@1.11.2) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/rstream + ## [1.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.11.0...@thi.ng/rstream@1.11.1) (2018-08-06) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 1f7c6259bf..fd93485f6b 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "1.11.1", + "version": "1.11.2", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "main": "./index.js", "typings": "./index.d.ts", @@ -34,7 +34,7 @@ "@thi.ng/checks": "^1.5.7", "@thi.ng/errors": "^0.1.6", "@thi.ng/paths": "^1.5.2", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "datastructure", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 49cf57d607..e4a1de4409 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. + +## [0.3.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.12...@thi.ng/sax@0.3.13) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/sax + ## [0.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.11...@thi.ng/sax@0.3.12) (2018-08-02) diff --git a/packages/sax/package.json b/packages/sax/package.json index 318d6e078b..0e2072e7bf 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "0.3.12", + "version": "0.3.13", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "main": "./index.js", "typings": "./index.d.ts", @@ -29,8 +29,8 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/transducers": "^1.15.0", - "@thi.ng/transducers-fsm": "^0.2.11" + "@thi.ng/transducers": "^1.16.0", + "@thi.ng/transducers-fsm": "^0.2.12" }, "keywords": [ "ES6", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 3d5fd2137a..2777331297 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@0.1.1...@thi.ng/strings@0.2.0) (2018-08-08) + + +### Features + +* **strings:** add opt prefix arg for radix() ([5864f2c](https://github.com/thi-ng/umbrella/commit/5864f2c)) + + + + ## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@0.1.0...@thi.ng/strings@0.1.1) (2018-08-08) diff --git a/packages/strings/package.json b/packages/strings/package.json index 85e7e1ef87..0ade10c618 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "0.1.1", + "version": "0.2.0", "description": "Various string formatting & utility functions", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index b4b56ac9f8..6acab0c0a9 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. + +## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.11...@thi.ng/transducers-fsm@0.2.12) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/transducers-fsm + ## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.10...@thi.ng/transducers-fsm@0.2.11) (2018-08-02) diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 3c2859c17a..113f63b278 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "0.2.11", + "version": "0.2.12", "description": "Transducer-based Finite State Machine transformer", "main": "./index.js", "typings": "./index.d.ts", @@ -29,7 +29,7 @@ }, "dependencies": { "@thi.ng/api": "^4.0.6", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "ES6", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 812eeb684c..ce84f6e27d 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. + +## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@0.1.1...@thi.ng/transducers-hdom@0.1.2) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/transducers-hdom + ## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@0.1.0...@thi.ng/transducers-hdom@0.1.1) (2018-08-02) diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 07ad1bdd46..b55c2b286a 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "0.1.1", + "version": "0.1.2", "description": "Transducer based UI updater for @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -30,7 +30,7 @@ "dependencies": { "@thi.ng/checks": "^1.5.7", "@thi.ng/hdom": "^3.0.32", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "diff", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 5b969ac598..40ca613732 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. + +## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.3.3...@thi.ng/transducers-stats@0.3.4) (2018-08-08) + + + + +**Note:** Version bump only for package @thi.ng/transducers-stats + ## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@0.3.2...@thi.ng/transducers-stats@0.3.3) (2018-08-02) diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 661842c8df..efb4541a8f 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "0.3.3", + "version": "0.3.4", "description": "Transducers for statistical / technical analysis", "main": "./index.js", "typings": "./index.d.ts", @@ -30,7 +30,7 @@ "dependencies": { "@thi.ng/dcons": "^1.0.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/transducers": "^1.15.0" + "@thi.ng/transducers": "^1.16.0" }, "keywords": [ "ES6", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 1e6af91295..94bcbe0d66 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. + +# [1.16.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.15.0...@thi.ng/transducers@1.16.0) (2018-08-08) + + +### Features + +* **transducers:** add partitionBits() xform & tests ([a5e2c28](https://github.com/thi-ng/umbrella/commit/a5e2c28)) + + + + # [1.15.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.3...@thi.ng/transducers@1.15.0) (2018-08-02) diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 525001a0e7..d1a16bc03c 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "1.15.0", + "version": "1.16.0", "description": "Lightweight transducer implementations for ES6 / TypeScript", "main": "./index.js", "typings": "./index.d.ts", @@ -33,7 +33,7 @@ "@thi.ng/compare": "^0.1.6", "@thi.ng/equiv": "^0.1.7", "@thi.ng/errors": "^0.1.6", - "@thi.ng/strings": "^0.1.1" + "@thi.ng/strings": "^0.2.0" }, "keywords": [ "ES6", @@ -49,4 +49,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}