Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/defmulti@0.5.0
 - @thi.ng/iges@0.2.19
 - @thi.ng/malloc@0.1.1
 - @thi.ng/rstream-gestures@0.5.16
  • Loading branch information
postspectacular committed Oct 24, 2018
1 parent a8c3898 commit 673bf50
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/defmulti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/defmulti/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/iges/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/iges/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/malloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/malloc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/rstream-gestures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/rstream-gestures/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 673bf50

Please sign in to comment.