Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@1.3.1
 - @thi.ng/hdom@3.0.6
 - @thi.ng/hiccup-svg@0.2.4
 - @thi.ng/hiccup@1.3.7
 - @thi.ng/interceptors@1.3.2
 - @thi.ng/paths@1.2.0
 - @thi.ng/resolve-map@0.2.0
 - @thi.ng/rstream-csp@0.1.52
 - @thi.ng/rstream-gestures@0.1.3
 - @thi.ng/rstream-graph@0.1.3
 - @thi.ng/rstream-log@1.0.1
 - @thi.ng/rstream@1.3.1
  • Loading branch information
postspectacular committed Apr 16, 2018
1 parent 144f268 commit df039db
Show file tree
Hide file tree
Showing 24 changed files with 129 additions and 27 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.3.1"></a>
## [1.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.0...@thi.ng/atom@1.3.1) (2018-04-16)




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

<a name="1.3.0"></a>
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.2.5...@thi.ng/atom@1.3.0) (2018-04-15)

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.3.0",
"version": "1.3.1",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/paths": "^1.1.6"
"@thi.ng/paths": "^1.2.0"
},
"keywords": [
"cursor",
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.6"></a>
## [3.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.5...@thi.ng/hdom@3.0.6) (2018-04-16)




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

<a name="3.0.5"></a>
## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.4...@thi.ng/hdom@3.0.5) (2018-04-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.5",
"version": "3.0.6",
"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.0",
"@thi.ng/atom": "^1.3.1",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"mocha": "^5.0.5",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/diff": "^1.0.7",
"@thi.ng/hiccup": "^1.3.6",
"@thi.ng/hiccup": "^1.3.7",
"@thi.ng/iterators": "^4.1.5"
},
"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="0.2.4"></a>
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@0.2.3...@thi.ng/hiccup-svg@0.2.4) (2018-04-16)




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

<a name="0.2.3"></a>
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@0.2.2...@thi.ng/hiccup-svg@0.2.3) (2018-04-15)

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": "0.2.3",
"version": "0.2.4",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/hiccup": "^1.3.6"
"@thi.ng/hiccup": "^1.3.7"
},
"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="1.3.7"></a>
## [1.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.6...@thi.ng/hiccup@1.3.7) (2018-04-16)




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

<a name="1.3.6"></a>
## [1.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.5...@thi.ng/hiccup@1.3.6) (2018-04-15)

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": "1.3.6",
"version": "1.3.7",
"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.0",
"@thi.ng/atom": "^1.3.1",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"mocha": "^5.0.5",
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.3.2"></a>
## [1.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.3.1...@thi.ng/interceptors@1.3.2) (2018-04-16)




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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.3.0...@thi.ng/interceptors@1.3.1) (2018-04-16)

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.3.1",
"version": "1.3.2",
"description": "Interceptor based event bus, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/atom": "^1.3.0",
"@thi.ng/paths": "^1.1.6"
"@thi.ng/atom": "^1.3.1",
"@thi.ng/paths": "^1.2.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.2.0"></a>
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.1.6...@thi.ng/paths@1.2.0) (2018-04-16)


### Features

* **paths:** add mutator() & mutIn() ([4c1bd85](https://github.com/thi-ng/umbrella/commit/4c1bd85))




<a name="1.1.6"></a>
## [1.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.1.5...@thi.ng/paths@1.1.6) (2018-04-13)

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.1.6",
"version": "1.2.0",
"description": "immutable, optimized path-based object property / array accessors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/resolve-map/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.2.0"></a>
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@0.1.7...@thi.ng/resolve-map@0.2.0) (2018-04-16)


### Features

* **resolve-map:** resolve each ref only once, re-use resolved results ([6992e82](https://github.com/thi-ng/umbrella/commit/6992e82))




<a name="0.1.7"></a>
## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@0.1.6...@thi.ng/resolve-map@0.1.7) (2018-04-13)

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": "0.1.7",
"version": "0.2.0",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@thi.ng/checks": "^1.4.0",
"@thi.ng/paths": "^1.1.6"
"@thi.ng/paths": "^1.2.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.52"></a>
## [0.1.52](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.51...@thi.ng/rstream-csp@0.1.52) (2018-04-16)




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

<a name="0.1.51"></a>
## [0.1.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.50...@thi.ng/rstream-csp@0.1.51) (2018-04-15)

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.51",
"version": "0.1.52",
"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.27",
"@thi.ng/rstream": "^1.3.0"
"@thi.ng/rstream": "^1.3.1"
},
"keywords": [
"bridge",
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.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.2...@thi.ng/rstream-gestures@0.1.3) (2018-04-16)




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

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

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.1.2",
"version": "0.1.3",
"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": "^2.2.0",
"@thi.ng/rstream": "^1.3.0",
"@thi.ng/rstream": "^1.3.1",
"@thi.ng/transducers": "^1.8.0"
},
"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="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@0.1.2...@thi.ng/rstream-graph@0.1.3) (2018-04-16)




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

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

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": "0.1.2",
"version": "0.1.3",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/paths": "^1.1.6",
"@thi.ng/resolve-map": "^0.1.7",
"@thi.ng/rstream": "^1.3.0",
"@thi.ng/paths": "^1.2.0",
"@thi.ng/resolve-map": "^0.2.0",
"@thi.ng/rstream": "^1.3.1",
"@thi.ng/transducers": "^1.8.0"
},
"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.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.0...@thi.ng/rstream-log@1.0.1) (2018-04-16)




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

<a name="1.0.0"></a>
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.6.9...@thi.ng/rstream-log@1.0.0) (2018-04-15)

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.0",
"version": "1.0.1",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/rstream": "^1.3.0"
"@thi.ng/rstream": "^1.3.1"
},
"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="1.3.1"></a>
## [1.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.3.0...@thi.ng/rstream@1.3.1) (2018-04-16)




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

<a name="1.3.0"></a>
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.9...@thi.ng/rstream@1.3.0) (2018-04-15)

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.3.0",
"version": "1.3.1",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/atom": "^1.3.0",
"@thi.ng/atom": "^1.3.1",
"@thi.ng/transducers": "^1.8.0"
},
"keywords": [
Expand Down

0 comments on commit df039db

Please sign in to comment.