Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 25, 2023
1 parent 82ada4e commit fb26975
Show file tree
Hide file tree
Showing 35 changed files with 101 additions and 89 deletions.
8 changes: 7 additions & 1 deletion packages/color-palettes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:58Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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,12 @@ 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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-09-25)

#### 🚀 Features

- add opt arg to get theme in reverse order ([4163fda](https://github.com/thi-ng/umbrella/commit/4163fda))

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-04-25)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion 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.19",
"version": "1.2.0",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"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.84",
"version": "2.1.85",
"description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/fuzzy": "^2.1.43",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/hiccup-svg": "^5.0.21",
"@thi.ng/math": "^5.6.1",
"@thi.ng/strings": "^3.6.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.27",
"version": "0.5.28",
"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.22",
"@thi.ng/compare": "^2.2.0",
"@thi.ng/defmulti": "^3.0.0",
"@thi.ng/geom": "^5.2.4",
"@thi.ng/geom": "^5.2.5",
"@thi.ng/geom-accel": "^3.5.17",
"@thi.ng/geom-api": "^3.4.33",
"@thi.ng/geom-clip-line": "^2.3.33",
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.41",
"version": "2.2.42",
"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.5",
"@thi.ng/associative": "^6.3.7",
"@thi.ng/color": "^5.5.19",
"@thi.ng/geom": "^5.2.4",
"@thi.ng/geom": "^5.2.5",
"@thi.ng/geom-api": "^3.4.33",
"@thi.ng/geom-clip-line": "^2.3.33",
"@thi.ng/geom-resample": "^2.2.33",
Expand Down
8 changes: 7 additions & 1 deletion packages/geom-sdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:59Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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,12 @@ 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.2.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-09-25)

#### 🩹 Bug fixes

- internal __sdfAttribs handling ([a86c25e](https://github.com/thi-ng/umbrella/commit/a86c25e))

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-06-23)

#### 🚀 Features
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.68",
"version": "0.2.69",
"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.5",
"@thi.ng/defmulti": "^3.0.0",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/geom": "^5.2.4",
"@thi.ng/geom": "^5.2.5",
"@thi.ng/geom-api": "^3.4.33",
"@thi.ng/geom-isoline": "^2.1.71",
"@thi.ng/geom-poly-utils": "^2.3.59",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-trace-bitmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-trace-bitmap",
"version": "0.3.22",
"version": "0.3.23",
"description": "Bitmap image to hairline vector and point cloud conversions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/grid-iterators": "^4.0.19",
"@thi.ng/matrices": "^2.1.72",
"@thi.ng/matrices": "^2.1.73",
"@thi.ng/pixel": "^4.2.22",
"@thi.ng/vectors": "^7.7.15"
},
Expand Down
2 changes: 1 addition & 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-09-06T13:36:28Z
- **Last updated**: 2023-09-25T07:43:28Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
6 changes: 3 additions & 3 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "5.2.4",
"version": "5.2.5",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -54,10 +54,10 @@
"@thi.ng/geom-splines": "^2.2.50",
"@thi.ng/geom-subdiv-curve": "^2.1.75",
"@thi.ng/geom-tessellate": "^2.1.75",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/hiccup-svg": "^5.0.21",
"@thi.ng/math": "^5.6.1",
"@thi.ng/matrices": "^2.1.72",
"@thi.ng/matrices": "^2.1.73",
"@thi.ng/random": "^3.6.5",
"@thi.ng/strings": "^3.6.0",
"@thi.ng/transducers": "^8.7.1",
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.69",
"version": "0.3.70",
"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 @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/diff": "^5.1.38",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/hiccup-css": "^2.2.3",
"@thi.ng/strings": "^3.6.0"
},
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.79",
"version": "4.1.80",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/checks": "^3.4.5",
"@thi.ng/diff": "^5.1.38",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/hdom": "^9.3.21",
"@thi.ng/hdom": "^9.3.22",
"@thi.ng/hiccup-canvas": "^2.3.22"
},
"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.56",
"version": "2.1.57",
"description": "Mock base implementation for @thi.ng/hdom API",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/hdom": "^9.3.21"
"@thi.ng/hdom": "^9.3.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.3.21",
"version": "9.3.22",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/diff": "^5.1.38",
"@thi.ng/equiv": "^2.1.30",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/logger": "^1.4.21",
"@thi.ng/prefixes": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-html-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-09-19T19:33:16Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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/hiccup-html-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-html-parse",
"version": "0.2.0",
"version": "0.2.1",
"description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-09-19T10:42:50Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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/hiccup-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-html",
"version": "2.2.25",
"version": "2.2.26",
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
"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.30",
"version": "3.2.31",
"description": "Markdown parser & serializer from/to Hiccup format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/defmulti": "^3.0.0",
"@thi.ng/emoji": "^0.1.11",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/logger": "^1.4.21",
"@thi.ng/parse": "^2.4.0",
"@thi.ng/strings": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-09-19T10:42:50Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "5.0.0",
"version": "5.0.1",
"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.1.84",
"version": "2.1.85",
"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.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/geom": "^5.2.4",
"@thi.ng/geom": "^5.2.5",
"@thi.ng/geom-api": "^3.4.33",
"@thi.ng/geom-isec": "^2.1.75",
"@thi.ng/geom-tessellate": "^2.1.75",
Expand Down
2 changes: 1 addition & 1 deletion packages/matrices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:59Z
- **Last updated**: 2023-09-25T07:43:28Z
- **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/matrices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/matrices",
"version": "2.1.72",
"version": "2.1.73",
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
"type": "module",
"module": "./index.js",
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.23",
"version": "0.5.24",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/associative": "^6.3.7",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/hiccup-canvas": "^2.3.22",
"@thi.ng/rdom": "^0.12.8",
"@thi.ng/rdom": "^0.12.9",
"@thi.ng/rstream": "^8.1.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.6.20",
"version": "0.6.21",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/associative": "^6.3.7",
"@thi.ng/hiccup-html": "^2.2.25",
"@thi.ng/rdom": "^0.12.8",
"@thi.ng/hiccup-html": "^2.2.26",
"@thi.ng/rdom": "^0.12.9",
"@thi.ng/rstream": "^8.1.7",
"@thi.ng/strings": "^3.6.0",
"@thi.ng/transducers": "^8.7.1"
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": "0.12.8",
"version": "0.12.9",
"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 @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/hiccup": "^5.0.0",
"@thi.ng/hiccup": "^5.0.1",
"@thi.ng/paths": "^5.1.44",
"@thi.ng/prefixes": "^2.2.1",
"@thi.ng/rstream": "^8.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/scenegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/scenegraph",
"version": "0.6.19",
"version": "0.6.20",
"description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/matrices": "^2.1.72",
"@thi.ng/matrices": "^2.1.73",
"@thi.ng/vectors": "^7.7.15"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fb26975

Please sign in to comment.