Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 6, 2023
1 parent 6ff161e commit 888293c
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 28 deletions.
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-08-04T10:58:19Z
- **Last updated**: 2023-08-06T09:21:31Z
- **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.6",
"version": "2.5.7",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays",
"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.1.5",
"version": "1.1.6",
"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.9.0",
"@thi.ng/base-n": "^2.5.6",
"@thi.ng/base-n": "^2.5.7",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/color": "^5.5.6",
"@thi.ng/errors": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 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.5.12",
"version": "0.5.13",
"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 @@ -39,7 +39,7 @@
"@thi.ng/axidraw": "^1.1.9",
"@thi.ng/compare": "^2.1.33",
"@thi.ng/defmulti": "^2.1.39",
"@thi.ng/geom": "^5.0.7",
"@thi.ng/geom": "^5.1.0",
"@thi.ng/geom-accel": "^3.5.4",
"@thi.ng/geom-api": "^3.4.20",
"@thi.ng/geom-clip-line": "^2.3.20",
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.26",
"version": "2.2.27",
"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.9.0",
"@thi.ng/associative": "^6.2.40",
"@thi.ng/color": "^5.5.6",
"@thi.ng/geom": "^5.0.7",
"@thi.ng/geom": "^5.1.0",
"@thi.ng/geom-api": "^3.4.20",
"@thi.ng/geom-clip-line": "^2.3.20",
"@thi.ng/geom-resample": "^2.2.20",
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.53",
"version": "0.2.54",
"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.4.0",
"@thi.ng/defmulti": "^2.1.39",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/geom": "^5.0.7",
"@thi.ng/geom": "^5.1.0",
"@thi.ng/geom-api": "^3.4.20",
"@thi.ng/geom-isoline": "^2.1.58",
"@thi.ng/geom-poly-utils": "^2.3.46",
Expand Down
11 changes: 10 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-08-04T10:58:19Z
- **Last updated**: 2023-08-06T09:21:31Z
- **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.

## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@5.1.0) (2023-08-06)

#### 🚀 Features

- update API for various shape types ([3a45c5f](https://github.com/thi-ng/umbrella/commit/3a45c5f))
- add IClear impls for APC, Group, Path
- add .add() methods for APC, Group, Polygon, Polyline
- update Path.add() to accept multiple args

# [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@5.0.0) (2023-04-08)

#### 🛑 Breaking changes
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": "5.0.7",
"version": "5.1.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/imgui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imgui",
"version": "2.1.69",
"version": "2.1.70",
"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.9.0",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/geom": "^5.0.7",
"@thi.ng/geom": "^5.1.0",
"@thi.ng/geom-api": "^3.4.20",
"@thi.ng/geom-isec": "^2.1.62",
"@thi.ng/geom-tessellate": "^2.1.62",
Expand Down
11 changes: 10 additions & 1 deletion packages/ksuid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-04T10:58:19Z
- **Last updated**: 2023-08-06T09:21:31Z
- **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.

### [3.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@3.1.15) (2023-08-06)

#### 🩹 Bug fixes

- fix [#403](https://github.com/thi-ng/umbrella/issues/403), update KSUID32 epoch handling ([abbfc5a](https://github.com/thi-ng/umbrella/commit/abbfc5a))
- update .ensureTime() to check against optional max value
- fix int coercion in KSUID32.timeOnlyBinary()
- update readme

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

#### 🚀 Features
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.14",
"version": "3.1.15",
"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.6",
"@thi.ng/base-n": "^2.5.7",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/random": "^3.5.1",
"@thi.ng/strings": "^3.4.8"
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.3.1",
"version": "0.3.2",
"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.9.0",
"@thi.ng/base-n": "^2.5.6",
"@thi.ng/base-n": "^2.5.7",
"@thi.ng/random": "^3.5.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/base-n@^2.5.6, @thi.ng/base-n@workspace:packages/base-n":
"@thi.ng/base-n@^2.5.7, @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 @@ -2757,7 +2757,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": ^7.36.3
"@thi.ng/api": ^8.9.0
"@thi.ng/base-n": ^2.5.6
"@thi.ng/base-n": ^2.5.7
"@thi.ng/checks": ^3.4.0
"@thi.ng/color": ^5.5.6
"@thi.ng/errors": ^2.3.0
Expand Down Expand Up @@ -3406,7 +3406,7 @@ __metadata:
"@thi.ng/axidraw": ^1.1.9
"@thi.ng/compare": ^2.1.33
"@thi.ng/defmulti": ^2.1.39
"@thi.ng/geom": ^5.0.7
"@thi.ng/geom": ^5.1.0
"@thi.ng/geom-accel": ^3.5.4
"@thi.ng/geom-api": ^3.4.20
"@thi.ng/geom-clip-line": ^2.3.20
Expand Down Expand Up @@ -3478,7 +3478,7 @@ __metadata:
"@thi.ng/api": ^8.9.0
"@thi.ng/associative": ^6.2.40
"@thi.ng/color": ^5.5.6
"@thi.ng/geom": ^5.0.7
"@thi.ng/geom": ^5.1.0
"@thi.ng/geom-api": ^3.4.20
"@thi.ng/geom-clip-line": ^2.3.20
"@thi.ng/geom-resample": ^2.2.20
Expand Down Expand Up @@ -3604,7 +3604,7 @@ __metadata:
"@thi.ng/checks": ^3.4.0
"@thi.ng/defmulti": ^2.1.39
"@thi.ng/errors": ^2.3.0
"@thi.ng/geom": ^5.0.7
"@thi.ng/geom": ^5.1.0
"@thi.ng/geom-api": ^3.4.20
"@thi.ng/geom-isoline": ^2.1.58
"@thi.ng/geom-poly-utils": ^2.3.46
Expand Down Expand Up @@ -3718,7 +3718,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/geom@^5.0.7, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom":
"@thi.ng/geom@^5.1.0, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom":
version: 0.0.0-use.local
resolution: "@thi.ng/geom@workspace:packages/geom"
dependencies:
Expand Down Expand Up @@ -4088,7 +4088,7 @@ __metadata:
"@microsoft/api-extractor": ^7.36.3
"@thi.ng/api": ^8.9.0
"@thi.ng/checks": ^3.4.0
"@thi.ng/geom": ^5.0.7
"@thi.ng/geom": ^5.1.0
"@thi.ng/geom-api": ^3.4.20
"@thi.ng/geom-isec": ^2.1.62
"@thi.ng/geom-tessellate": ^2.1.62
Expand Down Expand Up @@ -4179,7 +4179,7 @@ __metadata:
resolution: "@thi.ng/ksuid@workspace:packages/ksuid"
dependencies:
"@microsoft/api-extractor": ^7.36.3
"@thi.ng/base-n": ^2.5.6
"@thi.ng/base-n": ^2.5.7
"@thi.ng/errors": ^2.3.0
"@thi.ng/random": ^3.5.1
"@thi.ng/strings": ^3.4.8
Expand Down Expand Up @@ -4641,7 +4641,7 @@ __metadata:
dependencies:
"@microsoft/api-extractor": ^7.36.3
"@thi.ng/api": ^8.9.0
"@thi.ng/base-n": ^2.5.6
"@thi.ng/base-n": ^2.5.7
"@thi.ng/random": ^3.5.1
"@thi.ng/testament": ^0.3.18
rimraf: ^5.0.1
Expand Down

0 comments on commit 888293c

Please sign in to comment.