Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 21, 2018
1 parent d0b1e5c commit eb2015d
Show file tree
Hide file tree
Showing 82 changed files with 545 additions and 211 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.4"></a>
## [4.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
6 changes: 3 additions & 3 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.3",
"version": "4.0.4",
"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.3"
"@thi.ng/errors": "^0.1.4"
},
"keywords": [
"compare",
Expand All @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.8"></a>
## [0.5.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
18 changes: 9 additions & 9 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.7",
"version": "0.5.8",
"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.3",
"@thi.ng/checks": "^1.5.4",
"@thi.ng/compare": "^0.1.3",
"@thi.ng/dcons": "^1.0.4",
"@thi.ng/equiv": "^0.1.4",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/iterators": "^4.1.17"
"@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"
},
"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.2"></a>
## [1.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
14 changes: 7 additions & 7 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.1",
"version": "1.4.2",
"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.3",
"@thi.ng/checks": "^1.5.4",
"@thi.ng/equiv": "^0.1.4",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/paths": "^1.3.9"
"@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.3.10"
},
"keywords": [
"cursor",
Expand All @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.1.3",
"description": "Basic benchmarking helpers",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -36,4 +36,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.13"></a>
## [0.4.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
6 changes: 3 additions & 3 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.12",
"version": "0.4.13",
"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.3"
"@thi.ng/errors": "^0.1.4"
},
"devDependencies": {
"@types/mocha": "^5.2.0",
Expand All @@ -42,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.13"></a>
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

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.12",
"version": "0.2.13",
"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.3",
"@thi.ng/dcons": "^1.0.4",
"@thi.ng/iterators": "^4.1.17"
"@thi.ng/api": "^4.0.4",
"@thi.ng/dcons": "^1.0.5",
"@thi.ng/iterators": "^4.1.18"
},
"keywords": [
"cache",
Expand All @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.5"></a>
## [1.5.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.5.5",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.4"></a>
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "0.1.4",
"description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -35,4 +35,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.45"></a>
## [0.3.45](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
14 changes: 7 additions & 7 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.44",
"version": "0.3.45",
"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.3",
"@thi.ng/checks": "^1.5.4",
"@thi.ng/dcons": "^1.0.4",
"@thi.ng/errors": "^0.1.3",
"@thi.ng/transducers": "^1.11.0"
"@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.11.1"
},
"keywords": [
"async",
Expand All @@ -54,4 +54,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.5"></a>
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-06-21)




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

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

Expand Down
Loading

0 comments on commit eb2015d

Please sign in to comment.