Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 24, 2024
1 parent 7ae7dd1 commit 113931a
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 68 deletions.
10 changes: 9 additions & 1 deletion packages/buffers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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,14 @@ 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.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.2.0) (2024-12-24)

#### 🚀 Features

- add `IReadBuffer.peek()` ([a4b96c6](https://github.com/thi-ng/umbrella/commit/a4b96c6))
- update `FIFOBuffer` & `LIFOBuffer` impls
- add tests

### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.1.1) (2024-04-20)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/buffers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/buffers",
"version": "0.1.17",
"version": "0.2.0",
"description": "General purpose and generic read/write buffer implementations with different behaviors/orderings",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 7 additions & 1 deletion packages/colored-noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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.0.87](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.87) (2024-12-24)

#### 🩹 Bug fixes

- update imports ([5f8f8df](https://github.com/thi-ng/umbrella/commit/5f8f8df))

### [1.0.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.66) (2024-04-08)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/colored-noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/colored-noise",
"version": "1.0.86",
"version": "1.0.87",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "3.2.16",
"version": "3.2.17",
"description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/buffers": "^0.1.17",
"@thi.ng/buffers": "^0.2.0",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/errors": "^2.5.20"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fibers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fibers",
"version": "1.0.22",
"version": "1.0.23",
"description": "Process hierarchies & operators for cooperative multitasking",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.14",
"@thi.ng/arrays": "^2.10.7",
"@thi.ng/bench": "^3.6.7",
"@thi.ng/buffers": "^0.1.17",
"@thi.ng/buffers": "^0.2.0",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/idgen": "^2.2.54",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "5.1.143",
"version": "5.1.144",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/checks": "^3.6.16",
"@thi.ng/math": "^5.11.14",
"@thi.ng/transducers": "^9.2.10",
"@thi.ng/transducers-stats": "^2.2.3"
"@thi.ng/transducers-stats": "^2.2.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
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": "3.1.8",
"version": "3.1.9",
"description": "Immediate mode GUI with flexible state handling & data only shape output",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/geom-isec": "^4.0.23",
"@thi.ng/layout": "^3.1.8",
"@thi.ng/math": "^5.11.14",
"@thi.ng/ramp": "^3.3.12",
"@thi.ng/ramp": "^3.3.13",
"@thi.ng/transducers": "^9.2.10",
"@thi.ng/vectors": "^7.12.11"
},
Expand Down
10 changes: 9 additions & 1 deletion packages/lsys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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,14 @@ 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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.2.0) (2024-12-24)

#### 🚀 Features

- update `rewrite()`, add support for rewrite rule functions ([0b88cfc](https://github.com/thi-ng/umbrella/commit/0b88cfc))
- add docstrings
- update deps

### [2.1.106](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.1.106) (2024-02-22)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/lsys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/lsys",
"version": "2.1.151",
"version": "2.2.0",
"description": "Functional, extensible L-System architecture w/ support for probabilistic rules",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/meta-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-13T12:48:33Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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/meta-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/meta-css",
"version": "0.17.4",
"version": "0.17.5",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ramp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-13T12:48:33Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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/ramp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ramp",
"version": "3.3.12",
"version": "3.3.13",
"description": "Extensible keyframe interpolation/tweening of arbitrary, nested types",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "3.1.151",
"version": "3.1.152",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/csp": "^3.2.16",
"@thi.ng/csp": "^3.2.17",
"@thi.ng/rstream": "^9.2.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/transducers-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-async",
"version": "0.3.4",
"version": "0.3.5",
"description": "Async versions of various highly composable transducers, reducers and iterators",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/buffers": "^0.1.17",
"@thi.ng/buffers": "^0.2.0",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/compose": "^3.0.17",
"@thi.ng/errors": "^2.5.20",
Expand Down
14 changes: 13 additions & 1 deletion packages/transducers-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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,18 @@ 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.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.4) (2024-12-24)

#### ♻️ Refactoring

- replace [@thi.ng/dcons](https://github.com/thi-ng/umbrella/tree/main/packages/dcons) dependency ([e9940ed](https://github.com/thi-ng/umbrella/commit/e9940ed))
- switch to use more lightweight & GC-friendly ringbuffer impl from [@thi.ng/buffers](https://github.com/thi-ng/umbrella/tree/main/packages/buffers)
- update the following transducers:
- `momentum()`
- `roc()`
- `sma()`
- add tests

## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.0) (2024-11-03)

#### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/transducers-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-stats",
"version": "2.2.3",
"version": "2.2.4",
"description": "Transducers for statistical / technical analysis",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/buffers": "^0.1.17",
"@thi.ng/buffers": "^0.2.0",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/transducers": "^9.2.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-bindgen",
"version": "0.8.4",
"version": "0.8.5",
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@thi.ng/logger": "^3.0.24",
"@thi.ng/paths": "^5.1.94",
"@thi.ng/strings": "^3.8.12",
"@thi.ng/wasm-api": "^2.2.4"
"@thi.ng/wasm-api": "^2.2.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-canvas",
"version": "1.0.14",
"version": "1.0.15",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@thi.ng/binary": "^3.4.37",
"@thi.ng/wasm-api": "^2.2.4",
"@thi.ng/wasm-api-dom": "^1.0.13"
"@thi.ng/wasm-api": "^2.2.5",
"@thi.ng/wasm-api-dom": "^1.0.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@thi.ng/wasm-api-bindgen": "^0.8.4",
"@thi.ng/wasm-api-bindgen": "^0.8.5",
"esbuild": "^0.24.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-dom",
"version": "1.0.13",
"version": "1.0.14",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@thi.ng/canvas": "^0.5.7",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/prefixes": "^2.3.31",
"@thi.ng/wasm-api": "^2.2.4"
"@thi.ng/wasm-api": "^2.2.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@thi.ng/wasm-api-bindgen": "^0.8.4",
"@thi.ng/wasm-api-bindgen": "^0.8.5",
"esbuild": "^0.24.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-schedule",
"version": "1.0.13",
"version": "1.0.14",
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/wasm-api": "^2.2.4"
"@thi.ng/wasm-api": "^2.2.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@thi.ng/wasm-api-bindgen": "^0.8.4",
"@thi.ng/wasm-api-bindgen": "^0.8.5",
"esbuild": "^0.24.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-api-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-webgl",
"version": "0.1.20",
"version": "0.1.21",
"description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/wasm-api": "^2.2.4",
"@thi.ng/wasm-api-dom": "^1.0.13",
"@thi.ng/wasm-api": "^2.2.5",
"@thi.ng/wasm-api-dom": "^1.0.14",
"@thi.ng/webgl": "^6.9.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
"@thi.ng/wasm-api-bindgen": "^0.8.4",
"@thi.ng/wasm-api-bindgen": "^0.8.5",
"esbuild": "^0.24.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-24T14:04:06Z
- **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/wasm-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api",
"version": "2.2.4",
"version": "2.2.5",
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down
Loading

0 comments on commit 113931a

Please sign in to comment.