Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 23, 2024
1 parent 0b73fea commit 0d01681
Show file tree
Hide file tree
Showing 24 changed files with 84 additions and 68 deletions.
9 changes: 8 additions & 1 deletion packages/bitstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-19T13:45:57Z
- **Last updated**: 2024-08-23T16:18:16Z
- **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.

## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bitstream@2.4.0) (2024-08-23)

#### 🚀 Features

- add read16/24/32() fns ([edf19e7](https://github.com/thi-ng/umbrella/commit/edf19e7))
- add tests

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bitstream@2.3.0) (2024-08-19)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "2.3.0",
"version": "2.4.0",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"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.157",
"version": "2.1.158",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/fuzzy": "^2.1.90",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/hiccup-svg": "^5.3.11",
"@thi.ng/math": "^5.11.8",
"@thi.ng/strings": "^3.8.4",
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.6.13",
"version": "0.6.14",
"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 @@ -41,7 +41,7 @@
"@thi.ng/axidraw": "^1.1.91",
"@thi.ng/compare": "^2.4.1",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/geom": "^8.1.5",
"@thi.ng/geom-accel": "^4.1.3",
"@thi.ng/geom-clip-line": "^2.3.100",
"@thi.ng/geom-isec": "^4.0.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": "3.0.11",
"version": "3.0.12",
"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 @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/color": "^5.7.1",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/geom": "^8.1.5",
"@thi.ng/geom-clip-line": "^2.3.100",
"@thi.ng/geom-resample": "^3.0.10",
"@thi.ng/grid-iterators": "^4.0.85",
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.4.13",
"version": "0.4.14",
"description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/geom": "^8.1.5",
"@thi.ng/geom-isoline": "^2.1.138",
"@thi.ng/geom-poly-utils": "^3.0.10",
"@thi.ng/geom-resample": "^3.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-webgl",
"version": "0.1.14",
"version": "0.1.15",
"description": "WebGL geometry/shape conversion & interop",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/geom": "^8.1.5",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/transducers": "^9.2.0",
"@thi.ng/vector-pools": "^3.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "8.1.4",
"version": "8.1.5",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@thi.ng/geom-splines": "^2.3.10",
"@thi.ng/geom-subdiv-curve": "^3.0.10",
"@thi.ng/geom-tessellate": "^3.0.10",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/hiccup-svg": "^5.3.11",
"@thi.ng/math": "^5.11.8",
"@thi.ng/matrices": "^2.4.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdiff",
"version": "0.3.139",
"version": "0.3.140",
"description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/diff": "^5.1.76",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/hiccup-css": "^2.7.20",
"@thi.ng/strings": "^3.8.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "4.1.156",
"version": "4.1.157",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/diff": "^5.1.76",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hdom": "^9.4.43",
"@thi.ng/hdom": "^9.4.44",
"@thi.ng/hiccup-canvas": "^3.1.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-mock",
"version": "2.1.110",
"version": "2.1.111",
"description": "Mock base implementation for @thi.ng/hdom API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/hdom": "^9.4.43"
"@thi.ng/hdom": "^9.4.44"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "9.4.43",
"version": "9.4.44",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/diff": "^5.1.76",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/prefixes": "^2.3.26"
},
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.98",
"version": "3.2.99",
"description": "Markdown parser & serializer from/to Hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/emoji": "^0.2.1",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/parse": "^2.4.51",
"@thi.ng/strings": "^3.8.4",
Expand Down
11 changes: 10 additions & 1 deletion packages/hiccup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-08-23T16:18:16Z
- **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.2.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@5.2.11) (2024-08-23)

#### 🩹 Bug fixes

- update mergeClasses() arg types ([eaca539](https://github.com/thi-ng/umbrella/commit/eaca539))
- add support for SVGAnimatedString as `existing` arg
to enable full support for SVG elements
- update SVGAnimatedString handling in `mergeClasses()` ([540cc70](https://github.com/thi-ng/umbrella/commit/540cc70))

### [5.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@5.2.2) (2024-06-21)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "5.2.10",
"version": "5.2.11",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"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.2.71",
"version": "2.2.72",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/geom": "^8.1.4",
"@thi.ng/geom": "^8.1.5",
"@thi.ng/geom-isec": "^4.0.10",
"@thi.ng/layout": "^3.1.1",
"@thi.ng/math": "^5.11.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/range-coder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/range-coder",
"version": "2.1.77",
"version": "2.1.78",
"description": "Binary data range encoder / decoder",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/bitstream": "^2.3.0"
"@thi.ng/bitstream": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.5.106",
"version": "0.5.107",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/hiccup-canvas": "^3.1.14",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/rdom": "^1.6.4",
"@thi.ng/rdom": "^1.6.5",
"@thi.ng/rstream": "^9.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-components",
"version": "0.7.11",
"version": "0.7.12",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/hiccup-html": "^2.7.5",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/rdom": "^1.6.4",
"@thi.ng/rdom": "^1.6.5",
"@thi.ng/rstream": "^9.0.0",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-forms",
"version": "0.3.26",
"version": "0.3.27",
"description": "Data-driven declarative & extensible HTML form generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.11",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/hiccup-html": "^2.7.5",
"@thi.ng/rdom": "^1.6.4",
"@thi.ng/rdom": "^1.6.5",
"@thi.ng/rstream": "^9.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom",
"version": "1.6.4",
"version": "1.6.5",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/paths": "^5.1.89",
"@thi.ng/prefixes": "^2.3.26",
"@thi.ng/rstream": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rle-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rle-pack",
"version": "3.1.77",
"version": "3.1.78",
"description": "Binary run-length encoding packer w/ flexible repeat bit widths",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/bitstream": "^2.3.0",
"@thi.ng/bitstream": "^2.4.0",
"@thi.ng/errors": "^2.5.15"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transducers-hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-hdom",
"version": "3.1.139",
"version": "3.1.140",
"description": "Transducer based UI updater for @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/hdom": "^9.4.43",
"@thi.ng/hiccup": "^5.2.10",
"@thi.ng/hdom": "^9.4.44",
"@thi.ng/hiccup": "^5.2.11",
"@thi.ng/transducers": "^9.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0d01681

Please sign in to comment.