Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@1.3.2
 - @thi.ng/hdom@3.0.7
 - @thi.ng/hiccup-svg@0.2.5
 - @thi.ng/hiccup@1.3.8
 - @thi.ng/interceptors@1.4.1
 - @thi.ng/paths@1.3.0
 - @thi.ng/resolve-map@1.0.1
 - @thi.ng/rstream-csp@0.1.54
 - @thi.ng/rstream-gestures@0.1.5
 - @thi.ng/rstream-graph@0.2.1
 - @thi.ng/rstream-log@1.0.3
 - @thi.ng/rstream@1.4.1
  • Loading branch information
postspectacular committed Apr 17, 2018
1 parent 8f3a3d1 commit 7e585e2
Show file tree
Hide file tree
Showing 24 changed files with 129 additions and 30 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.2"></a>
## [1.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.1...@thi.ng/atom@1.3.2) (2018-04-17)




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

<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)

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.1",
"version": "1.3.2",
"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.2.0"
"@thi.ng/paths": "^1.3.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.7"></a>
## [3.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.6...@thi.ng/hdom@3.0.7) (2018-04-17)




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

<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)

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.6",
"version": "3.0.7",
"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.1",
"@thi.ng/atom": "^1.3.2",
"@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.7",
"@thi.ng/hiccup": "^1.3.8",
"@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.5"></a>
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@0.2.4...@thi.ng/hiccup-svg@0.2.5) (2018-04-17)




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

<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)

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.4",
"version": "0.2.5",
"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.7"
"@thi.ng/hiccup": "^1.3.8"
},
"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.8"></a>
## [1.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.3.7...@thi.ng/hiccup@1.3.8) (2018-04-17)




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

<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)

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.7",
"version": "1.3.8",
"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.1",
"@thi.ng/atom": "^1.3.2",
"@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.4.1"></a>
## [1.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.4.0...@thi.ng/interceptors@1.4.1) (2018-04-17)




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

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

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.4.0",
"version": "1.4.1",
"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.1",
"@thi.ng/paths": "^1.2.0"
"@thi.ng/atom": "^1.3.2",
"@thi.ng/paths": "^1.3.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.3.0"></a>
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@1.2.0...@thi.ng/paths@1.3.0) (2018-04-17)


### Features

* **paths:** add setInMany() and mutInMany(), add [@thi](https://github.com/thi).ng/api dependency ([8f3a3d1](https://github.com/thi-ng/umbrella/commit/8f3a3d1))




<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)

Expand Down
4 changes: 2 additions & 2 deletions packages/paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/paths",
"version": "1.2.0",
"version": "1.3.0",
"description": "immutable, optimized path-based object property / array accessors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
12 changes: 10 additions & 2 deletions packages/resolve-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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.0"></a>
<a name="1.0.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@1.0.0...@thi.ng/resolve-map@1.0.1) (2018-04-17)




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

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


Expand All @@ -26,7 +34,7 @@ absolute paths were allowed)



<a name="0.2.0"></a>
<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)


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": "1.0.0",
"version": "1.0.1",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@thi.ng/api": "^2.2.0",
"@thi.ng/checks": "^1.4.0",
"@thi.ng/paths": "^1.2.0"
"@thi.ng/paths": "^1.3.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.54"></a>
## [0.1.54](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.53...@thi.ng/rstream-csp@0.1.54) (2018-04-17)




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

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

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.53",
"version": "0.1.54",
"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.4.0"
"@thi.ng/rstream": "^1.4.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.5"></a>
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.4...@thi.ng/rstream-gestures@0.1.5) (2018-04-17)




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

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

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.4",
"version": "0.1.5",
"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.4.0",
"@thi.ng/rstream": "^1.4.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.2.1"></a>
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@0.2.0...@thi.ng/rstream-graph@0.2.1) (2018-04-17)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@0.1.3...@thi.ng/rstream-graph@0.2.0) (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.2.0",
"version": "0.2.1",
"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.2.0",
"@thi.ng/resolve-map": "^1.0.0",
"@thi.ng/rstream": "^1.4.0",
"@thi.ng/paths": "^1.3.0",
"@thi.ng/resolve-map": "^1.0.1",
"@thi.ng/rstream": "^1.4.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.3"></a>
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@1.0.2...@thi.ng/rstream-log@1.0.3) (2018-04-17)




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

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

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.2",
"version": "1.0.3",
"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.4.0"
"@thi.ng/rstream": "^1.4.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.4.1"></a>
## [1.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.4.0...@thi.ng/rstream@1.4.1) (2018-04-17)




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

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

Expand Down
Loading

0 comments on commit 7e585e2

Please sign in to comment.