Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/geom@1.3.0
 - @thi.ng/rstream-csp@1.0.21
 - @thi.ng/rstream-dot@1.0.21
 - @thi.ng/rstream-gestures@1.0.21
 - @thi.ng/rstream-graph@3.0.21
 - @thi.ng/rstream-log-file@0.1.9
 - @thi.ng/rstream-log@3.0.9
 - @thi.ng/rstream-query@1.0.21
 - @thi.ng/rstream@2.3.8
  • Loading branch information
postspectacular committed Apr 11, 2019
1 parent 0ae1243 commit 15ebf48
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 17 deletions.
12 changes: 12 additions & 0 deletions packages/geom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.21...@thi.ng/geom@1.3.0) (2019-04-11)


### Features

* **geom:** add AABB impls for vertices() & volume() ([a9ba010](https://github.com/thi-ng/umbrella/commit/a9ba010))
* **geom:** add inscribedSquare*() fns ([b1790b3](https://github.com/thi-ng/umbrella/commit/b1790b3))





## [1.2.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.20...@thi.ng/geom@1.2.21) (2019-04-09)

**Note:** Version bump only for package @thi.ng/geom
Expand Down
2 changes: 1 addition & 1 deletion packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "1.2.21",
"version": "1.3.0",
"description": "2D geometry types, polymorphic operations, SVG generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-csp/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.

## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.20...@thi.ng/rstream-csp@1.0.21) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-csp





## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.19...@thi.ng/rstream-csp@1.0.20) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-csp
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "1.0.20",
"version": "1.0.21",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/csp": "^1.0.15",
"@thi.ng/rstream": "^2.3.7"
"@thi.ng/rstream": "^2.3.8"
},
"keywords": [
"bridge",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-dot/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.

## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.20...@thi.ng/rstream-dot@1.0.21) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-dot





## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.19...@thi.ng/rstream-dot@1.0.20) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-dot
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-dot",
"version": "1.0.20",
"version": "1.0.21",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^3.4.1"
},
"dependencies": {
"@thi.ng/rstream": "^2.3.7"
"@thi.ng/rstream": "^2.3.8"
},
"keywords": [
"conversion",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-gestures/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.

## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.20...@thi.ng/rstream-gestures@1.0.21) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-gestures





## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.19...@thi.ng/rstream-gestures@1.0.20) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-gestures
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.20",
"version": "1.0.21",
"description": "Unified mouse, mouse wheel & single-touch event stream abstraction",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/rstream": "^2.3.7",
"@thi.ng/rstream": "^2.3.8",
"@thi.ng/transducers": "^5.3.3"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-graph/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.

## [3.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.20...@thi.ng/rstream-graph@3.0.21) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-graph





## [3.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.19...@thi.ng/rstream-graph@3.0.20) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-graph
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-graph",
"version": "3.0.20",
"version": "3.0.21",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/errors": "^1.0.5",
"@thi.ng/paths": "^2.0.8",
"@thi.ng/resolve-map": "^4.0.9",
"@thi.ng/rstream": "^2.3.7",
"@thi.ng/rstream": "^2.3.8",
"@thi.ng/transducers": "^5.3.3"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-log-file/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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.8...@thi.ng/rstream-log-file@0.1.9) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-log-file





## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.7...@thi.ng/rstream-log-file@0.1.8) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-log-file
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log-file",
"version": "0.1.8",
"version": "0.1.9",
"description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^3.4.1"
},
"dependencies": {
"@thi.ng/rstream": "^2.3.7"
"@thi.ng/rstream": "^2.3.8"
},
"keywords": [
"append",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-log/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.

## [3.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.8...@thi.ng/rstream-log@3.0.9) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-log





## [3.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.7...@thi.ng/rstream-log@3.0.8) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-log
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log",
"version": "3.0.8",
"version": "3.0.9",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@thi.ng/api": "^6.0.1",
"@thi.ng/checks": "^2.1.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/rstream": "^2.3.7",
"@thi.ng/rstream": "^2.3.8",
"@thi.ng/transducers": "^5.3.3"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-query/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.

## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.20...@thi.ng/rstream-query@1.0.21) (2019-04-11)

**Note:** Version bump only for package @thi.ng/rstream-query





## [1.0.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.19...@thi.ng/rstream-query@1.0.20) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream-query
Expand Down
6 changes: 3 additions & 3 deletions packages/rstream-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-query",
"version": "1.0.20",
"version": "1.0.21",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/checks": "^2.1.5",
"@thi.ng/equiv": "^1.0.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/rstream": "^2.3.7",
"@thi.ng/rstream-dot": "^1.0.20",
"@thi.ng/rstream": "^2.3.8",
"@thi.ng/rstream-dot": "^1.0.21",
"@thi.ng/transducers": "^5.3.3"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/rstream/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.

## [2.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.7...@thi.ng/rstream@2.3.8) (2019-04-11)


### Bug Fixes

* **rstream:** add missing Subscription.deref() return type hint ([0ae1243](https://github.com/thi-ng/umbrella/commit/0ae1243))





## [2.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.6...@thi.ng/rstream@2.3.7) (2019-04-09)

**Note:** Version bump only for package @thi.ng/rstream
Expand Down
2 changes: 1 addition & 1 deletion packages/rstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
"version": "2.3.7",
"version": "2.3.8",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit 15ebf48

Please sign in to comment.