diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md
index 0b588ebc99..cf04a72ca7 100644
--- a/packages/api/CHANGELOG.md
+++ b/packages/api/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.4...@thi.ng/api@4.0.5) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/api
+
## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.3...@thi.ng/api@4.0.4) (2018-06-21)
diff --git a/packages/api/package.json b/packages/api/package.json
index 618face072..01145c4833 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"compare",
diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md
index ea8b98ee6d..8d742e6368 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.
+
+## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.9...@thi.ng/associative@0.5.10) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/associative
+
## [0.5.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.8...@thi.ng/associative@0.5.9) (2018-07-03)
diff --git a/packages/associative/package.json b/packages/associative/package.json
index 2902bc1e25..253a64168f 100644
--- a/packages/associative/package.json
+++ b/packages/associative/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
- "version": "0.5.9",
+ "version": "0.5.10",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,13 +28,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/compare": "^0.1.4",
- "@thi.ng/dcons": "^1.0.5",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/iterators": "^4.1.18"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/compare": "^0.1.5",
+ "@thi.ng/dcons": "^1.0.6",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"data structures",
diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md
index f4566c58ca..7ca3cdaa34 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.
+
+## [1.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.4...@thi.ng/atom@1.4.5) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/atom
+
## [1.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.3...@thi.ng/atom@1.4.4) (2018-07-11)
diff --git a/packages/atom/package.json b/packages/atom/package.json
index aaf37da34f..03c2cc4bb6 100644
--- a/packages/atom/package.json
+++ b/packages/atom/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
- "version": "1.4.4",
+ "version": "1.4.5",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/paths": "^1.5.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/paths": "^1.5.1"
},
"keywords": [
"cursor",
diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md
index beceb0fa00..9d51c79956 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.
+
+## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.1.3...@thi.ng/bench@0.1.4) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/bench
+
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.1.2...@thi.ng/bench@0.1.3) (2018-06-21)
diff --git a/packages/bench/package.json b/packages/bench/package.json
index 6de3c242ee..156fd890dd 100644
--- a/packages/bench/package.json
+++ b/packages/bench/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Basic benchmarking helpers",
"main": "./index.js",
"typings": "./index.d.ts",
diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md
index dd7e09712e..3c0b65227a 100644
--- a/packages/bitstream/CHANGELOG.md
+++ b/packages/bitstream/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.4.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.13...@thi.ng/bitstream@0.4.14) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/bitstream
+
## [0.4.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.12...@thi.ng/bitstream@0.4.13) (2018-06-21)
diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json
index 3a5af6218d..7e777027ba 100644
--- a/packages/bitstream/package.json
+++ b/packages/bitstream/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
- "version": "0.4.13",
+ "version": "0.4.14",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -20,7 +20,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"dependencies": {
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/errors": "^0.1.5"
},
"devDependencies": {
"@types/mocha": "^5.2.0",
diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md
index 5dfcb11ab1..e235b8c8f3 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.
+
+## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.13...@thi.ng/cache@0.2.14) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/cache
+
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.12...@thi.ng/cache@0.2.13) (2018-06-21)
diff --git a/packages/cache/package.json b/packages/cache/package.json
index c39f4f6a89..2af2d3d517 100644
--- a/packages/cache/package.json
+++ b/packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
- "version": "0.2.13",
+ "version": "0.2.14",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/dcons": "^1.0.5",
- "@thi.ng/iterators": "^4.1.18"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/dcons": "^1.0.6",
+ "@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"cache",
diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md
index 54d23f58f4..3964def0e1 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.
+
+## [1.5.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.5...@thi.ng/checks@1.5.6) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/checks
+
## [1.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.4...@thi.ng/checks@1.5.5) (2018-06-21)
diff --git a/packages/checks/package.json b/packages/checks/package.json
index 62c40bffd1..d50dbcffa3 100644
--- a/packages/checks/package.json
+++ b/packages/checks/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
- "version": "1.5.5",
+ "version": "1.5.6",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md
index 664386f43f..88e9649d39 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.
+
+## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.4...@thi.ng/compare@0.1.5) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/compare
+
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.3...@thi.ng/compare@0.1.4) (2018-06-21)
diff --git a/packages/compare/package.json b/packages/compare/package.json
index 2775241220..56c493a916 100644
--- a/packages/compare/package.json
+++ b/packages/compare/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compare",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface",
"main": "./index.js",
"typings": "./index.d.ts",
diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md
index 3e1393fb2b..9088592841 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.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.50...@thi.ng/csp@0.3.51) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/csp
+
## [0.3.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.49...@thi.ng/csp@0.3.50) (2018-07-19)
diff --git a/packages/csp/package.json b/packages/csp/package.json
index d4e26a121c..e70247b7bb 100644
--- a/packages/csp/package.json
+++ b/packages/csp/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
- "version": "0.3.50",
+ "version": "0.3.51",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -32,11 +32,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/dcons": "^1.0.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/dcons": "^1.0.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"async",
diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md
index e4997a4552..8b675801fa 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.
+
+## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.5...@thi.ng/dcons@1.0.6) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/dcons
+
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.4...@thi.ng/dcons@1.0.5) (2018-06-21)
diff --git a/packages/dcons/package.json b/packages/dcons/package.json
index c11ddcf3be..37b26257eb 100644
--- a/packages/dcons/package.json
+++ b/packages/dcons/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/compare": "^0.1.4",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/compare": "^0.1.5",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"datastructure",
diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md
index 58dd8076dd..19993bd17a 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.
+
+## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.5...@thi.ng/defmulti@0.3.6) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/defmulti
+
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.4...@thi.ng/defmulti@0.3.5) (2018-06-21)
diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json
index fa1ffe5c95..e771d0d0ec 100644
--- a/packages/defmulti/package.json
+++ b/packages/defmulti/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/defmulti",
- "version": "0.3.5",
+ "version": "0.3.6",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"ES6",
diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md
index 72d8798938..ecdeb2b6f5 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.
+
+## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.9...@thi.ng/dgraph@0.2.10) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/dgraph
+
## [0.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.8...@thi.ng/dgraph@0.2.9) (2018-07-03)
diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json
index 98a67ace89..a9d30da391 100644
--- a/packages/dgraph/package.json
+++ b/packages/dgraph/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
- "version": "0.2.9",
+ "version": "0.2.10",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/associative": "^0.5.9",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/iterators": "^4.1.18"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/associative": "^0.5.10",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"data structure",
diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md
index fad4861c8a..8e377b5c8d 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.
+
+## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@1.0.19...@thi.ng/diff@1.0.20) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/diff
+
## [1.0.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@1.0.18...@thi.ng/diff@1.0.19) (2018-06-21)
diff --git a/packages/diff/package.json b/packages/diff/package.json
index b562bb7e9a..2ec254ae78 100644
--- a/packages/diff/package.json
+++ b/packages/diff/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/diff",
- "version": "1.0.19",
+ "version": "1.0.20",
"description": "Array & object Diff",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -26,8 +26,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/equiv": "^0.1.5"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/equiv": "^0.1.6"
},
"keywords": [
"array",
diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md
index b7f5194b75..dafdccc373 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.
+
+## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.8...@thi.ng/dot@0.1.9) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/dot
+
## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@0.1.7...@thi.ng/dot@0.1.8) (2018-06-21)
diff --git a/packages/dot/package.json b/packages/dot/package.json
index 2ffd61f490..36b554b5c9 100644
--- a/packages/dot/package.json
+++ b/packages/dot/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dot",
- "version": "0.1.8",
+ "version": "0.1.9",
"description": "Graphviz DOM abstraction as vanilla JS objects & serialization to DOT format",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6"
},
"keywords": [
"ES6",
diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md
index eece6af9dd..bf4d8e9df4 100644
--- a/packages/equiv/CHANGELOG.md
+++ b/packages/equiv/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@0.1.5...@thi.ng/equiv@0.1.6) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/equiv
+
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@0.1.4...@thi.ng/equiv@0.1.5) (2018-06-21)
diff --git a/packages/equiv/package.json b/packages/equiv/package.json
index 58e1148a41..c18eebb3f1 100644
--- a/packages/equiv/package.json
+++ b/packages/equiv/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/equiv",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "Extensible deep equivalence checking for any data types",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/checks": "^1.5.5"
+ "@thi.ng/checks": "^1.5.6"
},
"keywords": [
"deep",
diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md
index cddd89c9ea..069e5fc8f5 100644
--- a/packages/errors/CHANGELOG.md
+++ b/packages/errors/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@0.1.4...@thi.ng/errors@0.1.5) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/errors
+
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@0.1.3...@thi.ng/errors@0.1.4) (2018-06-21)
diff --git a/packages/errors/package.json b/packages/errors/package.json
index cd858f1431..b1ace1d876 100644
--- a/packages/errors/package.json
+++ b/packages/errors/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/errors",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Custom error types and helper fns.",
"main": "./index.js",
"typings": "./index.d.ts",
diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md
index 018539fb97..cc344443ed 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.
+
+## [2.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.9...@thi.ng/hdom-components@2.1.10) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/hdom-components
+
## [2.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.8...@thi.ng/hdom-components@2.1.9) (2018-07-15)
diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json
index 98f6bfc0af..b81debdcea 100644
--- a/packages/hdom-components/package.json
+++ b/packages/hdom-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
- "version": "2.1.9",
+ "version": "2.1.10",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/iterators": "^4.1.18",
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/iterators": "^4.1.19",
"@types/webgl2": "^0.0.4"
},
"keywords": [
diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md
index 075c78b450..d1afea2198 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.
+
+## [3.0.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.29...@thi.ng/hdom@3.0.30) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/hdom
+
## [3.0.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.28...@thi.ng/hdom@3.0.29) (2018-07-11)
diff --git a/packages/hdom/package.json b/packages/hdom/package.json
index 4b2bcb20bd..679dab0658 100644
--- a/packages/hdom/package.json
+++ b/packages/hdom/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
- "version": "3.0.29",
+ "version": "3.0.30",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",
"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/atom": "^1.4.4",
+ "@thi.ng/atom": "^1.4.5",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
@@ -29,12 +29,12 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/diff": "^1.0.19",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/hiccup": "^2.0.7",
- "@thi.ng/iterators": "^4.1.18"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/diff": "^1.0.20",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/hiccup": "^2.0.8",
+ "@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"browser",
diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md
index 8f0b924c04..be0712e474 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.
+
+## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.13...@thi.ng/heaps@0.2.14) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/heaps
+
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@0.2.12...@thi.ng/heaps@0.2.13) (2018-06-21)
diff --git a/packages/heaps/package.json b/packages/heaps/package.json
index 65d0c50058..2fb3fc49e2 100644
--- a/packages/heaps/package.json
+++ b/packages/heaps/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/heaps",
- "version": "0.2.13",
+ "version": "0.2.14",
"description": "Generic binary heap & d-ary heap implementations with customizable ordering",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/compare": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/compare": "^0.1.5"
},
"keywords": [
"data structure",
diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md
index 4fa2684cda..bf5f646b35 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.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.9...@thi.ng/hiccup-css@0.2.10) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/hiccup-css
+
## [0.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.8...@thi.ng/hiccup-css@0.2.9) (2018-07-19)
diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json
index b8499257fc..cf6b958406 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.9",
+ "version": "0.2.10",
"description": "CSS from nested JS data structures",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,10 +28,10 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"clojure",
diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md
index 617ae7966f..02e07e697a 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.
+
+## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.7...@thi.ng/hiccup-svg@1.0.8) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/hiccup-svg
+
## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.6...@thi.ng/hiccup-svg@1.0.7) (2018-07-11)
diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json
index 7e833b7b88..2400a28c8a 100644
--- a/packages/hiccup-svg/package.json
+++ b/packages/hiccup-svg/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/hiccup": "^2.0.7"
+ "@thi.ng/hiccup": "^2.0.8"
},
"keywords": [
"components",
diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md
index d545969f09..50cde0906e 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.
+
+## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.0.7...@thi.ng/hiccup@2.0.8) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/hiccup
+
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.0.6...@thi.ng/hiccup@2.0.7) (2018-07-11)
diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json
index 75a9de2dc9..abd1f1d761 100644
--- a/packages/hiccup/package.json
+++ b/packages/hiccup/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"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/atom": "^1.4.4",
+ "@thi.ng/atom": "^1.4.5",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
@@ -29,8 +29,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"clojure",
diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md
index be3e25c411..b294fc783a 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.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.1.2...@thi.ng/iges@0.1.3) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/iges
+
## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.1.1...@thi.ng/iges@0.1.2) (2018-07-19)
diff --git a/packages/iges/package.json b/packages/iges/package.json
index 6be943b254..ab47db69ef 100644
--- a/packages/iges/package.json
+++ b/packages/iges/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iges",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/defmulti": "0.3.5",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/defmulti": "^0.3.6",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"CAD",
diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md
index eeee0a5c5d..791ee802cd 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.
+
+## [1.8.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.7...@thi.ng/interceptors@1.8.8) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/interceptors
+
## [1.8.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.6...@thi.ng/interceptors@1.8.7) (2018-07-11)
diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json
index f817f05476..8c212f3353 100644
--- a/packages/interceptors/package.json
+++ b/packages/interceptors/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/interceptors",
- "version": "1.8.7",
+ "version": "1.8.8",
"description": "Interceptor based event bus, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/atom": "^1.4.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/paths": "^1.5.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/atom": "^1.4.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/paths": "^1.5.1"
},
"keywords": [
"ES6",
diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md
index 8b4c629542..ae643a3760 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.
+
+## [4.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.18...@thi.ng/iterators@4.1.19) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/iterators
+
## [4.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.17...@thi.ng/iterators@4.1.18) (2018-06-21)
diff --git a/packages/iterators/package.json b/packages/iterators/package.json
index 4389886040..ffb253c3e3 100644
--- a/packages/iterators/package.json
+++ b/packages/iterators/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iterators",
- "version": "4.1.18",
+ "version": "4.1.19",
"description": "clojure.core inspired, composable ES6 iterators & generators",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/dcons": "^1.0.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/dcons": "^1.0.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"clojure",
diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md
index fd47f97f65..5f3e173392 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.
+
+## [1.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.5.0...@thi.ng/paths@1.5.1) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/paths
+
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.4.0...@thi.ng/paths@1.5.0) (2018-07-11)
diff --git a/packages/paths/package.json b/packages/paths/package.json
index 6a3bcec0e4..9bb1263963 100644
--- a/packages/paths/package.json
+++ b/packages/paths/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/paths",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "immutable, optimized path-based object property / array accessors",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"accessors",
diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md
index 68a37d1fac..cf2d6e3157 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.
+
+## [0.2.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@0.2.15...@thi.ng/pointfree-lang@0.2.16) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/pointfree-lang
+
## [0.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@0.2.14...@thi.ng/pointfree-lang@0.2.15) (2018-06-21)
diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json
index 71482737d6..a7e04c1f4f 100644
--- a/packages/pointfree-lang/package.json
+++ b/packages/pointfree-lang/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pointfree-lang",
- "version": "0.2.15",
+ "version": "0.2.16",
"description": "Forth style syntax layer/compiler for the @thi.ng/pointfree DSL",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -30,9 +30,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/pointfree": "^0.8.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/pointfree": "^0.8.5"
},
"keywords": [
"concatenative",
diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md
index 424ca22d1d..56af56d1b4 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.
+
+## [0.8.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@0.8.4...@thi.ng/pointfree@0.8.5) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/pointfree
+
## [0.8.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@0.8.3...@thi.ng/pointfree@0.8.4) (2018-06-21)
diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json
index 0dd7a77c04..cdb6f7177a 100644
--- a/packages/pointfree/package.json
+++ b/packages/pointfree/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pointfree",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "Pointfree functional composition / Forth style stack execution engine",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,10 +28,10 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"composition",
diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md
index b30a2457c8..d8d8970df4 100644
--- a/packages/resolve-map/CHANGELOG.md
+++ b/packages/resolve-map/CHANGELOG.md
@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-
+
+## [3.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.5...@thi.ng/resolve-map@3.0.6) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/resolve-map
+
+
## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.4...@thi.ng/resolve-map@3.0.5) (2018-07-15)
@@ -14,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-
+
## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.3...@thi.ng/resolve-map@3.0.4) (2018-07-11)
diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json
index bae43ba489..950d612f95 100644
--- a/packages/resolve-map/package.json
+++ b/packages/resolve-map/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/resolve-map",
- "version": "3.0.5",
+ "version": "3.0.6",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -26,9 +26,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/paths": "^1.5.0"
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/paths": "^1.5.1"
},
"keywords": [
"configuration",
diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md
index 05bcead5ec..f811ee9b2e 100644
--- a/packages/rle-pack/CHANGELOG.md
+++ b/packages/rle-pack/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@0.2.22...@thi.ng/rle-pack@0.2.23) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rle-pack
+
## [0.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@0.2.21...@thi.ng/rle-pack@0.2.22) (2018-06-21)
diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json
index 9d4d4bd616..50139a3276 100644
--- a/packages/rle-pack/package.json
+++ b/packages/rle-pack/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rle-pack",
- "version": "0.2.22",
+ "version": "0.2.23",
"description": "Binary run-length encoding packer w/ flexible repeat bit widths",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -29,7 +29,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/bitstream": "^0.4.13"
+ "@thi.ng/bitstream": "^0.4.14"
},
"keywords": [
"binary",
diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md
index 38dee7deb6..92318a7b9c 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.
+
+## [0.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@0.1.18...@thi.ng/router@0.1.19) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/router
+
## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@0.1.17...@thi.ng/router@0.1.18) (2018-06-21)
diff --git a/packages/router/package.json b/packages/router/package.json
index 10e98f14bc..d19ccae725 100644
--- a/packages/router/package.json
+++ b/packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/router",
- "version": "0.1.18",
+ "version": "0.1.19",
"description": "Generic router for browser & non-browser based applications",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -27,10 +27,10 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"declarative",
diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md
index 4dfdc82476..73f6c4ea44 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.89](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.88...@thi.ng/rstream-csp@0.1.89) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-csp
+
## [0.1.88](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.87...@thi.ng/rstream-csp@0.1.88) (2018-07-19)
diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json
index a497c60c14..b50f634cfa 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.88",
+ "version": "0.1.89",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/csp": "^0.3.50",
- "@thi.ng/rstream": "^1.9.7"
+ "@thi.ng/csp": "^0.3.51",
+ "@thi.ng/rstream": "^1.10.0"
},
"keywords": [
"bridge",
diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md
index 954c0d1ceb..495813d010 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.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.27...@thi.ng/rstream-dot@0.2.28) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-dot
+
## [0.2.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.26...@thi.ng/rstream-dot@0.2.27) (2018-07-19)
diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json
index e25ca86634..98d48cf873 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.27",
+ "version": "0.2.28",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/rstream": "^1.9.7"
+ "@thi.ng/rstream": "^1.10.0"
},
"keywords": [
"conversion",
diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md
index a321de120a..13ba21af2a 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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.8...@thi.ng/rstream-gestures@0.4.9) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-gestures
+
## [0.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.7...@thi.ng/rstream-gestures@0.4.8) (2018-07-19)
diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json
index 182b3121d0..6c2d268ae0 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.8",
+ "version": "0.4.9",
"description": "Unified mouse, mouse wheel & single-touch event stream abstraction",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/rstream": "^1.9.7",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/rstream": "^1.10.0",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"dataflow",
diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md
index dd3f76505c..cf5b12a9b1 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.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.12...@thi.ng/rstream-graph@2.1.13) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-graph
+
## [2.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.11...@thi.ng/rstream-graph@2.1.12) (2018-07-19)
diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json
index 130d71f0f9..9fd58c0ef6 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.12",
+ "version": "2.1.13",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,13 +28,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/paths": "^1.5.0",
- "@thi.ng/resolve-map": "^3.0.5",
- "@thi.ng/rstream": "^1.9.7",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/paths": "^1.5.1",
+ "@thi.ng/resolve-map": "^3.0.6",
+ "@thi.ng/rstream": "^1.10.0",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"compute",
diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md
index fa836fea3b..a7bf0d0e93 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.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.39...@thi.ng/rstream-log@1.0.40) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-log
+
## [1.0.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.38...@thi.ng/rstream-log@1.0.39) (2018-07-19)
diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json
index 920ca1eb36..8a56715bb0 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.39",
+ "version": "1.0.40",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/rstream": "^1.9.7",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/rstream": "^1.10.0",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"ES6",
diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md
index 06002133bf..f589ffa872 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.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.26...@thi.ng/rstream-query@0.3.27) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/rstream-query
+
## [0.3.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.25...@thi.ng/rstream-query@0.3.26) (2018-07-19)
diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json
index d5bd600bcf..8915efb355 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.26",
+ "version": "0.3.27",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,14 +28,14 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/associative": "^0.5.9",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/rstream": "^1.9.7",
- "@thi.ng/rstream-dot": "^0.2.27",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/associative": "^0.5.10",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/rstream": "^1.10.0",
+ "@thi.ng/rstream-dot": "^0.2.28",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"dataflow",
diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md
index a2b81f3396..adfaeede4f 100644
--- a/packages/rstream/CHANGELOG.md
+++ b/packages/rstream/CHANGELOG.md
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [1.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.9.7...@thi.ng/rstream@1.10.0) (2018-07-20)
+
+
+### Features
+
+* **rstream:** Add a timeout() subscription ([aa55973](https://github.com/thi-ng/umbrella/commit/aa55973))
+* **rstream:** add reset option for timeout() ([cd751fb](https://github.com/thi-ng/umbrella/commit/cd751fb))
+
+
+### Performance Improvements
+
+* **rstream:** optimize dispatch if only single child ([a59c5c9](https://github.com/thi-ng/umbrella/commit/a59c5c9))
+
+
+
+
## [1.9.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.9.6...@thi.ng/rstream@1.9.7) (2018-07-19)
diff --git a/packages/rstream/package.json b/packages/rstream/package.json
index 740e26d9fc..a63ad261a5 100644
--- a/packages/rstream/package.json
+++ b/packages/rstream/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
- "version": "1.9.7",
+ "version": "1.10.0",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,13 +28,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/associative": "^0.5.9",
- "@thi.ng/atom": "^1.4.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/paths": "^1.5.0",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/associative": "^0.5.10",
+ "@thi.ng/atom": "^1.4.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/paths": "^1.5.1",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"datastructure",
diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md
index 9c351aaa8d..52ee6a1694 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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.8...@thi.ng/sax@0.3.9) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/sax
+
## [0.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@0.3.7...@thi.ng/sax@0.3.8) (2018-07-19)
diff --git a/packages/sax/package.json b/packages/sax/package.json
index 73f353b09e..ac1e519b78 100644
--- a/packages/sax/package.json
+++ b/packages/sax/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/sax",
- "version": "0.3.8",
+ "version": "0.3.9",
"description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/transducers": "^1.14.0",
- "@thi.ng/transducers-fsm": "^0.2.7"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/transducers": "^1.14.1",
+ "@thi.ng/transducers-fsm": "^0.2.8"
},
"keywords": [
"ES6",
diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md
index aeeb95d4f0..5b15435ab5 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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.7...@thi.ng/transducers-fsm@0.2.8) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/transducers-fsm
+
## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@0.2.6...@thi.ng/transducers-fsm@0.2.7) (2018-07-19)
diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json
index 885d40ca71..b31cdf2ce6 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.7",
+ "version": "0.2.8",
"description": "Transducer-based Finite State Machine transformer",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"ES6",
diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md
new file mode 100644
index 0000000000..44ce05a247
--- /dev/null
+++ b/packages/transducers-stats/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# 0.1.0 (2018-07-20)
+
+
+### Features
+
+* **transducers-stats:** add [@thi](https://github.com/thi).ng/transducers-stats package ([7a5812f](https://github.com/thi-ng/umbrella/commit/7a5812f))
+* **transducers-stats:** add other xforms ([7df3ce0](https://github.com/thi-ng/umbrella/commit/7df3ce0))
diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json
index 2fa6046587..850af0ee78 100644
--- a/packages/transducers-stats/package.json
+++ b/packages/transducers-stats/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-stats",
- "version": "0.0.1",
+ "version": "0.1.0",
"description": "Transducers for statistical / technical analysis",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/dcons": "^1.0.5",
- "@thi.ng/errors": "^0.1.4",
- "@thi.ng/transducers": "^1.14.0"
+ "@thi.ng/dcons": "^1.0.6",
+ "@thi.ng/errors": "^0.1.5",
+ "@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"ES6",
@@ -39,4 +39,4 @@
"publishConfig": {
"access": "public"
}
-}
\ No newline at end of file
+}
diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md
index 8d502dfb9a..f13846d314 100644
--- a/packages/transducers/CHANGELOG.md
+++ b/packages/transducers/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.14.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.0...@thi.ng/transducers@1.14.1) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/transducers
+
# [1.14.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.13.0...@thi.ng/transducers@1.14.0) (2018-07-19)
diff --git a/packages/transducers/package.json b/packages/transducers/package.json
index a11f3a03f5..e702578ae4 100644
--- a/packages/transducers/package.json
+++ b/packages/transducers/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers",
- "version": "1.14.0",
+ "version": "1.14.1",
"description": "Lightweight transducer implementations for ES6 / TypeScript",
"main": "./index.js",
"typings": "./index.d.ts",
@@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
- "@thi.ng/api": "^4.0.4",
- "@thi.ng/checks": "^1.5.5",
- "@thi.ng/compare": "^0.1.4",
- "@thi.ng/equiv": "^0.1.5",
- "@thi.ng/errors": "^0.1.4"
+ "@thi.ng/api": "^4.0.5",
+ "@thi.ng/checks": "^1.5.6",
+ "@thi.ng/compare": "^0.1.5",
+ "@thi.ng/equiv": "^0.1.6",
+ "@thi.ng/errors": "^0.1.5"
},
"keywords": [
"ES6",
diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md
index 069c12b95e..7d58e13b07 100644
--- a/packages/unionstruct/CHANGELOG.md
+++ b/packages/unionstruct/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@0.1.11...@thi.ng/unionstruct@0.1.12) (2018-07-20)
+
+
+
+
+**Note:** Version bump only for package @thi.ng/unionstruct
+
## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@0.1.10...@thi.ng/unionstruct@0.1.11) (2018-06-21)
diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json
index de288bc28e..5dfc24477b 100644
--- a/packages/unionstruct/package.json
+++ b/packages/unionstruct/package.json
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/unionstruct",
- "version": "0.1.11",
+ "version": "0.1.12",
"description": "C-style struct, union and bitfield views of ArrayBuffers",
"main": "./index.js",
"typings": "./index.d.ts",