Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 10, 2018
1 parent 304669d commit 08cef30
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 27 deletions.
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.36"></a>
## [0.3.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.3.35"></a>
## [0.3.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

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.35",
"version": "0.3.36",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@thi.ng/checks": "^1.5.2",
"@thi.ng/dcons": "^0.3.5",
"@thi.ng/errors": "^0.1.0",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"async",
Expand Down
12 changes: 12 additions & 0 deletions packages/defmulti/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.0"></a>
# 0.1.0 (2018-05-10)


### Features

* **defmulti:** add [@thi](https://github.com/thi).ng/defmulti package ([edc66bf](https://github.com/thi-ng/umbrella/commit/edc66bf))
4 changes: 2 additions & 2 deletions packages/defmulti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/defmulti",
"version": "0.0.1",
"version": "0.1.0",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/hiccup-css/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.18"></a>
## [0.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.1.17"></a>
## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-css",
"version": "0.1.17",
"version": "0.1.18",
"description": "CSS from nested JS data structures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@thi.ng/api": "^3.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/errors": "^0.1.0",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"clojure",
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.67"></a>
## [0.1.67](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.1.66"></a>
## [0.1.66](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

Expand Down
6 changes: 3 additions & 3 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.66",
"version": "0.1.67",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,8 +24,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/csp": "^0.3.35",
"@thi.ng/rstream": "^1.6.7"
"@thi.ng/csp": "^0.3.36",
"@thi.ng/rstream": "^1.6.8"
},
"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.6"></a>
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.2.5"></a>
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

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.5",
"version": "0.2.6",
"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.6.7"
"@thi.ng/rstream": "^1.6.8"
},
"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.3"></a>
## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.3.2"></a>
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.3.3",
"description": "Unified mouse, mouse wheel & single-touch event stream abstraction",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@thi.ng/api": "^3.0.0",
"@thi.ng/rstream": "^1.6.7",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/rstream": "^1.6.8",
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"dataflow",
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.0.10"></a>
## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="1.0.9"></a>
## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

Expand Down
6 changes: 3 additions & 3 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.0.9",
"version": "1.0.10",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@thi.ng/errors": "^0.1.0",
"@thi.ng/paths": "^1.3.5",
"@thi.ng/resolve-map": "^2.0.1",
"@thi.ng/rstream": "^1.6.7",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/rstream": "^1.6.8",
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"compute",
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.18"></a>
## [1.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="1.0.17"></a>
## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

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": "1.0.17",
"version": "1.0.18",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,8 +27,8 @@
"@thi.ng/api": "^3.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/errors": "^0.1.0",
"@thi.ng/rstream": "^1.6.7",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/rstream": "^1.6.8",
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"ES6",
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.5"></a>
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="0.3.4"></a>
## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

Expand Down
8 changes: 4 additions & 4 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.4",
"version": "0.3.5",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@thi.ng/checks": "^1.5.2",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.0",
"@thi.ng/rstream": "^1.6.7",
"@thi.ng/rstream-dot": "^0.2.5",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/rstream": "^1.6.8",
"@thi.ng/rstream-dot": "^0.2.6",
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"dataflow",
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.6.8"></a>
## [1.6.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="1.6.7"></a>
## [1.6.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

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.6.7",
"version": "1.6.8",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@thi.ng/checks": "^1.5.2",
"@thi.ng/errors": "^0.1.0",
"@thi.ng/paths": "^1.3.5",
"@thi.ng/transducers": "^1.9.0"
"@thi.ng/transducers": "^1.9.1"
},
"keywords": [
"datastructure",
Expand Down
8 changes: 8 additions & 0 deletions packages/transducers/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.9.1"></a>
## [1.9.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)




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

<a name="1.9.0"></a>
# [1.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-05-10)

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.9.0",
"version": "1.9.1",
"description": "Lightweight transducer implementations for ES6 / TypeScript",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 08cef30

Please sign in to comment.