Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@1.5.1
 - @thi.ng/hdom@4.0.3
 - @thi.ng/hiccup-svg@1.0.13
 - @thi.ng/hiccup@2.1.1
 - @thi.ng/interceptors@1.8.12
 - @thi.ng/paths@1.6.0
 - @thi.ng/resolve-map@3.0.10
 - @thi.ng/rstream-csp@0.1.102
 - @thi.ng/rstream-dot@0.2.41
 - @thi.ng/rstream-gestures@0.5.3
 - @thi.ng/rstream-graph@2.1.27
 - @thi.ng/rstream-log@1.0.53
 - @thi.ng/rstream-query@0.3.40
 - @thi.ng/rstream@1.11.8
 - @thi.ng/transducers-hdom@1.0.3
  • Loading branch information
postspectacular committed Sep 1, 2018
1 parent e5662a0 commit fc7c670
Show file tree
Hide file tree
Showing 30 changed files with 166 additions and 37 deletions.
8 changes: 8 additions & 0 deletions packages/atom/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.5.1"></a>
## [1.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.5.0...@thi.ng/atom@1.5.1) (2018-09-01)




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

<a name="1.5.0"></a>
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.7...@thi.ng/atom@1.5.0) (2018-08-27)

Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.5.1",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@thi.ng/checks": "^1.5.7",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/paths": "^1.5.2"
"@thi.ng/paths": "^1.6.0"
},
"keywords": [
"cursor",
Expand Down
11 changes: 11 additions & 0 deletions packages/hdom/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="4.0.3"></a>
## [4.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@4.0.2...@thi.ng/hdom@4.0.3) (2018-09-01)


### Bug Fixes

* **hdom:** fix local import ([e66a492](https://github.com/thi-ng/umbrella/commit/e66a492))




<a name="4.0.2"></a>
## [4.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@4.0.1...@thi.ng/hdom@4.0.2) (2018-09-01)

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": "4.0.2",
"version": "4.0.3",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",
"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.0",
"@thi.ng/atom": "^1.5.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.7",
"@thi.ng/diff": "^1.0.22",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/hiccup": "^2.1.0"
"@thi.ng/hiccup": "^2.1.1"
},
"keywords": [
"browser",
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.13"></a>
## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.12...@thi.ng/hiccup-svg@1.0.13) (2018-09-01)




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

<a name="1.0.12"></a>
## [1.0.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@1.0.11...@thi.ng/hiccup-svg@1.0.12) (2018-08-31)

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.12",
"version": "1.0.13",
"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.1.0"
"@thi.ng/hiccup": "^2.1.1"
},
"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.1.1"></a>
## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.1.0...@thi.ng/hiccup@2.1.1) (2018-09-01)




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

<a name="2.1.0"></a>
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.0.11...@thi.ng/hiccup@2.1.0) (2018-08-31)

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.1.0",
"version": "2.1.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.0",
"@thi.ng/atom": "^1.5.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.0",
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.12"></a>
## [1.8.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.11...@thi.ng/interceptors@1.8.12) (2018-09-01)




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

<a name="1.8.11"></a>
## [1.8.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.8.10...@thi.ng/interceptors@1.8.11) (2018-08-27)

Expand Down
6 changes: 3 additions & 3 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.11",
"version": "1.8.12",
"description": "Interceptor based event bus, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@thi.ng/api": "^4.1.0",
"@thi.ng/atom": "^1.5.0",
"@thi.ng/atom": "^1.5.1",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/paths": "^1.5.2"
"@thi.ng/paths": "^1.6.0"
},
"keywords": [
"ES6",
Expand Down
11 changes: 11 additions & 0 deletions packages/paths/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.6.0"></a>
# [1.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.5.2...@thi.ng/paths@1.6.0) (2018-09-01)


### Features

* **paths:** add exists() path checker & tests ([f018353](https://github.com/thi-ng/umbrella/commit/f018353))




<a name="1.5.2"></a>
## [1.5.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.5.1...@thi.ng/paths@1.5.2) (2018-08-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/paths",
"version": "1.5.2",
"version": "1.6.0",
"description": "immutable, optimized path-based object property / array accessors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
15 changes: 13 additions & 2 deletions packages/resolve-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@
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.9"></a>
<a name="3.0.10"></a>
## [3.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.9...@thi.ng/resolve-map@3.0.10) (2018-09-01)


### Bug Fixes

* **resolve-map:** deep resolve of yet unknown path values ([a710453](https://github.com/thi-ng/umbrella/commit/a710453))




<a name="3.0.9"></a>
## [3.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.8...@thi.ng/resolve-map@3.0.9) (2018-08-30)




**Note:** Version bump only for package @thi.ng/resolve-map

<a name="3.0.8"></a>
<a name="3.0.8"></a>
## [3.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.7...@thi.ng/resolve-map@3.0.8) (2018-08-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/resolve-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/resolve-map",
"version": "3.0.9",
"version": "3.0.10",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@thi.ng/checks": "^1.5.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/paths": "^1.5.2"
"@thi.ng/paths": "^1.6.0"
},
"keywords": [
"configuration",
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.102"></a>
## [0.1.102](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.101...@thi.ng/rstream-csp@0.1.102) (2018-09-01)




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

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

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.101",
"version": "0.1.102",
"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.58",
"@thi.ng/rstream": "^1.11.7"
"@thi.ng/rstream": "^1.11.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.41"></a>
## [0.2.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.40...@thi.ng/rstream-dot@0.2.41) (2018-09-01)




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

<a name="0.2.40"></a>
## [0.2.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.39...@thi.ng/rstream-dot@0.2.40) (2018-09-01)

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.40",
"version": "0.2.41",
"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.11.7"
"@thi.ng/rstream": "^1.11.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.5.3"></a>
## [0.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.2...@thi.ng/rstream-gestures@0.5.3) (2018-09-01)




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

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

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.2",
"version": "0.5.3",
"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.0",
"@thi.ng/rstream": "^1.11.7",
"@thi.ng/rstream": "^1.11.8",
"@thi.ng/transducers": "^2.0.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="2.1.27"></a>
## [2.1.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.26...@thi.ng/rstream-graph@2.1.27) (2018-09-01)




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

<a name="2.1.26"></a>
## [2.1.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.25...@thi.ng/rstream-graph@2.1.26) (2018-09-01)

Expand Down
8 changes: 4 additions & 4 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.26",
"version": "2.1.27",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@thi.ng/api": "^4.1.0",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/paths": "^1.5.2",
"@thi.ng/resolve-map": "^3.0.9",
"@thi.ng/rstream": "^1.11.7",
"@thi.ng/paths": "^1.6.0",
"@thi.ng/resolve-map": "^3.0.10",
"@thi.ng/rstream": "^1.11.8",
"@thi.ng/transducers": "^2.0.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.53"></a>
## [1.0.53](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.52...@thi.ng/rstream-log@1.0.53) (2018-09-01)




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

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

Expand Down
Loading

0 comments on commit fc7c670

Please sign in to comment.