Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/api@4.0.1
 - @thi.ng/associative@0.5.4
 - @thi.ng/atom@1.3.11
 - @thi.ng/bench@0.1.1
 - @thi.ng/bitstream@0.4.11
 - @thi.ng/cache@0.2.9
 - @thi.ng/checks@1.5.3
 - @thi.ng/compare@0.1.1
 - @thi.ng/csp@0.3.39
 - @thi.ng/dcons@1.0.1
 - @thi.ng/defmulti@0.3.2
 - @thi.ng/dgraph@0.2.4
 - @thi.ng/diff@1.0.15
 - @thi.ng/dot@0.1.4
 - @thi.ng/equiv@0.1.1
 - @thi.ng/errors@0.1.2
 - @thi.ng/hdom-components@2.1.4
 - @thi.ng/hdom@3.0.19
 - @thi.ng/heaps@0.2.10
 - @thi.ng/hiccup-css@0.1.21
 - @thi.ng/hiccup-svg@1.0.0
 - @thi.ng/hiccup@2.0.0
 - @thi.ng/interceptors@1.7.4
 - @thi.ng/iterators@4.1.14
 - @thi.ng/paths@1.3.7
 - @thi.ng/pointfree-lang@0.2.11
 - @thi.ng/pointfree@0.8.0
 - @thi.ng/resolve-map@2.0.3
 - @thi.ng/rle-pack@0.2.20
 - @thi.ng/router@0.1.14
 - @thi.ng/rstream-csp@0.1.70
 - @thi.ng/rstream-dot@0.2.9
 - @thi.ng/rstream-gestures@0.3.6
 - @thi.ng/rstream-graph@1.0.13
 - @thi.ng/rstream-log@1.0.21
 - @thi.ng/rstream-query@0.3.8
 - @thi.ng/rstream@1.6.11
 - @thi.ng/transducers@1.9.4
 - @thi.ng/unionstruct@0.1.10
  • Loading branch information
postspectacular committed May 13, 2018
1 parent 609d66d commit 5d6e762
Show file tree
Hide file tree
Showing 78 changed files with 512 additions and 162 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.1"></a>
## [4.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@4.0.0...@thi.ng/api@4.0.1) (2018-05-13)




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

<a name="4.0.0"></a>
# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@3.0.1...@thi.ng/api@4.0.0) (2018-05-12)

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.0",
"version": "4.0.1",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/errors": "^0.1.1"
"@thi.ng/errors": "^0.1.2"
},
"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.4"></a>
## [0.5.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.3...@thi.ng/associative@0.5.4) (2018-05-13)




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

<a name="0.5.3"></a>
## [0.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.5.2...@thi.ng/associative@0.5.3) (2018-05-12)

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.3",
"version": "0.5.4",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,13 +24,13 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/compare": "^0.1.0",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/iterators": "^4.1.13"
"@thi.ng/api": "^4.0.1",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/compare": "^0.1.1",
"@thi.ng/dcons": "^1.0.1",
"@thi.ng/equiv": "^0.1.1",
"@thi.ng/errors": "^0.1.2",
"@thi.ng/iterators": "^4.1.14"
},
"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.3.11"></a>
## [1.3.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.10...@thi.ng/atom@1.3.11) (2018-05-13)




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

<a name="1.3.10"></a>
## [1.3.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.3.9...@thi.ng/atom@1.3.10) (2018-05-12)

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.3.10",
"version": "1.3.11",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,11 +24,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/paths": "^1.3.6"
"@thi.ng/api": "^4.0.1",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/equiv": "^0.1.1",
"@thi.ng/errors": "^0.1.2",
"@thi.ng/paths": "^1.3.7"
},
"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.1"></a>
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@0.1.0...@thi.ng/bench@0.1.1) (2018-05-13)




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

<a name="0.1.0"></a>
# 0.1.0 (2018-05-10)

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.0",
"version": "0.1.1",
"description": "TODO",
"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.11"></a>
## [0.4.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.10...@thi.ng/bitstream@0.4.11) (2018-05-13)




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

<a name="0.4.10"></a>
## [0.4.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.4.9...@thi.ng/bitstream@0.4.10) (2018-05-10)

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.10",
"version": "0.4.11",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"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"
},
"dependencies": {
"@thi.ng/errors": "^0.1.1"
"@thi.ng/errors": "^0.1.2"
},
"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.9"></a>
## [0.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.8...@thi.ng/cache@0.2.9) (2018-05-13)




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

<a name="0.2.8"></a>
## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@0.2.7...@thi.ng/cache@0.2.8) (2018-05-12)

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.8",
"version": "0.2.9",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,9 +24,9 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/iterators": "^4.1.13"
"@thi.ng/api": "^4.0.1",
"@thi.ng/dcons": "^1.0.1",
"@thi.ng/iterators": "^4.1.14"
},
"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.3"></a>
## [1.5.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.5.2...@thi.ng/checks@1.5.3) (2018-05-13)




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

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

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.2",
"version": "1.5.3",
"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.1"></a>
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@0.1.0...@thi.ng/compare@0.1.1) (2018-05-13)




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

<a name="0.1.0"></a>
# 0.1.0 (2018-05-10)

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.0",
"version": "0.1.1",
"description": "TODO",
"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.39"></a>
## [0.3.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.38...@thi.ng/csp@0.3.39) (2018-05-13)




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

<a name="0.3.38"></a>
## [0.3.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.37...@thi.ng/csp@0.3.38) (2018-05-12)

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.38",
"version": "0.3.39",
"description": "ES6 promise based CSP implementation",
"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.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/dcons": "^1.0.0",
"@thi.ng/errors": "^0.1.1",
"@thi.ng/transducers": "^1.9.3"
"@thi.ng/api": "^4.0.1",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/dcons": "^1.0.1",
"@thi.ng/errors": "^0.1.2",
"@thi.ng/transducers": "^1.9.4"
},
"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.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@1.0.0...@thi.ng/dcons@1.0.1) (2018-05-13)




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

<a name="1.0.0"></a>
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.3.6...@thi.ng/dcons@1.0.0) (2018-05-12)

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.0",
"version": "1.0.1",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,11 +24,11 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/checks": "^1.5.2",
"@thi.ng/compare": "^0.1.0",
"@thi.ng/equiv": "^0.1.0",
"@thi.ng/errors": "^0.1.1"
"@thi.ng/api": "^4.0.1",
"@thi.ng/checks": "^1.5.3",
"@thi.ng/compare": "^0.1.1",
"@thi.ng/equiv": "^0.1.1",
"@thi.ng/errors": "^0.1.2"
},
"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.2"></a>
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.1...@thi.ng/defmulti@0.3.2) (2018-05-13)




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

<a name="0.3.1"></a>
## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.0...@thi.ng/defmulti@0.3.1) (2018-05-12)

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.1",
"version": "0.3.2",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,8 +24,8 @@
"typescript": "^2.8.3"
},
"dependencies": {
"@thi.ng/api": "^4.0.0",
"@thi.ng/errors": "^0.1.1"
"@thi.ng/api": "^4.0.1",
"@thi.ng/errors": "^0.1.2"
},
"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.4"></a>
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.3...@thi.ng/dgraph@0.2.4) (2018-05-13)




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

<a name="0.2.3"></a>
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@0.2.2...@thi.ng/dgraph@0.2.3) (2018-05-12)

Expand Down
Loading

0 comments on commit 5d6e762

Please sign in to comment.