Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 17, 2018
1 parent 3e647a1 commit bd22811
Show file tree
Hide file tree
Showing 28 changed files with 158 additions and 29 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.5.3-alpha.1"></a>
## [1.5.3-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)


### Bug Fixes

* **atom:** add .value getter to IView ([3e647a1](https://github.com/thi-ng/umbrella/commit/3e647a1))





<a name="1.5.3-alpha.0"></a>
## [1.5.3-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.5.3-alpha.0",
"version": "1.5.3-alpha.1",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/hdom-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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-alpha.1"></a>
# [0.1.0-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="0.1.0-alpha.0"></a>
# [0.1.0-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.1.1",
"@thi.ng/checks": "^1.5.9",
"@thi.ng/diff": "^1.1.0",
"@thi.ng/hdom": "^5.0.0-alpha.0"
"@thi.ng/hdom": "^5.0.0-alpha.1"
},
"keywords": [
"ES6",
Expand Down
9 changes: 9 additions & 0 deletions packages/hdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.0.0-alpha.1"></a>
# [5.0.0-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="5.0.0-alpha.0"></a>
# [5.0.0-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -20,7 +20,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.5.3-alpha.0",
"@thi.ng/atom": "^1.5.3-alpha.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
Expand All @@ -33,7 +33,7 @@
"@thi.ng/checks": "^1.5.9",
"@thi.ng/diff": "^1.1.0",
"@thi.ng/equiv": "^0.1.9",
"@thi.ng/hiccup": "^2.2.1-alpha.0"
"@thi.ng/hiccup": "^2.2.1-alpha.1"
},
"keywords": [
"browser",
Expand Down
9 changes: 9 additions & 0 deletions packages/hiccup-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.0-alpha.1"></a>
# [2.0.0-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="2.0.0-alpha.0"></a>
# [2.0.0-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/hiccup": "^2.2.1-alpha.0"
"@thi.ng/hiccup": "^2.2.1-alpha.1"
},
"keywords": [
"components",
Expand Down
9 changes: 9 additions & 0 deletions packages/hiccup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.2.1-alpha.1"></a>
## [2.2.1-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="2.2.1-alpha.0"></a>
## [2.2.1-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.2.1-alpha.0",
"version": "2.2.1-alpha.1",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -20,7 +20,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.5.3-alpha.0",
"@thi.ng/atom": "^1.5.3-alpha.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/interceptors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.14-alpha.1"></a>
## [1.8.14-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="1.8.14-alpha.0"></a>
## [1.8.14-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.14-alpha.0",
"version": "1.8.14-alpha.1",
"description": "Interceptor based event bus, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.1.1",
"@thi.ng/atom": "^1.5.3-alpha.0",
"@thi.ng/atom": "^1.5.3-alpha.1",
"@thi.ng/checks": "^1.5.9",
"@thi.ng/errors": "^0.1.7",
"@thi.ng/paths": "^1.6.2-alpha.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-csp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.107-alpha.1"></a>
## [0.1.107-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="0.1.107-alpha.0"></a>
## [0.1.107-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.107-alpha.0",
"version": "0.1.107-alpha.1",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/csp": "^0.3.63-alpha.0",
"@thi.ng/rstream": "^1.12.2-alpha.0"
"@thi.ng/rstream": "^1.12.2-alpha.1"
},
"keywords": [
"bridge",
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-dot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.46-alpha.1"></a>
## [0.2.46-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="0.2.46-alpha.0"></a>
## [0.2.46-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.46-alpha.0",
"version": "0.2.46-alpha.1",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/rstream": "^1.12.2-alpha.0"
"@thi.ng/rstream": "^1.12.2-alpha.1"
},
"keywords": [
"conversion",
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-gestures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.8-alpha.1"></a>
## [0.5.8-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="0.5.8-alpha.0"></a>
## [0.5.8-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.5.8-alpha.0",
"version": "0.5.8-alpha.1",
"description": "Unified mouse, mouse wheel & single-touch event stream abstraction",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.1.1",
"@thi.ng/rstream": "^1.12.2-alpha.0",
"@thi.ng/rstream": "^1.12.2-alpha.1",
"@thi.ng/transducers": "^2.1.2-alpha.0"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.1.32-alpha.1"></a>
## [2.1.32-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="2.1.32-alpha.0"></a>
## [2.1.32-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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": "2.1.32-alpha.0",
"version": "2.1.32-alpha.1",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@thi.ng/errors": "^0.1.7",
"@thi.ng/paths": "^1.6.2-alpha.0",
"@thi.ng/resolve-map": "^3.0.12-alpha.0",
"@thi.ng/rstream": "^1.12.2-alpha.0",
"@thi.ng/rstream": "^1.12.2-alpha.1",
"@thi.ng/transducers": "^2.1.2-alpha.0"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.58-alpha.1"></a>
## [1.0.58-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="1.0.58-alpha.0"></a>
## [1.0.58-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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.58-alpha.0",
"version": "1.0.58-alpha.1",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.1.1",
"@thi.ng/checks": "^1.5.9",
"@thi.ng/errors": "^0.1.7",
"@thi.ng/rstream": "^1.12.2-alpha.0",
"@thi.ng/rstream": "^1.12.2-alpha.1",
"@thi.ng/transducers": "^2.1.2-alpha.0"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/rstream-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.45-alpha.1"></a>
## [0.3.45-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

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





<a name="0.3.45-alpha.0"></a>
## [0.3.45-alpha.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-09-17)

Expand Down
Loading

0 comments on commit bd22811

Please sign in to comment.