From df039db1735c8d2a9a01565162e24a0e633e4cef Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Mon, 16 Apr 2018 15:13:11 +0100 Subject: [PATCH] Publish - @thi.ng/atom@1.3.1 - @thi.ng/hdom@3.0.6 - @thi.ng/hiccup-svg@0.2.4 - @thi.ng/hiccup@1.3.7 - @thi.ng/interceptors@1.3.2 - @thi.ng/paths@1.2.0 - @thi.ng/resolve-map@0.2.0 - @thi.ng/rstream-csp@0.1.52 - @thi.ng/rstream-gestures@0.1.3 - @thi.ng/rstream-graph@0.1.3 - @thi.ng/rstream-log@1.0.1 - @thi.ng/rstream@1.3.1 --- packages/atom/CHANGELOG.md | 8 ++++++++ packages/atom/package.json | 4 ++-- packages/hdom/CHANGELOG.md | 8 ++++++++ packages/hdom/package.json | 6 +++--- packages/hiccup-svg/CHANGELOG.md | 8 ++++++++ packages/hiccup-svg/package.json | 4 ++-- packages/hiccup/CHANGELOG.md | 8 ++++++++ packages/hiccup/package.json | 4 ++-- packages/interceptors/CHANGELOG.md | 8 ++++++++ packages/interceptors/package.json | 6 +++--- packages/paths/CHANGELOG.md | 11 +++++++++++ packages/paths/package.json | 2 +- packages/resolve-map/CHANGELOG.md | 11 +++++++++++ packages/resolve-map/package.json | 4 ++-- packages/rstream-csp/CHANGELOG.md | 8 ++++++++ packages/rstream-csp/package.json | 4 ++-- packages/rstream-gestures/CHANGELOG.md | 8 ++++++++ packages/rstream-gestures/package.json | 4 ++-- packages/rstream-graph/CHANGELOG.md | 8 ++++++++ packages/rstream-graph/package.json | 8 ++++---- packages/rstream-log/CHANGELOG.md | 8 ++++++++ packages/rstream-log/package.json | 4 ++-- packages/rstream/CHANGELOG.md | 8 ++++++++ packages/rstream/package.json | 4 ++-- 24 files changed, 129 insertions(+), 27 deletions(-) diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 20b572038c..15328eda07 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.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.0...@thi.ng/atom@1.3.1) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/atom + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.2.5...@thi.ng/atom@1.3.0) (2018-04-15) diff --git a/packages/atom/package.json b/packages/atom/package.json index 3e4438afee..426e81588a 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "1.3.0", + "version": "1.3.1", "description": "Mutable wrapper for immutable values", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/paths": "^1.1.6" + "@thi.ng/paths": "^1.2.0" }, "keywords": [ "cursor", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index e8d0c3bb20..d605ef36e8 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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.5...@thi.ng/hdom@3.0.6) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/hdom + ## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.4...@thi.ng/hdom@3.0.5) (2018-04-15) diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 60367e2e93..72ce4e1e5a 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "3.0.5", + "version": "3.0.6", "description": "Lightweight vanilla ES6 UI component & virtual DOM system", "main": "./index.js", "typings": "./index.d.ts", @@ -16,7 +16,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/atom": "^1.3.0", + "@thi.ng/atom": "^1.3.1", "@types/mocha": "^5.0.0", "@types/node": "^9.6.1", "mocha": "^5.0.5", @@ -27,7 +27,7 @@ "dependencies": { "@thi.ng/api": "^2.2.0", "@thi.ng/diff": "^1.0.7", - "@thi.ng/hiccup": "^1.3.6", + "@thi.ng/hiccup": "^1.3.7", "@thi.ng/iterators": "^4.1.5" }, "keywords": [ diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 14eee5380d..ad66710e16 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. + +## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@0.2.3...@thi.ng/hiccup-svg@0.2.4) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/hiccup-svg + ## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@0.2.2...@thi.ng/hiccup-svg@0.2.3) (2018-04-15) diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index f17536042a..870430a864 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "0.2.3", + "version": "0.2.4", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/hiccup": "^1.3.6" + "@thi.ng/hiccup": "^1.3.7" }, "keywords": [ "components", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index b0eee8eb30..863c1ca3fe 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. + +## [1.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.6...@thi.ng/hiccup@1.3.7) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/hiccup + ## [1.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.5...@thi.ng/hiccup@1.3.6) (2018-04-15) diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index a4c6be6508..521aff9f60 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "1.3.6", + "version": "1.3.7", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "main": "./index.js", "typings": "./index.d.ts", @@ -16,7 +16,7 @@ "test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js" }, "devDependencies": { - "@thi.ng/atom": "^1.3.0", + "@thi.ng/atom": "^1.3.1", "@types/mocha": "^5.0.0", "@types/node": "^9.6.1", "mocha": "^5.0.5", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 60a13e821d..90c63e0f7d 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.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.3.1...@thi.ng/interceptors@1.3.2) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/interceptors + ## [1.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.3.0...@thi.ng/interceptors@1.3.1) (2018-04-16) diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index dc1e85a78d..54211568df 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "1.3.1", + "version": "1.3.2", "description": "Interceptor based event bus, side effect & immutable state handling", "main": "./index.js", "typings": "./index.d.ts", @@ -25,8 +25,8 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/atom": "^1.3.0", - "@thi.ng/paths": "^1.1.6" + "@thi.ng/atom": "^1.3.1", + "@thi.ng/paths": "^1.2.0" }, "keywords": [ "ES6", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index e1d6dcde28..b35172e747 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/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.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.1.6...@thi.ng/paths@1.2.0) (2018-04-16) + + +### Features + +* **paths:** add mutator() & mutIn() ([4c1bd85](https://github.com/thi-ng/umbrella/commit/4c1bd85)) + + + + ## [1.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.1.5...@thi.ng/paths@1.1.6) (2018-04-13) diff --git a/packages/paths/package.json b/packages/paths/package.json index 947e439abc..674814238f 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "1.1.6", + "version": "1.2.0", "description": "immutable, optimized path-based object property / array accessors", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 8b4f0f9ac7..fe4b0e6bfd 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/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/resolve-map@0.1.7...@thi.ng/resolve-map@0.2.0) (2018-04-16) + + +### Features + +* **resolve-map:** resolve each ref only once, re-use resolved results ([6992e82](https://github.com/thi-ng/umbrella/commit/6992e82)) + + + + ## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@0.1.6...@thi.ng/resolve-map@0.1.7) (2018-04-13) diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 080c65c514..b43b93707d 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "0.1.7", + "version": "0.2.0", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "main": "./index.js", "typings": "./index.d.ts", @@ -23,7 +23,7 @@ }, "dependencies": { "@thi.ng/checks": "^1.4.0", - "@thi.ng/paths": "^1.1.6" + "@thi.ng/paths": "^1.2.0" }, "keywords": [ "configuration", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 43b9162e67..925d52c57e 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.52](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.51...@thi.ng/rstream-csp@0.1.52) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/rstream-csp + ## [0.1.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.50...@thi.ng/rstream-csp@0.1.51) (2018-04-15) diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index d9468320b0..e9069175a2 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.51", + "version": "0.1.52", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/csp": "^0.3.27", - "@thi.ng/rstream": "^1.3.0" + "@thi.ng/rstream": "^1.3.1" }, "keywords": [ "bridge", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 27112bac32..e998af342f 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.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.2...@thi.ng/rstream-gestures@0.1.3) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/rstream-gestures + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.1...@thi.ng/rstream-gestures@0.1.2) (2018-04-15) diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 5b683ce811..cced069e69 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "0.1.2", + "version": "0.1.3", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/rstream": "^1.3.0", + "@thi.ng/rstream": "^1.3.1", "@thi.ng/transducers": "^1.8.0" }, "keywords": [ diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 6ff269145c..149450abdd 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. + +## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@0.1.2...@thi.ng/rstream-graph@0.1.3) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/rstream-graph + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@0.1.1...@thi.ng/rstream-graph@0.1.2) (2018-04-16) diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 5ae8179d92..e901208e18 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "0.1.2", + "version": "0.1.3", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -25,9 +25,9 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/paths": "^1.1.6", - "@thi.ng/resolve-map": "^0.1.7", - "@thi.ng/rstream": "^1.3.0", + "@thi.ng/paths": "^1.2.0", + "@thi.ng/resolve-map": "^0.2.0", + "@thi.ng/rstream": "^1.3.1", "@thi.ng/transducers": "^1.8.0" }, "keywords": [ diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 5b7c1e4831..084d487c1a 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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.0...@thi.ng/rstream-log@1.0.1) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/rstream-log + # [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.6.9...@thi.ng/rstream-log@1.0.0) (2018-04-15) diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index bbf9793c51..fa9033aa4a 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.0", + "version": "1.0.1", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/rstream": "^1.3.0" + "@thi.ng/rstream": "^1.3.1" }, "keywords": [ "ES6", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 4227626bc8..01076f3eba 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.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.3.0...@thi.ng/rstream@1.3.1) (2018-04-16) + + + + +**Note:** Version bump only for package @thi.ng/rstream + # [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.9...@thi.ng/rstream@1.3.0) (2018-04-15) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 1c817b77ef..ff65e19739 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "1.3.0", + "version": "1.3.1", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/api": "^2.2.0", - "@thi.ng/atom": "^1.3.0", + "@thi.ng/atom": "^1.3.1", "@thi.ng/transducers": "^1.8.0" }, "keywords": [