Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 13, 2018
1 parent 151e142 commit e36a7ee
Show file tree
Hide file tree
Showing 62 changed files with 369 additions and 79 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.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.16",
"version": "0.6.17",
"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.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/compare": "^0.1.11",
"@thi.ng/dcons": "^1.1.16",
"@thi.ng/dcons": "^1.1.17",
"@thi.ng/equiv": "^0.1.14",
"@thi.ng/errors": "^0.1.11",
"@thi.ng/transducers": "^2.2.4"
"@thi.ng/transducers": "^2.2.5"
},
"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.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.33",
"version": "0.2.34",
"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.3",
"@thi.ng/dcons": "^1.1.16",
"@thi.ng/transducers": "^2.2.4"
"@thi.ng/dcons": "^1.1.17",
"@thi.ng/transducers": "^2.2.5"
},
"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.73](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.72",
"version": "0.3.73",
"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.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/dcons": "^1.1.16",
"@thi.ng/dcons": "^1.1.17",
"@thi.ng/errors": "^0.1.11",
"@thi.ng/transducers": "^2.2.4"
"@thi.ng/transducers": "^2.2.5"
},
"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.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.16",
"version": "1.1.17",
"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.11",
"@thi.ng/equiv": "^0.1.14",
"@thi.ng/errors": "^0.1.11",
"@thi.ng/transducers": "^2.2.4"
"@thi.ng/transducers": "^2.2.5"
},
"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.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.28",
"version": "0.2.29",
"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.3",
"@thi.ng/associative": "^0.6.16",
"@thi.ng/associative": "^0.6.17",
"@thi.ng/equiv": "^0.1.14",
"@thi.ng/errors": "^0.1.11",
"@thi.ng/transducers": "^2.2.4"
"@thi.ng/transducers": "^2.2.5"
},
"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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.4",
"version": "0.1.5",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.3",
"@thi.ng/heaps": "^0.3.0",
"@thi.ng/math": "^0.2.1",
"@thi.ng/vectors": "^1.4.5"
"@thi.ng/vectors": "^1.4.6"
},
"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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-12-13)

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





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

**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.4",
"version": "0.2.5",
"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.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/math": "^0.2.1",
"@thi.ng/transducers": "^2.2.4",
"@thi.ng/vectors": "^1.4.5"
"@thi.ng/transducers": "^2.2.5",
"@thi.ng/vectors": "^1.4.6"
},
"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.

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

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





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

**Note:** Version bump only for package @thi.ng/hdom-canvas
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": "0.1.14",
"version": "0.1.15",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/diff": "^2.0.1",
"@thi.ng/hdom": "^5.2.2"
"@thi.ng/hdom": "^6.0.0"
},
"keywords": [
"ES6",
Expand Down
11 changes: 11 additions & 0 deletions packages/hdom-components/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.

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


### Features

* **hdom-components:** add FPS counter & sparkline components, update deps ([ebd3380](https://github.com/thi-ng/umbrella/commit/ebd3380))





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

**Note:** Version bump only for package @thi.ng/hdom-components
Expand Down
8 changes: 4 additions & 4 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.2.15",
"version": "2.3.0",
"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.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/math": "^0.2.1",
"@thi.ng/transducers": "^2.2.4",
"@thi.ng/transducers-stats": "^0.4.16",
"@thi.ng/transducers": "^2.2.5",
"@thi.ng/transducers-stats": "^0.4.17",
"@types/webgl2": "^0.0.4"
},
"keywords": [
Expand All @@ -42,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
11 changes: 11 additions & 0 deletions packages/hdom-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2018-12-13)


### Features

* **hdom-mock:** add hdom-mock package and implementation, add initial tests ([5609d24](https://github.com/thi-ng/umbrella/commit/5609d24))
4 changes: 2 additions & 2 deletions packages/hdom-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-mock",
"version": "0.0.1",
"version": "0.1.0",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/api": "^4.2.3",
"@thi.ng/hdom": "^5.2.2"
"@thi.ng/hdom": "^6.0.0"
},
"keywords": [
"ES6",
Expand Down
30 changes: 30 additions & 0 deletions packages/hdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Code Refactoring

* **hdom:** extend & simplify HDOMImplementation, update DEFAULT_IMPL ([6f2e8ee](https://github.com/thi-ng/umbrella/commit/6f2e8ee))


### Features

* **hdom:** add initial __skip ctrl attrib handling in diffTree() ([a4e6736](https://github.com/thi-ng/umbrella/commit/a4e6736))


### BREAKING CHANGES

* **hdom:** extend & simplify HDOMImplementation

- update args for HDOMImplementation methods
- add createElement(), createTextElement() & getElementById() methods
to HDOMImplementation
- rename createDOM() => createTree(), make generic
- rename hydrateDOM() => hydrateTree(), make generic
- update / fix diffTree() __impl attrib handling:
only delegate if __impl != current impl
- update resolveRoot() to require impl arg & delegate





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

**Note:** Version bump only for package @thi.ng/hdom
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "5.2.2",
"version": "6.0.0",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@thi.ng/checks": "^1.5.13",
"@thi.ng/diff": "^2.0.1",
"@thi.ng/equiv": "^0.1.14",
"@thi.ng/hiccup": "^2.6.1"
"@thi.ng/hiccup": "^2.7.0"
},
"keywords": [
"browser",
Expand Down
Loading

0 comments on commit e36a7ee

Please sign in to comment.