Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@1.4.0
 - @thi.ng/hdom@3.0.24
 - @thi.ng/hiccup-svg@1.0.3
 - @thi.ng/hiccup@2.0.3
 - @thi.ng/interceptors@1.8.3
 - @thi.ng/rstream-csp@0.1.75
 - @thi.ng/rstream-dot@0.2.14
 - @thi.ng/rstream-gestures@0.3.11
 - @thi.ng/rstream-graph@1.1.2
 - @thi.ng/rstream-log@1.0.26
 - @thi.ng/rstream-query@0.3.13
 - @thi.ng/rstream@1.7.1
  • Loading branch information
postspectacular committed May 30, 2018
1 parent 4578522 commit 67c7e17
Show file tree
Hide file tree
Showing 24 changed files with 125 additions and 25 deletions.
12 changes: 12 additions & 0 deletions packages/atom/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.

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


### Features

* **atom:** add INotify impl for History ([9422598](https://github.com/thi-ng/umbrella/commit/9422598))
* **atom:** provide prev/curr states to history event listeners ([7ac6227](https://github.com/thi-ng/umbrella/commit/7ac6227))




<a name="1.3.13"></a>
## [1.3.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.12...@thi.ng/atom@1.3.13) (2018-05-14)

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": "1.3.13",
"version": "1.4.0",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom/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="3.0.24"></a>
## [3.0.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.23...@thi.ng/hdom@3.0.24) (2018-05-30)




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

<a name="3.0.23"></a>
## [3.0.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.22...@thi.ng/hdom@3.0.23) (2018-05-15)

Expand Down
6 changes: 3 additions & 3 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "3.0.23",
"version": "3.0.24",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.3.13",
"@thi.ng/atom": "^1.4.0",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
Expand All @@ -29,7 +29,7 @@
"@thi.ng/checks": "^1.5.3",
"@thi.ng/diff": "^1.0.17",
"@thi.ng/equiv": "^0.1.3",
"@thi.ng/hiccup": "^2.0.2",
"@thi.ng/hiccup": "^2.0.3",
"@thi.ng/iterators": "^4.1.16"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-svg/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.3"></a>
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.2...@thi.ng/hiccup-svg@1.0.3) (2018-05-30)




**Note:** Version bump only for package @thi.ng/hiccup-svg

<a name="1.0.2"></a>
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.1...@thi.ng/hiccup-svg@1.0.2) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
"version": "1.0.2",
"version": "1.0.3",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/hiccup": "^2.0.2"
"@thi.ng/hiccup": "^2.0.3"
},
"keywords": [
"components",
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup/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="2.0.3"></a>
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.0.2...@thi.ng/hiccup@2.0.3) (2018-05-30)




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

<a name="2.0.2"></a>
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.0.1...@thi.ng/hiccup@2.0.2) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "2.0.2",
"version": "2.0.3",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.3.13",
"@thi.ng/atom": "^1.4.0",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"mocha": "^5.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/interceptors/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.8.3"></a>
## [1.8.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.2...@thi.ng/interceptors@1.8.3) (2018-05-30)




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

<a name="1.8.2"></a>
## [1.8.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.1...@thi.ng/interceptors@1.8.2) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/interceptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/interceptors",
"version": "1.8.2",
"version": "1.8.3",
"description": "Interceptor based event bus, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.0.3",
"@thi.ng/atom": "^1.3.13",
"@thi.ng/atom": "^1.4.0",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/paths": "^1.3.8"
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.75"></a>
## [0.1.75](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.74...@thi.ng/rstream-csp@0.1.75) (2018-05-30)




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

<a name="0.1.74"></a>
## [0.1.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.73...@thi.ng/rstream-csp@0.1.74) (2018-05-20)

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.74",
"version": "0.1.75",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/csp": "^0.3.42",
"@thi.ng/rstream": "^1.7.0"
"@thi.ng/rstream": "^1.7.1"
},
"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.

<a name="0.2.14"></a>
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.13...@thi.ng/rstream-dot@0.2.14) (2018-05-30)




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

<a name="0.2.13"></a>
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.12...@thi.ng/rstream-dot@0.2.13) (2018-05-20)

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": "0.2.13",
"version": "0.2.14",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/rstream": "^1.7.0"
"@thi.ng/rstream": "^1.7.1"
},
"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.

<a name="0.3.11"></a>
## [0.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.10...@thi.ng/rstream-gestures@0.3.11) (2018-05-30)




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

<a name="0.3.10"></a>
## [0.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.9...@thi.ng/rstream-gestures@0.3.10) (2018-05-20)

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": "0.3.10",
"version": "0.3.11",
"description": "Unified mouse, mouse wheel & single-touch event stream abstraction",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.0.3",
"@thi.ng/rstream": "^1.7.0",
"@thi.ng/rstream": "^1.7.1",
"@thi.ng/transducers": "^1.10.2"
},
"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.

<a name="1.1.2"></a>
## [1.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@1.1.1...@thi.ng/rstream-graph@1.1.2) (2018-05-30)




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

<a name="1.1.1"></a>
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@1.1.0...@thi.ng/rstream-graph@1.1.1) (2018-05-21)

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": "1.1.1",
"version": "1.1.2",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@thi.ng/errors": "^0.1.3",
"@thi.ng/paths": "^1.3.8",
"@thi.ng/resolve-map": "^2.0.5",
"@thi.ng/rstream": "^1.7.0",
"@thi.ng/rstream": "^1.7.1",
"@thi.ng/transducers": "^1.10.2"
},
"keywords": [
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="1.0.26"></a>
## [1.0.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.25...@thi.ng/rstream-log@1.0.26) (2018-05-30)




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

<a name="1.0.25"></a>
## [1.0.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.24...@thi.ng/rstream-log@1.0.25) (2018-05-20)

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": "1.0.25",
"version": "1.0.26",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@thi.ng/api": "^4.0.3",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/rstream": "^1.7.0",
"@thi.ng/rstream": "^1.7.1",
"@thi.ng/transducers": "^1.10.2"
},
"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.

<a name="0.3.13"></a>
## [0.3.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.12...@thi.ng/rstream-query@0.3.13) (2018-05-30)




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

<a name="0.3.12"></a>
## [0.3.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@0.3.11...@thi.ng/rstream-query@0.3.12) (2018-05-20)

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": "0.3.12",
"version": "0.3.13",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@thi.ng/checks": "^1.5.3",
"@thi.ng/equiv": "^0.1.3",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/rstream": "^1.7.0",
"@thi.ng/rstream-dot": "^0.2.13",
"@thi.ng/rstream": "^1.7.1",
"@thi.ng/rstream-dot": "^0.2.14",
"@thi.ng/transducers": "^1.10.2"
},
"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="1.7.1"></a>
## [1.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.7.0...@thi.ng/rstream@1.7.1) (2018-05-30)




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

<a name="1.7.0"></a>
# [1.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.6.14...@thi.ng/rstream@1.7.0) (2018-05-20)

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.7.0",
"version": "1.7.1",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@thi.ng/api": "^4.0.3",
"@thi.ng/associative": "^0.5.6",
"@thi.ng/atom": "^1.3.13",
"@thi.ng/atom": "^1.4.0",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/paths": "^1.3.8",
Expand Down

0 comments on commit 67c7e17

Please sign in to comment.