Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/rstream-csp@2.0.18
 - @thi.ng/rstream-dot@1.1.25
 - @thi.ng/rstream-gestures@2.0.17
 - @thi.ng/rstream-graph@3.2.18
 - @thi.ng/rstream-log-file@0.1.40
 - @thi.ng/rstream-log@3.1.25
 - @thi.ng/rstream-query@1.1.25
 - @thi.ng/rstream@4.2.0
  • Loading branch information
postspectacular committed May 15, 2020
1 parent f3ca3b6 commit a745950
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 16 deletions.
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.

## [2.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.17...@thi.ng/rstream-csp@2.0.18) (2020-05-15)

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





## [2.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.16...@thi.ng/rstream-csp@2.0.17) (2020-05-14)

**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": "2.0.17",
"version": "2.0.18",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@thi.ng/csp": "^1.1.23",
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"tslib": "^1.12.0"
},
"files": [
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.1.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.1.24...@thi.ng/rstream-dot@1.1.25) (2020-05-15)

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





## [1.1.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.1.23...@thi.ng/rstream-dot@1.1.24) (2020-05-14)

**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.1.24",
"version": "1.1.25",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"tslib": "^1.12.0"
},
"files": [
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.

## [2.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.16...@thi.ng/rstream-gestures@2.0.17) (2020-05-15)

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





## [2.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.15...@thi.ng/rstream-gestures@2.0.16) (2020-05-14)

**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": "2.0.16",
"version": "2.0.17",
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/api": "^6.10.5",
"@thi.ng/checks": "^2.7.0",
"@thi.ng/math": "^1.7.10",
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"@thi.ng/transducers": "^6.5.0",
"tslib": "^1.12.0"
},
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.2.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.17...@thi.ng/rstream-graph@3.2.18) (2020-05-15)

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





## [3.2.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.16...@thi.ng/rstream-graph@3.2.17) (2020-05-14)

**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.2.17",
"version": "3.2.18",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@thi.ng/errors": "^1.2.14",
"@thi.ng/paths": "^4.0.6",
"@thi.ng/resolve-map": "^4.1.23",
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"@thi.ng/transducers": "^6.5.0",
"tslib": "^1.12.0"
},
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.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.39...@thi.ng/rstream-log-file@0.1.40) (2020-05-15)

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





## [0.1.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.38...@thi.ng/rstream-log-file@0.1.39) (2020-05-14)

**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.39",
"version": "0.1.40",
"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 @@ -43,7 +43,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"tslib": "^1.12.0"
},
"files": [
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.1.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.1.24...@thi.ng/rstream-log@3.1.25) (2020-05-15)

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





## [3.1.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.1.23...@thi.ng/rstream-log@3.1.24) (2020-05-14)

**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.1.24",
"version": "3.1.25",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/api": "^6.10.5",
"@thi.ng/checks": "^2.7.0",
"@thi.ng/errors": "^1.2.14",
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream": "^4.2.0",
"@thi.ng/transducers": "^6.5.0",
"tslib": "^1.12.0"
},
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.1.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.24...@thi.ng/rstream-query@1.1.25) (2020-05-15)

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





## [1.1.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.1.23...@thi.ng/rstream-query@1.1.24) (2020-05-14)

**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.1.24",
"version": "1.1.25",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@thi.ng/equiv": "^1.0.23",
"@thi.ng/errors": "^1.2.14",
"@thi.ng/math": "^1.7.10",
"@thi.ng/rstream": "^4.1.0",
"@thi.ng/rstream-dot": "^1.1.24",
"@thi.ng/rstream": "^4.2.0",
"@thi.ng/rstream-dot": "^1.1.25",
"@thi.ng/transducers": "^6.5.0",
"tslib": "^1.12.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/rstream/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.

# [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.1.0...@thi.ng/rstream@4.2.0) (2020-05-15)


### Features

* **rstream:** add fromObject(), add docs & tests ([5e854eb](https://github.com/thi-ng/umbrella/commit/5e854eb64c28eac2221b656db528b819449bdcbd))
* **rstream:** update fromObject(), add StreamObjOpts, update docs ([f3ca3b6](https://github.com/thi-ng/umbrella/commit/f3ca3b6fef4568cb5c8992166e1db931c173ffca))





# [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@4.0.8...@thi.ng/rstream@4.1.0) (2020-05-14)


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": "4.1.0",
"version": "4.2.0",
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit a745950

Please sign in to comment.