Skip to content

Commit 4924437

Browse files
Publish
1 parent 4c12bcd commit 4924437

File tree

8 files changed

+30
-20
lines changed

8 files changed

+30
-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.176",
3+
"version": "1.1.177",
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.7.83",
46+
"@thi.ng/date": "^2.8.0",
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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-04-02T10:52:06Z
3+
- **Last updated**: 2026-04-04T22:34:44Z
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,16 @@ 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.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/date@2.8.0/packages/date) (2026-04-04)
15+
16+
#### 🚀 Features
17+
18+
- update/fix formatters, update default locale ([c1d81f2](https://codeberg.org/thi.ng/umbrella/commit/c1d81f2))
19+
- update format presets: `FMT_dMyyyy`, `FMT_dMMMyyyy`, `FMT_HHmm`, `FMT_hm`, `FMT_HHmmss`, `FMT_hms`
20+
- use correct locale-specific separators (e.g. `/HM`, `/DM` etc.)
21+
- add `/MS` minute-second separator & formatter
22+
- add tests
23+
1424
### [2.7.19](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/date@2.7.19/packages/date) (2024-06-21)
1525

1626
#### ♻️ Refactoring

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.7.83",
3+
"version": "2.8.0",
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.78",
3+
"version": "1.0.79",
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.176",
45+
"@thi.ng/axidraw": "^1.1.177",
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.4",
3+
"version": "1.6.5",
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.7.83",
46+
"@thi.ng/date": "^2.8.0",
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.67",
3+
"version": "1.1.68",
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.7.83",
48+
"@thi.ng/date": "^2.8.0",
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.9",
3+
"version": "0.1.10",
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.4"
43+
"@thi.ng/imago": "^1.6.5"
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.176, @thi.ng/axidraw@workspace:packages/axidraw":
4189+
"@thi.ng/axidraw@npm:^1.1.177, @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.7.83"
4196+
"@thi.ng/date": "npm:^2.8.0"
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@workspace:^, @thi.ng/date@workspace:packages/date":
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":
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.176"
4958+
"@thi.ng/axidraw": "npm:^1.1.177"
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.4, @thi.ng/imago@workspace:packages/imago":
5560+
"@thi.ng/imago@npm:^1.6.5, @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.7.83"
5567+
"@thi.ng/date": "npm:^2.8.0"
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.7.83"
6771+
"@thi.ng/date": "npm:^2.8.0"
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.4"
6847+
"@thi.ng/imago": "npm:^1.6.5"
68486848
esbuild: "npm:^0.27.2"
68496849
typedoc: "npm:^0.28.16"
68506850
typescript: "npm:^5.9.3"

0 commit comments

Comments
 (0)