From 4e2bf6b12e35192e678b525fa699429370e357d3 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Mon, 22 Apr 2024 11:56:22 +0200 Subject: [PATCH] Publish --- packages/geom-accel/CHANGELOG.md | 2 +- packages/geom-accel/package.json | 2 +- packages/geom-axidraw/package.json | 4 ++-- packages/transducers-async/CHANGELOG.md | 2 +- packages/transducers-async/package.json | 2 +- packages/wasm-api-bindgen/CHANGELOG.md | 11 ++++++++++- packages/wasm-api-bindgen/package.json | 4 ++-- packages/wasm-api-canvas/package.json | 8 ++++---- packages/wasm-api-dom/CHANGELOG.md | 8 +++++++- packages/wasm-api-dom/package.json | 6 +++--- packages/wasm-api-schedule/CHANGELOG.md | 2 +- packages/wasm-api-schedule/package.json | 6 +++--- packages/wasm-api/CHANGELOG.md | 17 +++++++++++++++- packages/wasm-api/package.json | 2 +- yarn.lock | 26 ++++++++++++------------- 15 files changed, 66 insertions(+), 36 deletions(-) diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 1945f35948..ffb4bb1a56 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index e18a7485d7..8faac0987a 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.6.0", + "version": "3.6.1", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 2148ef066a..88bb629d40 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.87", + "version": "0.5.88", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/compare": "^2.3.3", "@thi.ng/defmulti": "^3.0.37", "@thi.ng/geom": "^6.1.7", - "@thi.ng/geom-accel": "^3.6.0", + "@thi.ng/geom-accel": "^3.6.1", "@thi.ng/geom-api": "^4.0.7", "@thi.ng/geom-clip-line": "^2.3.86", "@thi.ng/geom-isec": "^3.0.7", diff --git a/packages/transducers-async/CHANGELOG.md b/packages/transducers-async/CHANGELOG.md index 1ab0f19589..c1541368a6 100644 --- a/packages/transducers-async/CHANGELOG.md +++ b/packages/transducers-async/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index 4774c559c2..32ff066c0c 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.2.0", + "version": "0.2.1", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index 218ca684de..8b051c0ef8 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -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.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.5.0) (2024-04-22) + +#### 🚀 Features + +- update Zig funcptr codegen to include `callconv(.C)` ([ac3da9e](https://github.com/thi-ng/umbrella/commit/ac3da9e)) + - `callconv` explicitly required for function pointers in `extern struct`s in Zig v0.12 + - update docs + - update test snapshots + ### [0.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.4.69) (2024-04-20) #### ♻️ Refactoring diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index c26087b283..5373aede45 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.4.69", + "version": "0.5.0", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -50,7 +50,7 @@ "@thi.ng/logger": "^3.0.10", "@thi.ng/paths": "^5.1.79", "@thi.ng/strings": "^3.7.31", - "@thi.ng/wasm-api": "^1.4.69" + "@thi.ng/wasm-api": "^1.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 1b2bfc693b..b43e944ed6 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "0.1.80", + "version": "0.1.81", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ }, "dependencies": { "@thi.ng/binary": "^3.4.23", - "@thi.ng/wasm-api": "^1.4.69", - "@thi.ng/wasm-api-dom": "^0.11.88" + "@thi.ng/wasm-api": "^1.5.0", + "@thi.ng/wasm-api-dom": "^0.11.89" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.69", + "@thi.ng/wasm-api-bindgen": "^0.5.0", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index 4a3e6f3043..5331ea5e88 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -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.11.89](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.89) (2024-04-22) + +#### ♻️ Refactoring + +- minor zig v0.12.0 updates ([ee4f117](https://github.com/thi-ng/umbrella/commit/ee4f117)) + ### [0.11.88](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.88) (2024-04-20) #### ♻️ Refactoring diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index fdc81cf4f1..20388eddb6 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "0.11.88", + "version": "0.11.89", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/canvas": "^0.2.17", "@thi.ng/errors": "^2.5.5", "@thi.ng/prefixes": "^2.3.17", - "@thi.ng/wasm-api": "^1.4.69" + "@thi.ng/wasm-api": "^1.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.69", + "@thi.ng/wasm-api-bindgen": "^0.5.0", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index 59922936d9..98ae8c6fea 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index bfcba0360b..23d746ff30 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "0.3.84", + "version": "0.3.85", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.0", - "@thi.ng/wasm-api": "^1.4.69" + "@thi.ng/wasm-api": "^1.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.69", + "@thi.ng/wasm-api-bindgen": "^0.5.0", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index fec58ab980..e65a15668b 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-20T14:42:45Z +- **Last updated**: 2024-04-22T09:56:21Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,21 @@ 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.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.5.0) (2024-04-22) + +#### 🚀 Features + +- update build script for zig v0.12.0 (incomplete) ([99a1916](https://github.com/thi-ng/umbrella/commit/99a1916)) + - store existing script as build-v0.11.zig + +#### 🩹 Bug fixes + +- re-add -rdynamic flag in build.zig ([f509d1e](https://github.com/thi-ng/umbrella/commit/f509d1e)) + +#### ♻️ Refactoring + +- minor zig v0.12.0 updates ([4a0751c](https://github.com/thi-ng/umbrella/commit/4a0751c)) + ### [1.4.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.69) (2024-04-20) #### ♻️ Refactoring diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index e77e352480..6962466ef5 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.4.69", + "version": "1.5.0", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", diff --git a/yarn.lock b/yarn.lock index 44dea6e9d2..263b5c8635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4425,7 +4425,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.6.0, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.6.1, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: @@ -4491,7 +4491,7 @@ __metadata: "@thi.ng/compare": "npm:^2.3.3" "@thi.ng/defmulti": "npm:^3.0.37" "@thi.ng/geom": "npm:^6.1.7" - "@thi.ng/geom-accel": "npm:^3.6.0" + "@thi.ng/geom-accel": "npm:^3.6.1" "@thi.ng/geom-api": "npm:^4.0.7" "@thi.ng/geom-clip-line": "npm:^2.3.86" "@thi.ng/geom-isec": "npm:^3.0.7" @@ -6633,7 +6633,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.69, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.5.0, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: @@ -6650,7 +6650,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.10" "@thi.ng/paths": "npm:^5.1.79" "@thi.ng/strings": "npm:^3.7.31" - "@thi.ng/wasm-api": "npm:^1.4.69" + "@thi.ng/wasm-api": "npm:^1.5.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6666,9 +6666,9 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/binary": "npm:^3.4.23" - "@thi.ng/wasm-api": "npm:^1.4.69" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.69" - "@thi.ng/wasm-api-dom": "npm:^0.11.88" + "@thi.ng/wasm-api": "npm:^1.5.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.0" + "@thi.ng/wasm-api-dom": "npm:^0.11.89" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6676,7 +6676,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.88, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.89, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: @@ -6685,8 +6685,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.2.17" "@thi.ng/errors": "npm:^2.5.5" "@thi.ng/prefixes": "npm:^2.3.17" - "@thi.ng/wasm-api": "npm:^1.4.69" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.69" + "@thi.ng/wasm-api": "npm:^1.5.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6700,8 +6700,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.11.0" - "@thi.ng/wasm-api": "npm:^1.4.69" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.69" + "@thi.ng/wasm-api": "npm:^1.5.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6709,7 +6709,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.69, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.5.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: