Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 24, 2018
1 parent cff9d18 commit 1c92f22
Show file tree
Hide file tree
Showing 82 changed files with 548 additions and 132 deletions.
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.0"></a>
# [4.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)


### Features

* **api:** add new/move type aliases into api.ts ([cf30ba2](https://github.com/thi-ng/umbrella/commit/cf30ba2))
* **api:** add NumericArray and TypedArray types ([519394b](https://github.com/thi-ng/umbrella/commit/519394b))




<a name="4.0.6"></a>
## [4.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "4.1.0",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/associative/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.6.0"></a>
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)


### Features

* **associative:** add IReducible impls for SortedMap & SortedSet ([f14f7ce](https://github.com/thi-ng/umbrella/commit/f14f7ce))




<a name="0.5.11"></a>
## [0.5.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
10 changes: 5 additions & 5 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.11",
"version": "0.6.0",
"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": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/compare": "^0.1.6",
"@thi.ng/dcons": "^1.0.7",
"@thi.ng/dcons": "^1.1.0",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/transducers": "^1.16.0"
"@thi.ng/transducers": "^2.0.0"
},
"keywords": [
"data structures",
Expand All @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.7"></a>
## [1.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="1.4.6"></a>
## [1.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

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.4.6",
"version": "1.4.7",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
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.16"></a>
## [0.2.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="0.2.15"></a>
## [0.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
10 changes: 5 additions & 5 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.15",
"version": "0.2.16",
"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": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/dcons": "^1.0.7",
"@thi.ng/transducers": "^1.16.0"
"@thi.ng/api": "^4.1.0",
"@thi.ng/dcons": "^1.1.0",
"@thi.ng/transducers": "^2.0.0"
},
"keywords": [
"cache",
Expand All @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
12 changes: 12 additions & 0 deletions packages/compose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.0"></a>
# 0.1.0 (2018-08-24)


### Features

* **compose:** extract comp() & juxt() to new [@thi](https://github.com/thi).ng/compose package ([ca0a04e](https://github.com/thi-ng/umbrella/commit/ca0a04e))
6 changes: 3 additions & 3 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compose",
"version": "0.0.1",
"version": "0.1.0",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/errors": "^0.1.6"
},
"keywords": [
Expand All @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.56"></a>
## [0.3.56](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="0.3.55"></a>
## [0.3.55](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-08)

Expand Down
8 changes: 4 additions & 4 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.55",
"version": "0.3.56",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/dcons": "^1.0.7",
"@thi.ng/dcons": "^1.1.0",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/transducers": "^1.16.0"
"@thi.ng/transducers": "^2.0.0"
},
"keywords": [
"async",
Expand Down
11 changes: 11 additions & 0 deletions packages/dcons/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.1.0"></a>
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)


### Features

* **dcons:** add IReducible impl, update deps & imports ([1280cfd](https://github.com/thi-ng/umbrella/commit/1280cfd))




<a name="1.0.7"></a>
## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
8 changes: 4 additions & 4 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.7",
"version": "1.1.0",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,12 +28,12 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/checks": "^1.5.7",
"@thi.ng/compare": "^0.1.6",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/transducers": "^1.16.0"
"@thi.ng/transducers": "^2.0.0"
},
"keywords": [
"datastructure",
Expand All @@ -49,4 +49,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.8"></a>
## [0.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="0.3.7"></a>
## [0.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.3.8",
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/errors": "^0.1.6"
},
"keywords": [
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.12"></a>
## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="0.2.11"></a>
## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
10 changes: 5 additions & 5 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.11",
"version": "0.2.12",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/associative": "^0.5.11",
"@thi.ng/api": "^4.1.0",
"@thi.ng/associative": "^0.6.0",
"@thi.ng/equiv": "^0.1.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/transducers": "^1.16.0"
"@thi.ng/transducers": "^2.0.0"
},
"keywords": [
"data structure",
Expand All @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/diff/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.22"></a>
## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="1.0.21"></a>
## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/diff",
"version": "1.0.21",
"version": "1.0.22",
"description": "Array & object Diff",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"typescript": "^3.0.1"
},
"dependencies": {
"@thi.ng/api": "^4.0.6",
"@thi.ng/api": "^4.1.0",
"@thi.ng/equiv": "^0.1.7"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/dot/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.11"></a>
## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-24)




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

<a name="0.1.10"></a>
## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-08-01)

Expand Down
Loading

0 comments on commit 1c92f22

Please sign in to comment.