Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 24, 2021
1 parent 3b1e956 commit 88f03fa
Show file tree
Hide file tree
Showing 58 changed files with 316 additions and 65 deletions.
8 changes: 8 additions & 0 deletions packages/adjacency/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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/adjacency
Expand Down
4 changes: 2 additions & 2 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "0.3.7",
"version": "0.3.8",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@thi.ng/api": "^7.1.4",
"@thi.ng/arrays": "^0.10.9",
"@thi.ng/bitfield": "^0.4.6",
"@thi.ng/bitfield": "^0.4.7",
"@thi.ng/dcons": "^2.3.17",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/sparse": "^0.1.72"
Expand Down
8 changes: 8 additions & 0 deletions packages/args/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.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "0.4.0",
"version": "0.4.1",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@thi.ng/api": "^7.1.4",
"@thi.ng/checks": "^2.9.5",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/strings": "^1.15.6"
"@thi.ng/strings": "^2.0.0"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/bitfield/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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/bitfield
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "0.4.6",
"version": "0.4.7",
"description": "1D / 2D bit field implementations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@thi.ng/api": "^7.1.4",
"@thi.ng/binary": "^2.2.4",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/strings": "^1.15.6"
"@thi.ng/strings": "^2.0.0"
},
"files": [
"*.js",
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.

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

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





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

**Note:** Version bump only for package @thi.ng/color
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "3.1.6",
"version": "3.1.7",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@thi.ng/errors": "^1.3.0",
"@thi.ng/math": "^3.3.0",
"@thi.ng/random": "^2.3.6",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/strings": "^2.0.0",
"@thi.ng/transducers": "^7.6.7",
"@thi.ng/vectors": "^5.1.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/colored-noise/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.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

**Note:** Version bump only for package @thi.ng/colored-noise





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

**Note:** Version bump only for package @thi.ng/colored-noise
Expand Down
4 changes: 2 additions & 2 deletions packages/colored-noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/colored-noise",
"version": "0.1.21",
"version": "0.1.22",
"description": "Customizable O(1) ES6 generators for colored noise",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^7.1.4",
"@thi.ng/dsp": "^3.0.13",
"@thi.ng/dsp-io-wav": "^0.1.47",
"@thi.ng/text-canvas": "^0.4.12",
"@thi.ng/text-canvas": "^0.5.0",
"@thi.ng/transducers": "^7.6.7",
"@thi.ng/vectors": "^5.1.5",
"@types/mocha": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/csv/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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/csv
Expand Down
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csv",
"version": "0.1.17",
"version": "0.1.18",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@thi.ng/api": "^7.1.4",
"@thi.ng/checks": "^2.9.5",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/strings": "^2.0.0",
"@thi.ng/transducers": "^7.6.7"
},
"files": [
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.3.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/egf
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.3.19",
"version": "0.3.20",
"description": "Extensible Graph Format",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/dot": "^1.2.30",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/prefixes": "^0.1.17",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/strings": "^2.0.0",
"@thi.ng/transducers-binary": "^0.6.13"
},
"files": [
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.

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

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





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

**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": "2.4.44",
"version": "2.4.45",
"description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@thi.ng/arrays": "^0.10.9",
"@thi.ng/equiv": "^1.0.41",
"@thi.ng/errors": "^1.3.0",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/strings": "^2.0.0",
"@thi.ng/transducers": "^7.6.7"
},
"files": [
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.

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

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





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

**Note:** Version bump only for package @thi.ng/fuzzy-viz
Expand Down
8 changes: 4 additions & 4 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": "0.1.15",
"version": "0.1.16",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -52,10 +52,10 @@
"@thi.ng/api": "^7.1.4",
"@thi.ng/fuzzy": "^0.1.9",
"@thi.ng/hiccup": "^3.6.14",
"@thi.ng/hiccup-svg": "^3.7.14",
"@thi.ng/hiccup-svg": "^3.7.15",
"@thi.ng/math": "^3.3.0",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/text-canvas": "^0.4.12"
"@thi.ng/strings": "^2.0.0",
"@thi.ng/text-canvas": "^0.5.0"
},
"files": [
"*.js",
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.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/geom-fuzz
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": "0.1.41",
"version": "0.1.42",
"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 @@ -50,8 +50,8 @@
"dependencies": {
"@thi.ng/api": "^7.1.4",
"@thi.ng/associative": "^5.1.7",
"@thi.ng/color": "^3.1.6",
"@thi.ng/geom": "^2.1.8",
"@thi.ng/color": "^3.1.7",
"@thi.ng/geom": "^2.1.9",
"@thi.ng/geom-api": "^2.0.13",
"@thi.ng/geom-clip-line": "^1.2.27",
"@thi.ng/geom-resample": "^0.2.64",
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.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**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": "2.1.8",
"version": "2.1.9",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -68,11 +68,11 @@
"@thi.ng/geom-subdiv-curve": "^0.1.82",
"@thi.ng/geom-tessellate": "^0.2.65",
"@thi.ng/hiccup": "^3.6.14",
"@thi.ng/hiccup-svg": "^3.7.14",
"@thi.ng/hiccup-svg": "^3.7.15",
"@thi.ng/math": "^3.3.0",
"@thi.ng/matrices": "^0.6.51",
"@thi.ng/random": "^2.3.6",
"@thi.ng/strings": "^1.15.6",
"@thi.ng/strings": "^2.0.0",
"@thi.ng/transducers": "^7.6.7",
"@thi.ng/vectors": "^5.1.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/hdiff/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.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2021-03-24)

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





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

**Note:** Version bump only for package @thi.ng/hdiff
Expand Down
4 changes: 2 additions & 2 deletions packages/hdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdiff",
"version": "0.1.34",
"version": "0.1.35",
"description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@thi.ng/diff": "^4.0.7",
"@thi.ng/hiccup": "^3.6.14",
"@thi.ng/hiccup-css": "^1.1.56",
"@thi.ng/strings": "^1.15.6"
"@thi.ng/strings": "^2.0.0"
},
"files": [
"*.js",
Expand Down
Loading

0 comments on commit 88f03fa

Please sign in to comment.