diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 8824c5493c..d9eb8f5dcb 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/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.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.4.1...@thi.ng/defmulti@0.5.0) (2018-10-24) + + +### Features + +* **defmulti:** add support for dispatch value relationships / hierarchy ([a8c3898](https://github.com/thi-ng/umbrella/commit/a8c3898)) + + + + + ## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.4.0...@thi.ng/defmulti@0.4.1) (2018-10-21) **Note:** Version bump only for package @thi.ng/defmulti diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 03ee3475cd..5f9beb3c54 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "0.4.1", + "version": "0.5.0", "description": "Dynamically extensible multiple dispatch via user supplied dispatch function.", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index ed78ca9029..7e1e18046b 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.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.18...@thi.ng/iges@0.2.19) (2018-10-24) + +**Note:** Version bump only for package @thi.ng/iges + + + + + ## [0.2.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.17...@thi.ng/iges@0.2.18) (2018-10-21) **Note:** Version bump only for package @thi.ng/iges diff --git a/packages/iges/package.json b/packages/iges/package.json index cdc70930bb..dacd4468c2 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "0.2.18", + "version": "0.2.19", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "main": "./index.js", "typings": "./index.d.ts", @@ -29,7 +29,7 @@ }, "dependencies": { "@thi.ng/api": "^4.2.3", - "@thi.ng/defmulti": "^0.4.1", + "@thi.ng/defmulti": "^0.5.0", "@thi.ng/strings": "^0.5.2", "@thi.ng/transducers": "^2.2.1" }, diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index d39e0436a3..b9e8fc3c15 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@0.1.0...@thi.ng/malloc@0.1.1) (2018-10-24) + +**Note:** Version bump only for package @thi.ng/malloc + + + + + # 0.1.0 (2018-10-21) diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 9b780cd8d6..dbe869df07 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "0.1.0", + "version": "0.1.1", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "main": "./index.js", "typings": "./index.d.ts", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 0c5a7857d9..9d28aab07d 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/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.5.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.15...@thi.ng/rstream-gestures@0.5.16) (2018-10-24) + + +### Bug Fixes + +* **rstream-gestures:** fix incorrect local position when scrolled ([f1f6af4](https://github.com/thi-ng/umbrella/commit/f1f6af4)) + + + + + ## [0.5.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.14...@thi.ng/rstream-gestures@0.5.15) (2018-10-21) **Note:** Version bump only for package @thi.ng/rstream-gestures diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 91d7b0b311..0915d21c6a 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "0.5.15", + "version": "0.5.16", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "main": "./index.js", "typings": "./index.d.ts",