Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/api@4.0.5
 - @thi.ng/associative@0.5.10
 - @thi.ng/atom@1.4.5
 - @thi.ng/bench@0.1.4
 - @thi.ng/bitstream@0.4.14
 - @thi.ng/cache@0.2.14
 - @thi.ng/checks@1.5.6
 - @thi.ng/compare@0.1.5
 - @thi.ng/csp@0.3.51
 - @thi.ng/dcons@1.0.6
 - @thi.ng/defmulti@0.3.6
 - @thi.ng/dgraph@0.2.10
 - @thi.ng/diff@1.0.20
 - @thi.ng/dot@0.1.9
 - @thi.ng/equiv@0.1.6
 - @thi.ng/errors@0.1.5
 - @thi.ng/hdom-components@2.1.10
 - @thi.ng/hdom@3.0.30
 - @thi.ng/heaps@0.2.14
 - @thi.ng/hiccup-css@0.2.10
 - @thi.ng/hiccup-svg@1.0.8
 - @thi.ng/hiccup@2.0.8
 - @thi.ng/iges@0.1.3
 - @thi.ng/interceptors@1.8.8
 - @thi.ng/iterators@4.1.19
 - @thi.ng/paths@1.5.1
 - @thi.ng/pointfree-lang@0.2.16
 - @thi.ng/pointfree@0.8.5
 - @thi.ng/resolve-map@3.0.6
 - @thi.ng/rle-pack@0.2.23
 - @thi.ng/router@0.1.19
 - @thi.ng/rstream-csp@0.1.89
 - @thi.ng/rstream-dot@0.2.28
 - @thi.ng/rstream-gestures@0.4.9
 - @thi.ng/rstream-graph@2.1.13
 - @thi.ng/rstream-log@1.0.40
 - @thi.ng/rstream-query@0.3.27
 - @thi.ng/rstream@1.10.0
 - @thi.ng/sax@0.3.9
 - @thi.ng/transducers-fsm@0.2.8
 - @thi.ng/transducers-stats@0.1.0
 - @thi.ng/transducers@1.14.1
 - @thi.ng/unionstruct@0.1.12
  • Loading branch information
postspectacular committed Jul 20, 2018
1 parent 7cfb8e5 commit 8389a2c
Show file tree
Hide file tree
Showing 86 changed files with 537 additions and 179 deletions.
8 changes: 8 additions & 0 deletions packages/api/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="4.0.5"></a>
## [4.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.4...@thi.ng/api@4.0.5) (2018-07-20)




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

<a name="4.0.4"></a>
## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.3...@thi.ng/api@4.0.4) (2018-06-21)

Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "4.0.4",
"version": "4.0.5",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/errors": "^0.1.4"
"@thi.ng/errors": "^0.1.5"
},
"keywords": [
"compare",
Expand Down
8 changes: 8 additions & 0 deletions packages/associative/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.10"></a>
## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.9...@thi.ng/associative@0.5.10) (2018-07-20)




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

<a name="0.5.9"></a>
## [0.5.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.8...@thi.ng/associative@0.5.9) (2018-07-03)

Expand Down
16 changes: 8 additions & 8 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.5.9",
"version": "0.5.10",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,13 +28,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/compare": "^0.1.4",
"@thi.ng/dcons": "^1.0.5",
"@thi.ng/equiv": "^0.1.5",
"@thi.ng/errors": "^0.1.4",
"@thi.ng/iterators": "^4.1.18"
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/compare": "^0.1.5",
"@thi.ng/dcons": "^1.0.6",
"@thi.ng/equiv": "^0.1.6",
"@thi.ng/errors": "^0.1.5",
"@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"data structures",
Expand Down
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.4.5"></a>
## [1.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.4...@thi.ng/atom@1.4.5) (2018-07-20)




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

<a name="1.4.4"></a>
## [1.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.3...@thi.ng/atom@1.4.4) (2018-07-11)

Expand Down
12 changes: 6 additions & 6 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.4.4",
"version": "1.4.5",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/equiv": "^0.1.5",
"@thi.ng/errors": "^0.1.4",
"@thi.ng/paths": "^1.5.0"
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/equiv": "^0.1.6",
"@thi.ng/errors": "^0.1.5",
"@thi.ng/paths": "^1.5.1"
},
"keywords": [
"cursor",
Expand Down
8 changes: 8 additions & 0 deletions packages/bench/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.4"></a>
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.1.3...@thi.ng/bench@0.1.4) (2018-07-20)




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

<a name="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.1.2...@thi.ng/bench@0.1.3) (2018-06-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "0.1.3",
"version": "0.1.4",
"description": "Basic benchmarking helpers",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/bitstream/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.4.14"></a>
## [0.4.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.13...@thi.ng/bitstream@0.4.14) (2018-07-20)




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

<a name="0.4.13"></a>
## [0.4.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.12...@thi.ng/bitstream@0.4.13) (2018-06-21)

Expand Down
4 changes: 2 additions & 2 deletions packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "0.4.13",
"version": "0.4.14",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"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"
},
"dependencies": {
"@thi.ng/errors": "^0.1.4"
"@thi.ng/errors": "^0.1.5"
},
"devDependencies": {
"@types/mocha": "^5.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/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.14"></a>
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.13...@thi.ng/cache@0.2.14) (2018-07-20)




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

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

Expand Down
8 changes: 4 additions & 4 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.13",
"version": "0.2.14",
"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 @@ -28,9 +28,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/dcons": "^1.0.5",
"@thi.ng/iterators": "^4.1.18"
"@thi.ng/api": "^4.0.5",
"@thi.ng/dcons": "^1.0.6",
"@thi.ng/iterators": "^4.1.19"
},
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/checks/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.6"></a>
## [1.5.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.5...@thi.ng/checks@1.5.6) (2018-07-20)




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

<a name="1.5.5"></a>
## [1.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.4...@thi.ng/checks@1.5.5) (2018-06-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "1.5.5",
"version": "1.5.6",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/compare/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/compare@0.1.4...@thi.ng/compare@0.1.5) (2018-07-20)




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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compare",
"version": "0.1.4",
"version": "0.1.5",
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.3.51"></a>
## [0.3.51](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.50...@thi.ng/csp@0.3.51) (2018-07-20)




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

<a name="0.3.50"></a>
## [0.3.50](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.49...@thi.ng/csp@0.3.50) (2018-07-19)

Expand Down
12 changes: 6 additions & 6 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.50",
"version": "0.3.51",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/dcons": "^1.0.5",
"@thi.ng/errors": "^0.1.4",
"@thi.ng/transducers": "^1.14.0"
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/dcons": "^1.0.6",
"@thi.ng/errors": "^0.1.5",
"@thi.ng/transducers": "^1.14.1"
},
"keywords": [
"async",
Expand Down
8 changes: 8 additions & 0 deletions packages/dcons/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.6"></a>
## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.5...@thi.ng/dcons@1.0.6) (2018-07-20)




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

<a name="1.0.5"></a>
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.4...@thi.ng/dcons@1.0.5) (2018-06-21)

Expand Down
12 changes: 6 additions & 6 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.0.5",
"version": "1.0.6",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/checks": "^1.5.5",
"@thi.ng/compare": "^0.1.4",
"@thi.ng/equiv": "^0.1.5",
"@thi.ng/errors": "^0.1.4"
"@thi.ng/api": "^4.0.5",
"@thi.ng/checks": "^1.5.6",
"@thi.ng/compare": "^0.1.5",
"@thi.ng/equiv": "^0.1.6",
"@thi.ng/errors": "^0.1.5"
},
"keywords": [
"datastructure",
Expand Down
8 changes: 8 additions & 0 deletions packages/defmulti/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.3.6"></a>
## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.5...@thi.ng/defmulti@0.3.6) (2018-07-20)




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

<a name="0.3.5"></a>
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.4...@thi.ng/defmulti@0.3.5) (2018-06-21)

Expand Down
6 changes: 3 additions & 3 deletions packages/defmulti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/defmulti",
"version": "0.3.5",
"version": "0.3.6",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.4",
"@thi.ng/errors": "^0.1.4"
"@thi.ng/api": "^4.0.5",
"@thi.ng/errors": "^0.1.5"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgraph/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.10"></a>
## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.9...@thi.ng/dgraph@0.2.10) (2018-07-20)




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

<a name="0.2.9"></a>
## [0.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.8...@thi.ng/dgraph@0.2.9) (2018-07-03)

Expand Down
Loading

0 comments on commit 8389a2c

Please sign in to comment.