Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 22, 2023
1 parent b9cbf19 commit 5b3d731
Show file tree
Hide file tree
Showing 25 changed files with 114 additions and 59 deletions.
34 changes: 33 additions & 1 deletion packages/axidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-19T14:07:45Z
- **Last updated**: 2023-03-22T22:24:21Z
- **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,38 @@ 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.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/axidraw@1.1.0) (2023-03-22)

#### 🚀 Features

- add save/restore commands ([317f8e0](https://github.com/thi-ng/umbrella/commit/317f8e0))
- add/update command types
- add SAVE/RESTORE to store/restore pen levels
- update AxiDraw.draw() to restore state after one-off pen config
- update DipOpts & dip() ([52d8924](https://github.com/thi-ng/umbrella/commit/52d8924))
- rename `down` => `downDelay`, `up` => `upDelay`
- add `down`/`up` level opts
- update dip() impl to store/restore pen state if using custom
up/down levels for dipping
- add palette command seq gens ([0e453c1](https://github.com/thi-ng/umbrella/commit/0e453c1))
- add linearPalette() & radialPalette() and config options
- update pkg export maps
- add global clipping bounds option ([a99a58e](https://github.com/thi-ng/umbrella/commit/a99a58e))
- add AxiDrawOpts.clip
- add support for paper sizes, home offset ([c44510f](https://github.com/thi-ng/umbrella/commit/c44510f))
- update AxiDrawOpts.bounds to accept paper sizes ([@thi.ng/units](https://github.com/thi-ng/umbrella/tree/main/packages/units) quantities)
- add AxiDrawOpts.home
- update AxiDraw ctor & move/sendMove methods
- add AxiDraw.setHome()
- update pkg deps

#### ♻️ Refactoring

- remove obsolete clamping ([50978ba](https://github.com/thi-ng/umbrella/commit/50978ba))
- update linearPalette()
- update bounds handling/clamping ([7850ed6](https://github.com/thi-ng/umbrella/commit/7850ed6))
- precalc scale factor & bounds in ctor

# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/axidraw@1.0.0) (2023-03-19)

#### 🛑 Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.0.0",
"version": "1.1.0",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/compose": "^2.1.29",
"@thi.ng/date": "^2.4.8",
"@thi.ng/date": "^2.4.9",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/logger": "^1.4.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/units": "^0.3.1",
"@thi.ng/units": "^0.4.0",
"@thi.ng/vectors": "^7.6.9",
"serialport": "^10.5.0"
},
Expand Down
2 changes: 1 addition & 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-17T08:24:43Z
- **Last updated**: 2023-03-22T22:24:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.5.0",
"version": "2.5.1",
"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.10",
"version": "1.0.11",
"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.5.0",
"@thi.ng/base-n": "^2.5.1",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/color": "^5.4.5",
"@thi.ng/errors": "^2.2.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/date/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-22T22:24:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/date",
"version": "2.4.8",
"version": "2.4.9",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
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.59",
"version": "2.1.60",
"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.39",
"@thi.ng/math": "^5.4.5",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-canvas": "^2.4.37"
"@thi.ng/text-canvas": "^2.4.38"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
Expand Down
9 changes: 8 additions & 1 deletion packages/geom-axidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-03-19T14:07:45Z
- **Last updated**: 2023-03-22T22:24:21Z
- **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,13 @@ 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.

## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-axidraw@0.5.0) (2023-03-22)

#### 🚀 Features

- add support for new draw commands ([e5e994c](https://github.com/thi-ng/umbrella/commit/e5e994c))
- update asGeometry() to handle new move commands

## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-axidraw@0.4.0) (2023-03-19)

#### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.4.0",
"version": "0.5.0",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/arrays": "^2.5.8",
"@thi.ng/axidraw": "^1.0.0",
"@thi.ng/axidraw": "^1.1.0",
"@thi.ng/compare": "^2.1.27",
"@thi.ng/defmulti": "^2.1.33",
"@thi.ng/geom": "^4.2.12",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-accel": "^3.3.9",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-clip-line": "^2.3.10",
Expand Down
4 changes: 2 additions & 2 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": "2.2.14",
"version": "2.2.15",
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.7.4",
"@thi.ng/associative": "^6.2.32",
"@thi.ng/color": "^5.4.5",
"@thi.ng/geom": "^4.2.12",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-clip-line": "^2.3.10",
"@thi.ng/geom-resample": "^2.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-sdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-sdf",
"version": "0.2.42",
"version": "0.2.43",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/checks": "^3.3.10",
"@thi.ng/defmulti": "^2.1.33",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/geom": "^4.2.12",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-isoline": "^2.1.49",
"@thi.ng/geom-poly-utils": "^2.3.36",
Expand Down
9 changes: 8 additions & 1 deletion packages/geom/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-22T22:24:21Z
- **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,13 @@ 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.

## [4.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@4.3.0) (2023-03-22)

#### 🚀 Features

- add splitArclength() ([906a326](https://github.com/thi-ng/umbrella/commit/906a326))
- add spiral() polyline factory fn ([572e0ef](https://github.com/thi-ng/umbrella/commit/572e0ef))

## [4.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@4.2.0) (2023-01-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "4.2.12",
"version": "4.3.0",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
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.5",
"version": "3.2.6",
"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.37"
"@thi.ng/text-canvas": "^2.4.38"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "2.1.58",
"version": "2.1.59",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/geom": "^4.2.12",
"@thi.ng/geom": "^4.3.0",
"@thi.ng/geom-api": "^3.4.10",
"@thi.ng/geom-isec": "^2.1.52",
"@thi.ng/geom-tessellate": "^2.1.52",
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.6",
"version": "3.1.7",
"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.5.0",
"@thi.ng/base-n": "^2.5.1",
"@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.29",
"version": "0.2.30",
"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.5.0",
"@thi.ng/base-n": "^2.5.1",
"@thi.ng/random": "^3.3.27"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/tangle",
"version": "0.1.28",
"version": "0.1.29",
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/args": "^2.2.22",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/compare": "^2.1.27",
"@thi.ng/date": "^2.4.8",
"@thi.ng/date": "^2.4.9",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/file-io": "^0.5.6",
"@thi.ng/logger": "^1.4.11",
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.37",
"version": "2.4.38",
"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.10",
"@thi.ng/math": "^5.4.5",
"@thi.ng/strings": "^3.4.2",
"@thi.ng/text-format": "^1.4.0",
"@thi.ng/text-format": "^1.4.1",
"@thi.ng/transducers": "^8.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 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-17T08:24:43Z
- **Last updated**: 2023-03-22T22:24:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.4.0",
"version": "1.4.1",
"description": "Customizable color text formatting with presets for ANSI & HTML",
"type": "module",
"module": "./index.js",
Expand Down
11 changes: 10 additions & 1 deletion packages/units/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-22T22:24:21Z
- **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,15 @@ 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.

## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/units@0.4.0) (2023-03-22)

#### 🚀 Features

- add US paper sizes/presets ([bc78668](https://github.com/thi-ng/umbrella/commit/bc78668))
- rename file din-sizes.ts => paper-sizes.ts
- update pkg export maps
- add landscape presets (paper sizes) ([a96a714](https://github.com/thi-ng/umbrella/commit/a96a714))

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

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/units/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/units",
"version": "0.3.1",
"version": "0.4.0",
"description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)",
"type": "module",
"module": "./index.js",
Expand Down
Loading

0 comments on commit 5b3d731

Please sign in to comment.