Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@0.3.0
 - @thi.ng/rstream-csp@0.1.8
 - @thi.ng/rstream-log@0.5.9
 - @thi.ng/rstream@0.7.6
  • Loading branch information
postspectacular committed Jan 31, 2018
1 parent 911ff18 commit 2746e8b
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
17 changes: 17 additions & 0 deletions packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.0"></a>
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.2.2...@thi.ng/atom@0.3.0) (2018-01-31)


### Bug Fixes

* **atom:** cursor ctor arg checks ([282d989](https://github.com/thi-ng/umbrella/commit/282d989))


### Features

* **atom:** add History, add/update tests ([035c51a](https://github.com/thi-ng/umbrella/commit/035c51a))
* **atom:** add IReset/ISwap impls for History ([e1b57de](https://github.com/thi-ng/umbrella/commit/e1b57de))




<a name="0.2.2"></a>
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.2.1...@thi.ng/atom@0.2.2) (2018-01-30)

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.2.2",
"version": "0.3.0",
"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.8"></a>
## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.7...@thi.ng/rstream-csp@0.1.8) (2018-01-31)




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

<a name="0.1.7"></a>
## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.6...@thi.ng/rstream-csp@0.1.7) (2018-01-30)

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.7",
"version": "0.1.8",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/api": "^1.4.2",
"@thi.ng/rstream": "^0.7.5"
"@thi.ng/rstream": "^0.7.6"
},
"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.9"></a>
## [0.5.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.8...@thi.ng/rstream-log@0.5.9) (2018-01-31)




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

<a name="0.5.8"></a>
## [0.5.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.7...@thi.ng/rstream-log@0.5.8) (2018-01-30)

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.8",
"version": "0.5.9",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/rstream": "^0.7.5",
"@thi.ng/rstream": "^0.7.6",
"@thi.ng/transducers": "^1.0.4"
},
"keywords": [
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="0.7.6"></a>
## [0.7.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.5...@thi.ng/rstream@0.7.6) (2018-01-31)




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

<a name="0.7.5"></a>
## [0.7.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.4...@thi.ng/rstream@0.7.5) (2018-01-30)

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": "0.7.5",
"version": "0.7.6",
"description": "Reactive multi-tap streams & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/api": "^1.4.2",
"@thi.ng/atom": "^0.2.2",
"@thi.ng/atom": "^0.3.0",
"@thi.ng/transducers": "^1.0.4"
},
"keywords": [
Expand Down

0 comments on commit 2746e8b

Please sign in to comment.