Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@0.12.1
 - @thi.ng/rstream-csp@0.1.32
 - @thi.ng/rstream-log@0.5.33
 - @thi.ng/rstream@1.0.16
  • Loading branch information
postspectacular committed Mar 11, 2018
1 parent 10ea19f commit a9b09f1
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/atom/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.

<a name="0.12.1"></a>
## [0.12.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.12.0...@thi.ng/atom@0.12.1) (2018-03-11)


### Bug Fixes

* **atom:** ignore side fx with null values ([0ca0bf3](https://github.com/thi-ng/umbrella/commit/0ca0bf3))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.11.0...@thi.ng/atom@0.12.0) (2018-03-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "0.12.0",
"version": "0.12.1",
"description": "Mutable wrapper for a immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
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.

<a name="0.1.32"></a>
## [0.1.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.31...@thi.ng/rstream-csp@0.1.32) (2018-03-11)




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

<a name="0.1.31"></a>
## [0.1.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.30...@thi.ng/rstream-csp@0.1.31) (2018-03-09)

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": "0.1.31",
"version": "0.1.32",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/csp": "^0.3.19",
"@thi.ng/rstream": "^1.0.15"
"@thi.ng/rstream": "^1.0.16"
},
"keywords": [
"bridge",
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.

<a name="0.5.33"></a>
## [0.5.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.32...@thi.ng/rstream-log@0.5.33) (2018-03-11)




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

<a name="0.5.32"></a>
## [0.5.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.31...@thi.ng/rstream-log@0.5.32) (2018-03-09)

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": "0.5.32",
"version": "0.5.33",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/rstream": "^1.0.15"
"@thi.ng/rstream": "^1.0.16"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream/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.

<a name="1.0.16"></a>
## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.15...@thi.ng/rstream@1.0.16) (2018-03-11)




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

<a name="1.0.15"></a>
## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.14...@thi.ng/rstream@1.0.15) (2018-03-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/rstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
"version": "1.0.15",
"version": "1.0.16",
"description": "Reactive multi-tap streams & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/atom": "^0.12.0",
"@thi.ng/atom": "^0.12.1",
"@thi.ng/transducers": "^1.6.2"
},
"keywords": [
Expand Down

0 comments on commit a9b09f1

Please sign in to comment.