Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 17, 2018
1 parent 0470505 commit 33bcd15
Show file tree
Hide file tree
Showing 50 changed files with 268 additions and 65 deletions.
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.

## [0.6.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.6.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/associative
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.18",
"version": "0.6.19",
"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.4",
"@thi.ng/checks": "^1.5.14",
"@thi.ng/compare": "^0.1.12",
"@thi.ng/dcons": "^1.1.18",
"@thi.ng/dcons": "^1.1.19",
"@thi.ng/equiv": "^0.1.15",
"@thi.ng/errors": "^0.1.12",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"data structures",
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.

## [0.2.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/cache
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.35",
"version": "0.2.36",
"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.4",
"@thi.ng/dcons": "^1.1.18",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/dcons": "^1.1.19",
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"cache",
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.

## [0.3.75](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.3.74](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/csp
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.74",
"version": "0.3.75",
"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.4",
"@thi.ng/checks": "^1.5.14",
"@thi.ng/dcons": "^1.1.18",
"@thi.ng/dcons": "^1.1.19",
"@thi.ng/errors": "^0.1.12",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"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.

## [1.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [1.1.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/dcons
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.18",
"version": "1.1.19",
"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.12",
"@thi.ng/equiv": "^0.1.15",
"@thi.ng/errors": "^0.1.12",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"datastructure",
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.

## [0.2.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.2.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/dgraph
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.30",
"version": "0.2.31",
"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.4",
"@thi.ng/associative": "^0.6.18",
"@thi.ng/associative": "^0.6.19",
"@thi.ng/equiv": "^0.1.15",
"@thi.ng/errors": "^0.1.12",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"data structure",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-accel/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.

## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

**Note:** Version bump only for package @thi.ng/geom-accel





## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/geom-accel
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "0.1.6",
"version": "0.1.7",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.4",
"@thi.ng/heaps": "^0.3.1",
"@thi.ng/math": "^0.2.2",
"@thi.ng/vectors": "^1.4.7"
"@thi.ng/vectors": "^1.4.8"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom/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.

## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/geom
Expand Down
6 changes: 3 additions & 3 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "0.2.6",
"version": "0.2.7",
"description": "2D/3D geometry primitives",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@thi.ng/api": "^4.2.4",
"@thi.ng/checks": "^1.5.14",
"@thi.ng/math": "^0.2.2",
"@thi.ng/transducers": "^2.2.6",
"@thi.ng/vectors": "^1.4.7"
"@thi.ng/transducers": "^2.2.7",
"@thi.ng/vectors": "^1.4.8"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom-components/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.

## [2.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [2.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/hdom-components
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "2.4.2",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@thi.ng/api": "^4.2.4",
"@thi.ng/checks": "^1.5.14",
"@thi.ng/math": "^0.2.2",
"@thi.ng/transducers": "^2.2.6",
"@thi.ng/transducers-stats": "^0.4.18",
"@thi.ng/transducers": "^2.2.7",
"@thi.ng/transducers-stats": "^0.4.19",
"@types/webgl2": "^0.0.4"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-css/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.

## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)


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.3.0",
"version": "0.3.1",
"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.4",
"@thi.ng/checks": "^1.5.14",
"@thi.ng/errors": "^0.1.12",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"clojure",
Expand Down
8 changes: 8 additions & 0 deletions packages/iges/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.

## [0.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/iges
Expand Down
4 changes: 2 additions & 2 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.24",
"version": "0.2.25",
"description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.4",
"@thi.ng/defmulti": "^0.5.1",
"@thi.ng/strings": "^0.7.1",
"@thi.ng/transducers": "^2.2.6"
"@thi.ng/transducers": "^2.2.7"
},
"keywords": [
"CAD",
Expand Down
8 changes: 8 additions & 0 deletions packages/iterators/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.

## [4.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [4.1.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

**Note:** Version bump only for package @thi.ng/iterators
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.39",
"version": "4.1.40",
"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.4",
"@thi.ng/dcons": "^1.1.18",
"@thi.ng/dcons": "^1.1.19",
"@thi.ng/errors": "^0.1.12"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/range-coder/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.

## [0.1.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-17)

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





## [0.1.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-15)

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

0 comments on commit 33bcd15

Please sign in to comment.