Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@0.1.1
 - @thi.ng/csp@0.3.5
 - @thi.ng/rstream-csp@0.1.3
 - @thi.ng/rstream-log@0.5.4
 - @thi.ng/rstream@0.7.1
 - @thi.ng/transducers@1.0.2
  • Loading branch information
postspectacular committed Jan 29, 2018
1 parent cca801b commit 435c771
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 12 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.1.1"></a>
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.1.0...@thi.ng/atom@0.1.1) (2018-01-29)


### Bug Fixes

* **atom:** cursor IWatch impls (replace stubs) ([cca801b](https://github.com/thi-ng/umbrella/commit/cca801b))




<a name="0.1.0"></a>
# 0.1.0 (2018-01-29)

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.1.0",
"version": "0.1.1",
"description": "Mutable wrapper for a immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.3.5"></a>
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.4...@thi.ng/csp@0.3.5) (2018-01-29)




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

<a name="0.3.4"></a>
## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.3...@thi.ng/csp@0.3.4) (2018-01-29)

Expand Down
4 changes: 2 additions & 2 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "0.3.4",
"version": "0.3.5",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@thi.ng/api": "^1.4.0",
"@thi.ng/dcons": "^0.1.6",
"@thi.ng/transducers": "^1.0.1"
"@thi.ng/transducers": "^1.0.2"
},
"keywords": [
"async",
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.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.2...@thi.ng/rstream-csp@0.1.3) (2018-01-29)




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

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

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.2",
"version": "0.1.3",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@thi.ng/api": "^1.4.0",
"@thi.ng/rstream": "^0.7.0"
"@thi.ng/rstream": "^0.7.1"
},
"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.4"></a>
## [0.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.3...@thi.ng/rstream-log@0.5.4) (2018-01-29)




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

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

Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.5.4",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -23,8 +23,8 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/rstream": "^0.7.0",
"@thi.ng/transducers": "^1.0.1"
"@thi.ng/rstream": "^0.7.1",
"@thi.ng/transducers": "^1.0.2"
},
"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="0.7.1"></a>
## [0.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@0.7.0...@thi.ng/rstream@0.7.1) (2018-01-29)




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

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

Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.7.1",
"description": "Reactive multi-tap streams & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@thi.ng/api": "^1.4.0",
"@thi.ng/atom": "^0.1.0",
"@thi.ng/transducers": "^1.0.1"
"@thi.ng/atom": "^0.1.1",
"@thi.ng/transducers": "^1.0.2"
},
"keywords": [
"ES6",
Expand Down
11 changes: 11 additions & 0 deletions packages/transducers/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="1.0.2"></a>
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.1...@thi.ng/transducers@1.0.2) (2018-01-29)


### Performance Improvements

* **transducers:** avoid result object cloning in struct() xform ([d774e32](https://github.com/thi-ng/umbrella/commit/d774e32))




<a name="1.0.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.0...@thi.ng/transducers@1.0.1) (2018-01-29)

Expand Down
2 changes: 1 addition & 1 deletion packages/transducers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lightweight transducer implementations for ES6 / TypeScript",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 435c771

Please sign in to comment.