Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 22, 2021
1 parent ba4057c commit 8ead409
Show file tree
Hide file tree
Showing 62 changed files with 325 additions and 71 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.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [5.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-30)


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.2.14",
"version": "5.2.15",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/color-palettes/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.

# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)


### Features

* **color-palettes:** add more palettes, update gen ([ba4057c](https://github.com/thi-ng/umbrella/commit/ba4057c4f1bfe4d093674c953080ae84fd92a531))





# 0.1.0 (2021-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "0.1.0",
"version": "0.2.0",
"description": "Collection of 100 image based color palettes",
"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.

## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# 0.1.0 (2020-04-03)


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": "1.0.6",
"version": "1.0.7",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/dgraph": "^1.3.33",
"@thi.ng/dgraph": "^1.3.34",
"@thi.ng/dot": "^1.2.37"
},
"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.3.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-11-24)


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.3.33",
"version": "1.3.34",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/associative": "^5.2.14",
"@thi.ng/associative": "^5.2.15",
"@thi.ng/equiv": "^1.0.45",
"@thi.ng/errors": "^1.3.4",
"@thi.ng/transducers": "^7.9.1"
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.5.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-02-20)


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.5.24",
"version": "0.5.25",
"description": "Entity Component System based around typed arrays & sparse sets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/associative": "^5.2.14",
"@thi.ng/associative": "^5.2.15",
"@thi.ng/binary": "^2.2.10",
"@thi.ng/checks": "^2.9.10",
"@thi.ng/dcons": "^2.3.33",
Expand Down
8 changes: 8 additions & 0 deletions packages/egf/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.4.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/egf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/egf",
"version": "0.4.16",
"version": "0.4.17",
"description": "Extensible Graph Format",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/associative": "^5.2.14",
"@thi.ng/associative": "^5.2.15",
"@thi.ng/checks": "^2.9.10",
"@thi.ng/dot": "^1.2.37",
"@thi.ng/errors": "^1.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/fuzzy-viz/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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

**Note:** Version bump only for package @thi.ng/fuzzy-viz





## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/fuzzy-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fuzzy-viz",
"version": "1.0.7",
"version": "1.0.8",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/api": "^7.1.9",
"@thi.ng/fuzzy": "^1.0.3",
"@thi.ng/hiccup": "^3.6.21",
"@thi.ng/hiccup-svg": "^3.7.33",
"@thi.ng/hiccup-svg": "^3.8.0",
"@thi.ng/math": "^4.0.5",
"@thi.ng/strings": "^2.1.6",
"@thi.ng/text-canvas": "^1.1.3"
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.

## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# 0.1.0 (2020-06-20)


Expand Down
6 changes: 3 additions & 3 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": "1.0.6",
"version": "1.0.7",
"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 @@ -38,9 +38,9 @@
},
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/associative": "^5.2.14",
"@thi.ng/associative": "^5.2.15",
"@thi.ng/color": "^3.2.6",
"@thi.ng/geom": "^2.1.27",
"@thi.ng/geom": "^2.1.28",
"@thi.ng/geom-api": "^2.0.30",
"@thi.ng/geom-clip-line": "^1.2.44",
"@thi.ng/geom-resample": "^1.0.4",
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.

## [2.1.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-02-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "2.1.27",
"version": "2.1.28",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@thi.ng/geom-subdiv-curve": "^1.0.4",
"@thi.ng/geom-tessellate": "^1.0.4",
"@thi.ng/hiccup": "^3.6.21",
"@thi.ng/hiccup-svg": "^3.7.33",
"@thi.ng/hiccup-svg": "^3.8.0",
"@thi.ng/math": "^4.0.5",
"@thi.ng/matrices": "^1.0.4",
"@thi.ng/random": "^2.4.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/hiccup-svg/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.

# [3.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)


### Features

* **hiccup-svg:** add numericAttribs(), fix svg() ([d6cb992](https://github.com/thi-ng/umbrella/commit/d6cb9929d274c83e89670e9140bba1cb172a0deb))





# [3.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-01-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
"version": "3.7.33",
"version": "3.8.0",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/imgui/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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "1.0.5",
"version": "1.0.6",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@thi.ng/api": "^7.1.9",
"@thi.ng/checks": "^2.9.10",
"@thi.ng/geom": "^2.1.27",
"@thi.ng/geom": "^2.1.28",
"@thi.ng/geom-api": "^2.0.30",
"@thi.ng/geom-isec": "^1.0.4",
"@thi.ng/geom-tessellate": "^1.0.4",
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.59](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2020-07-28)


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.58",
"version": "0.1.59",
"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 @@ -41,8 +41,8 @@
"@thi.ng/api": "^7.1.9",
"@thi.ng/checks": "^2.9.10",
"@thi.ng/hiccup-canvas": "^1.2.14",
"@thi.ng/rdom": "^0.6.7",
"@thi.ng/rstream": "^6.0.19",
"@thi.ng/rdom": "^0.6.8",
"@thi.ng/rstream": "^6.0.20",
"@thi.ng/transducers": "^7.9.1"
},
"files": [
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.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-22)

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





# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-08-04)


Expand Down
Loading

0 comments on commit 8ead409

Please sign in to comment.