Skip to content

Commit 4eaee6a

Browse files
Publish
1 parent 269d6cc commit 4eaee6a

File tree

8 files changed

+26
-20
lines changed

8 files changed

+26
-20
lines changed

packages/axidraw/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/axidraw",
3-
"version": "1.1.177",
3+
"version": "1.1.178",
44
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
55
"type": "module",
66
"module": "./index.js",
@@ -43,7 +43,7 @@
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/checks": "^3.8.8",
4545
"@thi.ng/compose": "^3.0.55",
46-
"@thi.ng/date": "^2.8.0",
46+
"@thi.ng/date": "^2.8.1",
4747
"@thi.ng/errors": "^2.6.7",
4848
"@thi.ng/logger": "^3.3.1",
4949
"@thi.ng/math": "^5.15.7",

packages/date/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-04-04T22:34:44Z
3+
- **Last updated**: 2026-04-06T13:53:35Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

14+
### [2.8.1](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/date@2.8.1/packages/date) (2026-04-06)
15+
16+
#### ♻️ Refactoring
17+
18+
- add `Formatter` type alias ([269d6cc](https://codeberg.org/thi.ng/umbrella/commit/269d6cc))
19+
1420
## [2.8.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/date@2.8.0/packages/date) (2026-04-04)
1521

1622
#### 🚀 Features

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/date",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
55
"type": "module",
66
"module": "./index.js",

packages/geom-axidraw/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/geom-axidraw",
3-
"version": "1.0.79",
3+
"version": "1.0.80",
44
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
55
"type": "module",
66
"module": "./index.js",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/arrays": "^2.14.14",
45-
"@thi.ng/axidraw": "^1.1.177",
45+
"@thi.ng/axidraw": "^1.1.178",
4646
"@thi.ng/compare": "^2.5.6",
4747
"@thi.ng/defmulti": "^3.0.95",
4848
"@thi.ng/geom": "^8.3.24",

packages/imago/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/imago",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
55
"type": "module",
66
"module": "./index.js",
@@ -43,7 +43,7 @@
4343
"@thi.ng/api": "^8.12.18",
4444
"@thi.ng/blurhash": "^1.0.40",
4545
"@thi.ng/checks": "^3.8.8",
46-
"@thi.ng/date": "^2.8.0",
46+
"@thi.ng/date": "^2.8.1",
4747
"@thi.ng/defmulti": "^3.0.95",
4848
"@thi.ng/errors": "^2.6.7",
4949
"@thi.ng/file-io": "^2.2.29",

packages/tangle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/tangle",
3-
"version": "1.1.68",
3+
"version": "1.1.69",
44
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
55
"type": "module",
66
"module": "./index.js",
@@ -45,7 +45,7 @@
4545
"@thi.ng/args": "^3.2.15",
4646
"@thi.ng/checks": "^3.8.8",
4747
"@thi.ng/compare": "^2.5.6",
48-
"@thi.ng/date": "^2.8.0",
48+
"@thi.ng/date": "^2.8.1",
4949
"@thi.ng/errors": "^2.6.7",
5050
"@thi.ng/file-io": "^2.2.29",
5151
"@thi.ng/logger": "^3.3.1",

packages/text-format-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/text-format-image",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Bitmap image formatting for CLI/Terminal",
55
"type": "module",
66
"module": "./index.js",
@@ -40,7 +40,7 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/imago": "^1.6.5"
43+
"@thi.ng/imago": "^1.6.6"
4444
},
4545
"devDependencies": {
4646
"esbuild": "^0.27.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,14 +4186,14 @@ __metadata:
41864186
languageName: unknown
41874187
linkType: soft
41884188

4189-
"@thi.ng/axidraw@npm:^1.1.177, @thi.ng/axidraw@workspace:packages/axidraw":
4189+
"@thi.ng/axidraw@npm:^1.1.178, @thi.ng/axidraw@workspace:packages/axidraw":
41904190
version: 0.0.0-use.local
41914191
resolution: "@thi.ng/axidraw@workspace:packages/axidraw"
41924192
dependencies:
41934193
"@thi.ng/api": "npm:^8.12.18"
41944194
"@thi.ng/checks": "npm:^3.8.8"
41954195
"@thi.ng/compose": "npm:^3.0.55"
4196-
"@thi.ng/date": "npm:^2.8.0"
4196+
"@thi.ng/date": "npm:^2.8.1"
41974197
"@thi.ng/errors": "npm:^2.6.7"
41984198
"@thi.ng/logger": "npm:^3.3.1"
41994199
"@thi.ng/math": "npm:^5.15.7"
@@ -4557,7 +4557,7 @@ __metadata:
45574557
languageName: unknown
45584558
linkType: soft
45594559

4560-
"@thi.ng/date@npm:^2.7.83, @thi.ng/date@npm:^2.8.0, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date":
4560+
"@thi.ng/date@npm:^2.7.83, @thi.ng/date@npm:^2.8.1, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date":
45614561
version: 0.0.0-use.local
45624562
resolution: "@thi.ng/date@workspace:packages/date"
45634563
dependencies:
@@ -4955,7 +4955,7 @@ __metadata:
49554955
dependencies:
49564956
"@thi.ng/api": "npm:^8.12.18"
49574957
"@thi.ng/arrays": "npm:^2.14.14"
4958-
"@thi.ng/axidraw": "npm:^1.1.177"
4958+
"@thi.ng/axidraw": "npm:^1.1.178"
49594959
"@thi.ng/compare": "npm:^2.5.6"
49604960
"@thi.ng/defmulti": "npm:^3.0.95"
49614961
"@thi.ng/geom": "npm:^8.3.24"
@@ -5557,14 +5557,14 @@ __metadata:
55575557
languageName: unknown
55585558
linkType: soft
55595559

5560-
"@thi.ng/imago@npm:^1.6.5, @thi.ng/imago@workspace:packages/imago":
5560+
"@thi.ng/imago@npm:^1.6.6, @thi.ng/imago@workspace:packages/imago":
55615561
version: 0.0.0-use.local
55625562
resolution: "@thi.ng/imago@workspace:packages/imago"
55635563
dependencies:
55645564
"@thi.ng/api": "npm:^8.12.18"
55655565
"@thi.ng/blurhash": "npm:^1.0.40"
55665566
"@thi.ng/checks": "npm:^3.8.8"
5567-
"@thi.ng/date": "npm:^2.8.0"
5567+
"@thi.ng/date": "npm:^2.8.1"
55685568
"@thi.ng/defmulti": "npm:^3.0.95"
55695569
"@thi.ng/errors": "npm:^2.6.7"
55705570
"@thi.ng/file-io": "npm:^2.2.29"
@@ -6768,7 +6768,7 @@ __metadata:
67686768
"@thi.ng/args": "npm:^3.2.15"
67696769
"@thi.ng/checks": "npm:^3.8.8"
67706770
"@thi.ng/compare": "npm:^2.5.6"
6771-
"@thi.ng/date": "npm:^2.8.0"
6771+
"@thi.ng/date": "npm:^2.8.1"
67726772
"@thi.ng/errors": "npm:^2.6.7"
67736773
"@thi.ng/file-io": "npm:^2.2.29"
67746774
"@thi.ng/logger": "npm:^3.3.1"
@@ -6844,7 +6844,7 @@ __metadata:
68446844
version: 0.0.0-use.local
68456845
resolution: "@thi.ng/text-format-image@workspace:packages/text-format-image"
68466846
dependencies:
6847-
"@thi.ng/imago": "npm:^1.6.5"
6847+
"@thi.ng/imago": "npm:^1.6.6"
68486848
esbuild: "npm:^0.27.2"
68496849
typedoc: "npm:^0.28.16"
68506850
typescript: "npm:^5.9.3"

0 commit comments

Comments
 (0)