Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/associative@0.6.9
 - @thi.ng/cache@0.2.26
 - @thi.ng/csp@0.3.65
 - @thi.ng/dcons@1.1.9
 - @thi.ng/dgraph@0.2.21
 - @thi.ng/hdom-components@2.2.8
 - @thi.ng/hiccup-css@0.2.24
 - @thi.ng/iges@0.2.14
 - @thi.ng/iterators@4.1.30
 - @thi.ng/range-coder@0.1.14
 - @thi.ng/rstream-csp@0.1.110
 - @thi.ng/rstream-dot@0.2.49
 - @thi.ng/rstream-gestures@0.5.11
 - @thi.ng/rstream-graph@2.1.35
 - @thi.ng/rstream-log@1.0.61
 - @thi.ng/rstream-query@0.3.48
 - @thi.ng/rstream@1.13.3
 - @thi.ng/sax@0.4.1
 - @thi.ng/strings@0.4.3
 - @thi.ng/transducers-fsm@0.2.22
 - @thi.ng/transducers-hdom@1.1.3
 - @thi.ng/transducers-stats@0.4.9
 - @thi.ng/transducers@2.1.4
  • Loading branch information
postspectacular committed Sep 24, 2018
1 parent cb26300 commit febe3c3
Show file tree
Hide file tree
Showing 46 changed files with 270 additions and 60 deletions.
9 changes: 9 additions & 0 deletions packages/associative/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.6.9"></a>
## [0.6.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.8...@thi.ng/associative@0.6.9) (2018-09-24)

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





<a name="0.6.8"></a>
## [0.6.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.6.7...@thi.ng/associative@0.6.8) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "0.6.8",
"version": "0.6.9",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/compare": "^0.1.9",
"@thi.ng/dcons": "^1.1.8",
"@thi.ng/dcons": "^1.1.9",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"data structures",
Expand Down
9 changes: 9 additions & 0 deletions packages/cache/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.26"></a>
## [0.2.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.25...@thi.ng/cache@0.2.26) (2018-09-24)

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





<a name="0.2.25"></a>
## [0.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.24...@thi.ng/cache@0.2.25) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "0.2.25",
"version": "0.2.26",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/dcons": "^1.1.8",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/dcons": "^1.1.9",
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"cache",
Expand Down
9 changes: 9 additions & 0 deletions packages/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.3.65"></a>
## [0.3.65](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.64...@thi.ng/csp@0.3.65) (2018-09-24)

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





<a name="0.3.64"></a>
## [0.3.64](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.63...@thi.ng/csp@0.3.64) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 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.64",
"version": "0.3.65",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/dcons": "^1.1.8",
"@thi.ng/dcons": "^1.1.9",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"async",
Expand Down
9 changes: 9 additions & 0 deletions packages/dcons/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.1.9"></a>
## [1.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.8...@thi.ng/dcons@1.1.9) (2018-09-24)

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





<a name="1.1.8"></a>
## [1.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.1.7...@thi.ng/dcons@1.1.8) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "1.1.8",
"version": "1.1.9",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@thi.ng/compare": "^0.1.9",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"datastructure",
Expand Down
9 changes: 9 additions & 0 deletions packages/dgraph/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.21"></a>
## [0.2.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.20...@thi.ng/dgraph@0.2.21) (2018-09-24)

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





<a name="0.2.20"></a>
## [0.2.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.19...@thi.ng/dgraph@0.2.20) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "0.2.20",
"version": "0.2.21",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/associative": "^0.6.8",
"@thi.ng/associative": "^0.6.9",
"@thi.ng/equiv": "^0.1.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"data structure",
Expand Down
9 changes: 9 additions & 0 deletions packages/hdom-components/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.8"></a>
## [2.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.2.7...@thi.ng/hdom-components@2.2.8) (2018-09-24)

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





<a name="2.2.7"></a>
## [2.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.2.6...@thi.ng/hdom-components@2.2.7) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "2.2.7",
"version": "2.2.8",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/transducers": "^2.1.3",
"@thi.ng/transducers": "^2.1.4",
"@types/webgl2": "^0.0.4"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/hiccup-css/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.24"></a>
## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.23...@thi.ng/hiccup-css@0.2.24) (2018-09-24)

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





<a name="0.2.23"></a>
## [0.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.2.22...@thi.ng/hiccup-css@0.2.23) (2018-09-24)

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.2.23",
"version": "0.2.24",
"description": "CSS from nested JS data structures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/errors": "^0.1.9",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"clojure",
Expand Down
9 changes: 9 additions & 0 deletions packages/iges/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.14"></a>
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.13...@thi.ng/iges@0.2.14) (2018-09-24)

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





<a name="0.2.13"></a>
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@0.2.12...@thi.ng/iges@0.2.13) (2018-09-24)

Expand Down
6 changes: 3 additions & 3 deletions packages/iges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iges",
"version": "0.2.13",
"version": "0.2.14",
"description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/defmulti": "^0.3.11",
"@thi.ng/strings": "^0.4.2",
"@thi.ng/transducers": "^2.1.3"
"@thi.ng/strings": "^0.4.3",
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
"CAD",
Expand Down
9 changes: 9 additions & 0 deletions packages/iterators/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="4.1.30"></a>
## [4.1.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.29...@thi.ng/iterators@4.1.30) (2018-09-24)

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





<a name="4.1.29"></a>
## [4.1.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@4.1.28...@thi.ng/iterators@4.1.29) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/iterators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iterators",
"version": "4.1.29",
"version": "4.1.30",
"description": "clojure.core inspired, composable ES6 iterators & generators",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.2.1",
"@thi.ng/dcons": "^1.1.8",
"@thi.ng/dcons": "^1.1.9",
"@thi.ng/errors": "^0.1.9"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/range-coder/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.14"></a>
## [0.1.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.13...@thi.ng/range-coder@0.1.14) (2018-09-24)

**Note:** Version bump only for package @thi.ng/range-coder





<a name="0.1.13"></a>
## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@0.1.12...@thi.ng/range-coder@0.1.13) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/range-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/range-coder",
"version": "0.1.13",
"version": "0.1.14",
"description": "Binary data range encoder / decoder",
"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/transducers": "^2.1.3",
"@thi.ng/transducers": "^2.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.5",
"mocha": "^5.2.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.110"></a>
## [0.1.110](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.109...@thi.ng/rstream-csp@0.1.110) (2018-09-24)

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





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

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.109",
"version": "0.1.110",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/csp": "^0.3.64",
"@thi.ng/rstream": "^1.13.2"
"@thi.ng/csp": "^0.3.65",
"@thi.ng/rstream": "^1.13.3"
},
"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.49"></a>
## [0.2.49](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@0.2.48...@thi.ng/rstream-dot@0.2.49) (2018-09-24)

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





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

Expand Down
Loading

0 comments on commit febe3c3

Please sign in to comment.