Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/colored-noise@0.1.39
 - @thi.ng/fuzzy-viz@0.1.33
 - @thi.ng/hiccup-markdown@1.3.26
 - @thi.ng/ksuid@0.3.0
 - @thi.ng/text-canvas@0.7.14
  • Loading branch information
postspectacular committed Aug 7, 2021
1 parent 1276c94 commit 0c3f02d
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 8 deletions.
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.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/colored-noise@0.1.38...@thi.ng/colored-noise@0.1.39) (2021-08-07)

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





## [0.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/colored-noise@0.1.37...@thi.ng/colored-noise@0.1.38) (2021-08-04)

**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.38",
"version": "0.1.39",
"description": "Customizable O(1) ES6 generators for colored noise",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/api": "^7.1.7",
"@thi.ng/dsp": "^3.0.24",
"@thi.ng/dsp-io-wav": "^0.1.58",
"@thi.ng/text-canvas": "^0.7.13",
"@thi.ng/text-canvas": "^0.7.14",
"@thi.ng/transducers": "^7.8.1",
"@thi.ng/vectors": "^6.0.5"
},
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.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@0.1.32...@thi.ng/fuzzy-viz@0.1.33) (2021-08-07)

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





## [0.1.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/fuzzy-viz@0.1.31...@thi.ng/fuzzy-viz@0.1.32) (2021-08-04)

**Note:** Version bump only for package @thi.ng/fuzzy-viz
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": "0.1.32",
"version": "0.1.33",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/hiccup-svg": "^3.7.28",
"@thi.ng/math": "^4.0.3",
"@thi.ng/strings": "^2.1.3",
"@thi.ng/text-canvas": "^0.7.13"
"@thi.ng/text-canvas": "^0.7.14"
},
"files": [
"*.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-markdown/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.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.3.25...@thi.ng/hiccup-markdown@1.3.26) (2021-08-07)

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





## [1.3.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.3.24...@thi.ng/hiccup-markdown@1.3.25) (2021-08-04)

**Note:** Version bump only for package @thi.ng/hiccup-markdown
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-markdown",
"version": "1.3.25",
"version": "1.3.26",
"description": "Markdown parser & serializer from/to Hiccup format",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/fsm": "^2.4.57",
"@thi.ng/hiccup": "^3.6.18",
"@thi.ng/strings": "^2.1.3",
"@thi.ng/text-canvas": "^0.7.13",
"@thi.ng/text-canvas": "^0.7.14",
"@thi.ng/transducers": "^7.8.1"
},
"files": [
Expand Down
25 changes: 25 additions & 0 deletions packages/ksuid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.6...@thi.ng/ksuid@0.3.0) (2021-08-07)


### Code Refactoring

* **ksuid:** extract IKSUID, update impls, docs ([1276c94](https://github.com/thi-ng/umbrella/commit/1276c940d6e7b584d90eb871261ff6a28352de4f))


### Features

* **ksuid:** pkg restructure, add 64bit version ([9c40b20](https://github.com/thi-ng/umbrella/commit/9c40b2053afb9067723bfb0377e5e3ea2a38c52a))


### BREAKING CHANGES

* **ksuid:** Rename KSUID => KSUID32 / defKSUID32()

- update readme
- update tests
- update pkg meta





## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.5...@thi.ng/ksuid@0.2.6) (2021-08-04)

**Note:** Version bump only for package @thi.ng/ksuid
Expand Down
2 changes: 1 addition & 1 deletion packages/ksuid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ksuid",
"version": "0.2.6",
"version": "0.3.0",
"description": "Configurable sortable unique IDs, binary & base-N encoded, 32/64bit time resolution",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/text-canvas/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.7.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@0.7.13...@thi.ng/text-canvas@0.7.14) (2021-08-07)


### Bug Fixes

* **text-canvas:** fix ImageOpts.chars type ([0ae7855](https://github.com/thi-ng/umbrella/commit/0ae78552be39f543e98f8716dc239c3ce9c50b7b))





## [0.7.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@0.7.12...@thi.ng/text-canvas@0.7.13) (2021-08-04)

**Note:** Version bump only for package @thi.ng/text-canvas
Expand Down
2 changes: 1 addition & 1 deletion packages/text-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/text-canvas",
"version": "0.7.13",
"version": "0.7.14",
"description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit 0c3f02d

Please sign in to comment.