Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/associative@5.0.1
 - @thi.ng/dgraph-dot@0.1.21
 - @thi.ng/dgraph@1.2.21
 - @thi.ng/ecs@0.3.28
 - @thi.ng/geom-fuzz@0.1.11
 - @thi.ng/oquery@0.1.6
 - @thi.ng/rdom-canvas@0.1.8
 - @thi.ng/rdom-components@0.1.6
 - @thi.ng/rdom@0.2.5
 - @thi.ng/rstream-csp@2.0.34
 - @thi.ng/rstream-dot@1.1.41
 - @thi.ng/rstream-gestures@2.0.33
 - @thi.ng/rstream-graph@3.2.35
 - @thi.ng/rstream-log-file@0.1.56
 - @thi.ng/rstream-log@3.1.41
 - @thi.ng/rstream-query@1.1.41
 - @thi.ng/rstream@4.6.5
 - @thi.ng/shader-ast-glsl@0.1.39
 - @thi.ng/shader-ast-js@0.4.36
 - @thi.ng/shader-ast-stdlib@0.3.32
 - @thi.ng/shader-ast@0.3.33
 - @thi.ng/simd@0.4.0
 - @thi.ng/system@0.2.21
 - @thi.ng/webgl-msdf@0.1.47
 - @thi.ng/webgl-shadertoy@0.2.34
 - @thi.ng/webgl@2.0.11
  • Loading branch information
postspectacular committed Jul 25, 2020
1 parent e528129 commit 86b6b03
Show file tree
Hide file tree
Showing 52 changed files with 283 additions and 61 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.

## [5.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.0.0...@thi.ng/associative@5.0.1) (2020-07-25)

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





# [5.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.5.1...@thi.ng/associative@5.0.0) (2020-07-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "5.0.0",
"version": "5.0.1",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgraph-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.

## [0.1.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@0.1.20...@thi.ng/dgraph-dot@0.1.21) (2020-07-25)

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





## [0.1.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@0.1.19...@thi.ng/dgraph-dot@0.1.20) (2020-07-25)

**Note:** Version bump only for package @thi.ng/dgraph-dot
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "0.1.20",
"version": "0.1.21",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/dgraph": "^1.2.20",
"@thi.ng/dgraph": "^1.2.21",
"@thi.ng/dot": "^1.2.12"
},
"files": [
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.2.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.2.20...@thi.ng/dgraph@1.2.21) (2020-07-25)

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





## [1.2.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.2.19...@thi.ng/dgraph@1.2.20) (2020-07-25)

**Note:** Version bump only for package @thi.ng/dgraph
Expand Down
4 changes: 2 additions & 2 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.2.20",
"version": "1.2.21",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/associative": "^5.0.0",
"@thi.ng/associative": "^5.0.1",
"@thi.ng/equiv": "^1.0.26",
"@thi.ng/errors": "^1.2.16",
"@thi.ng/transducers": "^7.1.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/ecs/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.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.3.27...@thi.ng/ecs@0.3.28) (2020-07-25)

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





## [0.3.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/ecs@0.3.26...@thi.ng/ecs@0.3.27) (2020-07-25)

**Note:** Version bump only for package @thi.ng/ecs
Expand Down
4 changes: 2 additions & 2 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ecs",
"version": "0.3.27",
"version": "0.3.28",
"description": "Entity Component System based around typed arrays & sparse sets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/associative": "^5.0.0",
"@thi.ng/associative": "^5.0.1",
"@thi.ng/binary": "^2.0.10",
"@thi.ng/checks": "^2.7.3",
"@thi.ng/dcons": "^2.2.26",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-fuzz/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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@0.1.10...@thi.ng/geom-fuzz@0.1.11) (2020-07-25)

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





## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-fuzz@0.1.9...@thi.ng/geom-fuzz@0.1.10) (2020-07-25)

**Note:** Version bump only for package @thi.ng/geom-fuzz
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-fuzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-fuzz",
"version": "0.1.10",
"version": "0.1.11",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/associative": "^5.0.0",
"@thi.ng/associative": "^5.0.1",
"@thi.ng/color": "^1.2.9",
"@thi.ng/geom": "^1.11.1",
"@thi.ng/geom-api": "^1.0.27",
Expand Down
8 changes: 8 additions & 0 deletions packages/oquery/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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@0.1.5...@thi.ng/oquery@0.1.6) (2020-07-25)

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





## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/oquery@0.1.4...@thi.ng/oquery@0.1.5) (2020-07-25)

**Note:** Version bump only for package @thi.ng/oquery
Expand Down
4 changes: 2 additions & 2 deletions packages/oquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/oquery",
"version": "0.1.5",
"version": "0.1.6",
"description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/associative": "^5.0.0",
"@thi.ng/associative": "^5.0.1",
"@thi.ng/checks": "^2.7.3",
"@thi.ng/defmulti": "^1.2.20",
"@thi.ng/equiv": "^1.0.26"
Expand Down
8 changes: 8 additions & 0 deletions packages/rdom-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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.7...@thi.ng/rdom-canvas@0.1.8) (2020-07-25)

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





## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-canvas@0.1.6...@thi.ng/rdom-canvas@0.1.7) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rdom-canvas
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.1.7",
"version": "0.1.8",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@thi.ng/api": "^6.11.3",
"@thi.ng/checks": "^2.7.3",
"@thi.ng/hiccup-canvas": "^1.1.1",
"@thi.ng/rdom": "^0.2.4",
"@thi.ng/rstream": "^4.6.4",
"@thi.ng/rdom": "^0.2.5",
"@thi.ng/rstream": "^4.6.5",
"@thi.ng/transducers": "^7.1.6",
"tslib": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/rdom-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.

## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.1.5...@thi.ng/rdom-components@0.1.6) (2020-07-25)

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





## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom-components@0.1.4...@thi.ng/rdom-components@0.1.5) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rdom-components
Expand Down
8 changes: 4 additions & 4 deletions packages/rdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-components",
"version": "0.1.5",
"version": "0.1.6",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"dependencies": {
"@thi.ng/api": "^6.11.3",
"@thi.ng/associative": "^5.0.0",
"@thi.ng/associative": "^5.0.1",
"@thi.ng/hiccup-html": "^0.3.0",
"@thi.ng/rdom": "^0.2.4",
"@thi.ng/rstream": "^4.6.4",
"@thi.ng/rdom": "^0.2.5",
"@thi.ng/rstream": "^4.6.5",
"@thi.ng/strings": "^1.9.0",
"@thi.ng/transducers": "^7.1.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/rdom/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/rdom@0.2.4...@thi.ng/rdom@0.2.5) (2020-07-25)

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





## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rdom@0.2.3...@thi.ng/rdom@0.2.4) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rdom
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom",
"version": "0.2.4",
"version": "0.2.5",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@thi.ng/hiccup": "^3.5.4",
"@thi.ng/paths": "^4.1.1",
"@thi.ng/prefixes": "^0.1.0",
"@thi.ng/rstream": "^4.6.4",
"@thi.ng/rstream": "^4.6.5",
"@thi.ng/strings": "^1.9.0"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-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.

## [2.0.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.33...@thi.ng/rstream-csp@2.0.34) (2020-07-25)

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





## [2.0.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@2.0.32...@thi.ng/rstream-csp@2.0.33) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rstream-csp
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "2.0.33",
"version": "2.0.34",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@thi.ng/csp": "^1.1.33",
"@thi.ng/rstream": "^4.6.4"
"@thi.ng/rstream": "^4.6.5"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-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.

## [1.1.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.1.40...@thi.ng/rstream-dot@1.1.41) (2020-07-25)

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





## [1.1.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.1.39...@thi.ng/rstream-dot@1.1.40) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rstream-dot
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-dot",
"version": "1.1.40",
"version": "1.1.41",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@thi.ng/rstream": "^4.6.4"
"@thi.ng/rstream": "^4.6.5"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-gestures/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.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.32...@thi.ng/rstream-gestures@2.0.33) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rstream-gestures





## [2.0.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.31...@thi.ng/rstream-gestures@2.0.32) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rstream-gestures
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-gestures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-gestures",
"version": "2.0.32",
"version": "2.0.33",
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@thi.ng/api": "^6.11.3",
"@thi.ng/checks": "^2.7.3",
"@thi.ng/math": "^2.0.0",
"@thi.ng/rstream": "^4.6.4",
"@thi.ng/rstream": "^4.6.5",
"@thi.ng/transducers": "^7.1.6"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-graph/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.2.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.34...@thi.ng/rstream-graph@3.2.35) (2020-07-25)

**Note:** Version bump only for package @thi.ng/rstream-graph





## [3.2.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.33...@thi.ng/rstream-graph@3.2.34) (2020-07-25)

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

0 comments on commit 86b6b03

Please sign in to comment.