Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 17, 2023
1 parent 4f23d9c commit 2c17115
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 25 deletions.
8 changes: 7 additions & 1 deletion packages/base-n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-14T13:27:19Z
- **Last updated**: 2023-03-17T08:24:43Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.5.0) (2023-03-17)

#### 🚀 Features

- add BASE16/32/58 aliases for default impls ([7a8ae1f](https://github.com/thi-ng/umbrella/commit/7a8ae1f))

## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.4.0) (2023-02-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/base-n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/base-n",
"version": "2.4.3",
"version": "2.5.0",
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.8",
"version": "1.0.9",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/base-n": "^2.4.3",
"@thi.ng/base-n": "^2.5.0",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/color": "^5.4.4",
"@thi.ng/errors": "^2.2.13",
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": "2.1.57",
"version": "2.1.58",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/hiccup-svg": "^4.3.38",
"@thi.ng/math": "^5.4.5",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-canvas": "^2.4.35"
"@thi.ng/text-canvas": "^2.4.36"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
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": "3.2.3",
"version": "3.2.4",
"description": "Markdown parser & serializer from/to Hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/logger": "^1.4.11",
"@thi.ng/parse": "^2.2.30",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-canvas": "^2.4.35"
"@thi.ng/text-canvas": "^2.4.36"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ksuid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ksuid",
"version": "3.1.5",
"version": "3.1.6",
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/base-n": "^2.4.3",
"@thi.ng/base-n": "^2.5.0",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/random": "^3.3.27",
"@thi.ng/strings": "^3.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/random-fxhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/random-fxhash",
"version": "0.2.28",
"version": "0.2.29",
"description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/base-n": "^2.4.3",
"@thi.ng/base-n": "^2.5.0",
"@thi.ng/random": "^3.3.27"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.4.35",
"version": "2.4.36",
"description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/geom-clip-line": "^2.3.9",
"@thi.ng/math": "^5.4.5",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-format": "^1.3.0",
"@thi.ng/text-format": "^1.4.0",
"@thi.ng/transducers": "^8.3.38"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion packages/text-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-16T11:22:27Z
- **Last updated**: 2023-03-17T08:24:43Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [1.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@1.4.0) (2023-03-17)

#### 🚀 Features

- add PRESET_NONE ([28e4db4](https://github.com/thi-ng/umbrella/commit/28e4db4))

## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@1.3.0) (2023-03-16)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/text-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/text-format",
"version": "1.3.0",
"version": "1.4.0",
"description": "Customizable color text formatting with presets for ANSI & HTML",
"type": "module",
"module": "./index.js",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2642,7 +2642,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/base-n@^2.4.3, @thi.ng/base-n@workspace:packages/base-n":
"@thi.ng/base-n@^2.5.0, @thi.ng/base-n@workspace:packages/base-n":
version: 0.0.0-use.local
resolution: "@thi.ng/base-n@workspace:packages/base-n"
dependencies:
Expand Down Expand Up @@ -2790,7 +2790,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": ^7.34.4
"@thi.ng/api": ^8.7.4
"@thi.ng/base-n": ^2.4.3
"@thi.ng/base-n": ^2.5.0
"@thi.ng/checks": ^3.3.10
"@thi.ng/color": ^5.4.4
"@thi.ng/errors": ^2.2.13
Expand Down Expand Up @@ -3329,7 +3329,7 @@ __metadata:
"@thi.ng/math": ^5.4.5
"@thi.ng/strings": ^3.4.2
"@thi.ng/testament": ^0.3.13
"@thi.ng/text-canvas": ^2.4.35
"@thi.ng/text-canvas": ^2.4.36
rimraf: ^4.4.0
tools: "workspace:^"
typedoc: ^0.23.26
Expand Down Expand Up @@ -4017,7 +4017,7 @@ __metadata:
"@thi.ng/parse": ^2.2.30
"@thi.ng/strings": ^3.4.2
"@thi.ng/testament": ^0.3.13
"@thi.ng/text-canvas": ^2.4.35
"@thi.ng/text-canvas": ^2.4.36
rimraf: ^4.4.0
tools: "workspace:^"
typedoc: ^0.23.26
Expand Down Expand Up @@ -4192,7 +4192,7 @@ __metadata:
resolution: "@thi.ng/ksuid@workspace:packages/ksuid"
dependencies:
"@microsoft/api-extractor": ^7.34.4
"@thi.ng/base-n": ^2.4.3
"@thi.ng/base-n": ^2.5.0
"@thi.ng/errors": ^2.2.13
"@thi.ng/random": ^3.3.27
"@thi.ng/strings": ^3.4.2
Expand Down Expand Up @@ -4639,7 +4639,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": ^7.34.4
"@thi.ng/api": ^8.7.4
"@thi.ng/base-n": ^2.4.3
"@thi.ng/base-n": ^2.5.0
"@thi.ng/random": ^3.3.27
"@thi.ng/testament": ^0.3.13
rimraf: ^4.4.0
Expand Down Expand Up @@ -5242,7 +5242,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/text-canvas@^2.4.34, @thi.ng/text-canvas@^2.4.35, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas":
"@thi.ng/text-canvas@^2.4.34, @thi.ng/text-canvas@^2.4.36, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas":
version: 0.0.0-use.local
resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas"
dependencies:
Expand All @@ -5255,7 +5255,7 @@ __metadata:
"@thi.ng/math": ^5.4.5
"@thi.ng/strings": ^3.4.2
"@thi.ng/testament": ^0.3.13
"@thi.ng/text-format": ^1.3.0
"@thi.ng/text-format": ^1.4.0
"@thi.ng/transducers": ^8.3.38
rimraf: ^4.4.0
tools: "workspace:^"
Expand All @@ -5265,7 +5265,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/text-format@^1.3.0, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format":
"@thi.ng/text-format@^1.4.0, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format":
version: 0.0.0-use.local
resolution: "@thi.ng/text-format@workspace:packages/text-format"
dependencies:
Expand Down

0 comments on commit 2c17115

Please sign in to comment.