Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/associative@1.0.2
 - @thi.ng/cache@1.0.2
 - @thi.ng/color@0.1.2
 - @thi.ng/csp@1.0.2
 - @thi.ng/dcons@2.0.2
 - @thi.ng/dgraph@1.0.2
 - @thi.ng/fsm@1.0.2
 - @thi.ng/geom-accel@1.0.2
 - @thi.ng/geom@1.1.1
 - @thi.ng/hdom-canvas@1.1.1
 - @thi.ng/hdom-components@3.0.2
 - @thi.ng/hiccup-css@1.0.2
 - @thi.ng/hiccup-markdown@1.0.2
 - @thi.ng/hiccup-svg@3.1.1
 - @thi.ng/iges@1.0.2
 - @thi.ng/iterators@5.0.2
 - @thi.ng/matrices@0.1.2
 - @thi.ng/poisson@0.1.2
 - @thi.ng/range-coder@1.0.2
 - @thi.ng/rstream-csp@1.0.2
 - @thi.ng/rstream-dot@1.0.2
 - @thi.ng/rstream-gestures@1.0.2
 - @thi.ng/rstream-graph@3.0.2
 - @thi.ng/rstream-log@2.0.2
 - @thi.ng/rstream-query@1.0.2
 - @thi.ng/rstream@2.0.2
 - @thi.ng/sax@1.0.2
 - @thi.ng/strings@1.0.2
 - @thi.ng/transducers-fsm@1.0.2
 - @thi.ng/transducers-hdom@2.0.2
 - @thi.ng/transducers-stats@1.0.2
 - @thi.ng/transducers@3.0.2
 - @thi.ng/vector-pools@0.1.2
 - @thi.ng/vectors@2.1.1
  • Loading branch information
postspectacular committed Jan 31, 2019
1 parent 3adabc4 commit 50a5098
Show file tree
Hide file tree
Showing 68 changed files with 367 additions and 92 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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@1.0.1...@thi.ng/associative@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@1.0.0...@thi.ng/associative@1.0.1) (2019-01-21)

**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": "1.0.1",
"version": "1.0.2",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"@thi.ng/api": "^5.0.1",
"@thi.ng/checks": "^2.0.1",
"@thi.ng/compare": "^1.0.1",
"@thi.ng/dcons": "^2.0.1",
"@thi.ng/dcons": "^2.0.2",
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/transducers": "^3.0.2"
},
"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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.1...@thi.ng/cache@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.0...@thi.ng/cache@1.0.1) (2019-01-21)

**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": "1.0.1",
"version": "1.0.2",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.1",
"@thi.ng/dcons": "^2.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/dcons": "^2.0.2",
"@thi.ng/transducers": "^3.0.2"
},
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/color/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.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.1...@thi.ng/color@0.1.2) (2019-01-31)

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





## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.0...@thi.ng/color@0.1.1) (2019-01-21)

**Note:** Version bump only for package @thi.ng/color
Expand Down
8 changes: 4 additions & 4 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "0.1.1",
"version": "0.1.2",
"description": "TODO",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@thi.ng/defmulti": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/math": "^1.0.1",
"@thi.ng/strings": "^1.0.1",
"@thi.ng/transducers": "^3.0.1",
"@thi.ng/vectors": "^2.1.0"
"@thi.ng/strings": "^1.0.2",
"@thi.ng/transducers": "^3.0.2",
"@thi.ng/vectors": "^2.1.1"
},
"keywords": [
"alpha",
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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.1...@thi.ng/csp@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.0...@thi.ng/csp@1.0.1) (2019-01-21)

**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": "1.0.1",
"version": "1.0.2",
"description": "ES6 promise based CSP implementation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@thi.ng/api": "^5.0.1",
"@thi.ng/checks": "^2.0.1",
"@thi.ng/dcons": "^2.0.1",
"@thi.ng/dcons": "^2.0.2",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/transducers": "^3.0.2"
},
"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.

## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.1...@thi.ng/dcons@2.0.2) (2019-01-31)

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





## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.0...@thi.ng/dcons@2.0.1) (2019-01-21)

**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": "2.0.1",
"version": "2.0.2",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/compare": "^1.0.1",
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/transducers": "^3.0.2"
},
"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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.0.1...@thi.ng/dgraph@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.0.0...@thi.ng/dgraph@1.0.1) (2019-01-21)

**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": "1.0.1",
"version": "1.0.2",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/api": "^5.0.1",
"@thi.ng/associative": "^1.0.1",
"@thi.ng/associative": "^1.0.2",
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/transducers": "^3.0.2"
},
"keywords": [
"data structure",
Expand Down
8 changes: 8 additions & 0 deletions packages/fsm/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.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@1.0.1...@thi.ng/fsm@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@1.0.0...@thi.ng/fsm@1.0.1) (2019-01-21)

**Note:** Version bump only for package @thi.ng/fsm
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fsm",
"version": "1.0.1",
"version": "1.0.2",
"description": "Composable primitives for building declarative, transducer based Finite-State machines & parsers for arbitrary data streams",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@thi.ng/api": "^5.0.1",
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/transducers": "^3.0.1"
"@thi.ng/transducers": "^3.0.2"
},
"keywords": [
"ES6",
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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.0.1...@thi.ng/geom-accel@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.0.0...@thi.ng/geom-accel@1.0.1) (2019-01-21)


Expand Down
6 changes: 3 additions & 3 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": "1.0.1",
"version": "1.0.2",
"description": "TODO",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@thi.ng/api": "^5.0.1",
"@thi.ng/heaps": "^1.0.1",
"@thi.ng/math": "^1.0.1",
"@thi.ng/transducers": "^3.0.1",
"@thi.ng/vectors": "^2.1.0"
"@thi.ng/transducers": "^3.0.2",
"@thi.ng/vectors": "^2.1.1"
},
"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.

## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.1.0...@thi.ng/geom@1.1.1) (2019-01-31)

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





# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.0.1...@thi.ng/geom@1.1.0) (2019-01-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "1.1.0",
"version": "1.1.1",
"description": "TODO",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@thi.ng/equiv": "^1.0.1",
"@thi.ng/errors": "^1.0.1",
"@thi.ng/hiccup": "^3.0.1",
"@thi.ng/hiccup-svg": "^3.1.0",
"@thi.ng/hiccup-svg": "^3.1.1",
"@thi.ng/math": "^1.0.1",
"@thi.ng/matrices": "^0.1.1",
"@thi.ng/matrices": "^0.1.2",
"@thi.ng/random": "^1.0.1",
"@thi.ng/transducers": "^3.0.1",
"@thi.ng/vectors": "^2.1.0"
"@thi.ng/transducers": "^3.0.2",
"@thi.ng/vectors": "^2.1.1"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom-canvas/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@1.1.0...@thi.ng/hdom-canvas@1.1.1) (2019-01-31)

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





# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@1.0.1...@thi.ng/hdom-canvas@1.1.0) (2019-01-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "1.1.0",
"version": "1.1.1",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@thi.ng/api": "^5.0.1",
"@thi.ng/checks": "^2.0.1",
"@thi.ng/color": "^0.1.1",
"@thi.ng/color": "^0.1.2",
"@thi.ng/diff": "^3.0.1",
"@thi.ng/hdom": "^7.0.1"
},
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.

## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.1...@thi.ng/hdom-components@3.0.2) (2019-01-31)

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





## [3.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.0...@thi.ng/hdom-components@3.0.1) (2019-01-21)

**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": "3.0.1",
"version": "3.0.2",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@thi.ng/api": "^5.0.1",
"@thi.ng/checks": "^2.0.1",
"@thi.ng/math": "^1.0.1",
"@thi.ng/transducers": "^3.0.1",
"@thi.ng/transducers-stats": "^1.0.1",
"@thi.ng/transducers": "^3.0.2",
"@thi.ng/transducers-stats": "^1.0.2",
"@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.

## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.1...@thi.ng/hiccup-css@1.0.2) (2019-01-31)

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





## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.0...@thi.ng/hiccup-css@1.0.1) (2019-01-21)

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

0 comments on commit 50a5098

Please sign in to comment.