From 4383dd462ecbafabbb7ae7ba567e3b3738abb9ab Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Tue, 16 Aug 2022 18:05:08 +0200 Subject: [PATCH] Publish --- packages/geom-fuzz/package.json | 4 ++-- packages/geom-sdf/package.json | 4 ++-- packages/geom/package.json | 4 ++-- packages/imgui/package.json | 4 ++-- packages/matrices/CHANGELOG.md | 8 +++++++- packages/matrices/package.json | 2 +- packages/scenegraph/package.json | 4 ++-- packages/shader-ast-js/package.json | 4 ++-- packages/wasm-api/CHANGELOG.md | 13 ++++++++++++- packages/wasm-api/package.json | 2 +- packages/webgl-msdf/package.json | 4 ++-- packages/webgl-shadertoy/package.json | 4 ++-- packages/webgl/package.json | 4 ++-- yarn.lock | 24 ++++++++++++------------ 14 files changed, 51 insertions(+), 34 deletions(-) diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index bb47401792..f710f29aeb 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.1.25", + "version": "2.1.26", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.0", "@thi.ng/associative": "^6.2.5", "@thi.ng/color": "^5.1.10", - "@thi.ng/geom": "^3.4.8", + "@thi.ng/geom": "^3.4.9", "@thi.ng/geom-api": "^3.3.7", "@thi.ng/geom-clip-line": "^2.1.24", "@thi.ng/geom-resample": "^2.1.24", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index c74c218b6d..475a8c322b 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.2.9", + "version": "0.2.10", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.2.4", "@thi.ng/defmulti": "^2.1.12", "@thi.ng/errors": "^2.1.10", - "@thi.ng/geom": "^3.4.8", + "@thi.ng/geom": "^3.4.9", "@thi.ng/geom-api": "^3.3.7", "@thi.ng/geom-isoline": "^2.1.21", "@thi.ng/geom-poly-utils": "^2.3.8", diff --git a/packages/geom/package.json b/packages/geom/package.json index 770afb6d8d..84278db334 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "3.4.8", + "version": "3.4.9", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -57,7 +57,7 @@ "@thi.ng/hiccup": "^4.2.14", "@thi.ng/hiccup-svg": "^4.3.9", "@thi.ng/math": "^5.3.6", - "@thi.ng/matrices": "^2.1.21", + "@thi.ng/matrices": "^2.1.22", "@thi.ng/random": "^3.3.6", "@thi.ng/strings": "^3.3.10", "@thi.ng/transducers": "^8.3.12", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 90dc8524e6..15702d14f0 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.25", + "version": "2.1.26", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.4.0", "@thi.ng/checks": "^3.2.4", - "@thi.ng/geom": "^3.4.8", + "@thi.ng/geom": "^3.4.9", "@thi.ng/geom-api": "^3.3.7", "@thi.ng/geom-isec": "^2.1.24", "@thi.ng/geom-tessellate": "^2.1.24", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index c0d566732a..e72f9c477c 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-08-07T15:28:01Z +- **Last updated**: 2022-08-16T16:05:07Z - **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. +### [2.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@2.1.22) (2022-08-16) + +#### 🩹 Bug fixes + +- fix [#352](https://github.com/thi-ng/umbrella/issues/352), update set() return var ([d32026c](https://github.com/thi-ng/umbrella/commit/d32026c)) + ### [2.1.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@2.1.19) (2022-08-06) #### ⏱ Performance improvements diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 501dc5f158..c49c1f9cfd 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.21", + "version": "2.1.22", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 8702775c62..1fe7e285c1 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.5.21", + "version": "0.5.22", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.0", "@thi.ng/checks": "^3.2.4", "@thi.ng/errors": "^2.1.10", - "@thi.ng/matrices": "^2.1.21", + "@thi.ng/matrices": "^2.1.22", "@thi.ng/vectors": "^7.5.13" }, "devDependencies": { diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index cca172cf48..ce4cae7e74 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "0.7.22", + "version": "0.7.23", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.2.4", "@thi.ng/errors": "^2.1.10", "@thi.ng/math": "^5.3.6", - "@thi.ng/matrices": "^2.1.21", + "@thi.ng/matrices": "^2.1.22", "@thi.ng/pixel": "^3.4.12", "@thi.ng/shader-ast": "^0.12.18", "@thi.ng/vectors": "^7.5.13" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index b976b73a2f..8ac5564884 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-08-15T23:41:37Z +- **Last updated**: 2022-08-16T16:05:07Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,17 @@ 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.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@0.8.0) (2022-08-16) + +#### 🚀 Features + +- add preliminary string handling support ([3da4efe](https://github.com/thi-ng/umbrella/commit/3da4efe)) + - update/rename IWasmMemoryAccess (add string getter/setter) + - update StructField.type (add `string`) + - add CodeGenOpts.stringType option + - update codegen fns + - update TS & Zig codegen impls + ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@0.7.0) (2022-08-15) #### 🚀 Features diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 8dd843f0da..0292deed8d 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "0.7.0", + "version": "0.8.0", "description": "Generic, modular, extensible API bridge, glue code and bindings code generator for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index b833ca0058..c97ab94898 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "2.1.24", + "version": "2.1.25", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/transducers": "^8.3.12", "@thi.ng/vector-pools": "^3.1.22", "@thi.ng/vectors": "^7.5.13", - "@thi.ng/webgl": "^6.2.1" + "@thi.ng/webgl": "^6.2.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.25.0", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 48532698ca..4bf74ef315 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-shadertoy", - "version": "0.4.24", + "version": "0.4.25", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.0", "@thi.ng/shader-ast": "^0.12.18", "@thi.ng/shader-ast-glsl": "^0.4.18", - "@thi.ng/webgl": "^6.2.1" + "@thi.ng/webgl": "^6.2.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.25.0", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index cdd7530be5..d7822d445e 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.2.1", + "version": "6.2.2", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/equiv": "^2.1.9", "@thi.ng/errors": "^2.1.10", "@thi.ng/logger": "^1.2.0", - "@thi.ng/matrices": "^2.1.21", + "@thi.ng/matrices": "^2.1.22", "@thi.ng/memoize": "^3.1.10", "@thi.ng/pixel": "^3.4.12", "@thi.ng/shader-ast": "^0.12.18", diff --git a/yarn.lock b/yarn.lock index 8ac07a2dbe..e8047c5aeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2822,7 +2822,7 @@ __metadata: "@thi.ng/api": ^8.4.0 "@thi.ng/associative": ^6.2.5 "@thi.ng/color": ^5.1.10 - "@thi.ng/geom": ^3.4.8 + "@thi.ng/geom": ^3.4.9 "@thi.ng/geom-api": ^3.3.7 "@thi.ng/geom-clip-line": ^2.1.24 "@thi.ng/geom-resample": ^2.1.24 @@ -2947,7 +2947,7 @@ __metadata: "@thi.ng/checks": ^3.2.4 "@thi.ng/defmulti": ^2.1.12 "@thi.ng/errors": ^2.1.10 - "@thi.ng/geom": ^3.4.8 + "@thi.ng/geom": ^3.4.9 "@thi.ng/geom-api": ^3.3.7 "@thi.ng/geom-isoline": ^2.1.21 "@thi.ng/geom-poly-utils": ^2.3.8 @@ -3042,7 +3042,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^3.4.8, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^3.4.9, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -3069,7 +3069,7 @@ __metadata: "@thi.ng/hiccup": ^4.2.14 "@thi.ng/hiccup-svg": ^4.3.9 "@thi.ng/math": ^5.3.6 - "@thi.ng/matrices": ^2.1.21 + "@thi.ng/matrices": ^2.1.22 "@thi.ng/random": ^3.3.6 "@thi.ng/strings": ^3.3.10 "@thi.ng/testament": ^0.2.11 @@ -3410,7 +3410,7 @@ __metadata: "@microsoft/api-extractor": ^7.25.0 "@thi.ng/api": ^8.4.0 "@thi.ng/checks": ^3.2.4 - "@thi.ng/geom": ^3.4.8 + "@thi.ng/geom": ^3.4.9 "@thi.ng/geom-api": ^3.3.7 "@thi.ng/geom-isec": ^2.1.24 "@thi.ng/geom-tessellate": ^2.1.24 @@ -3639,7 +3639,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.21, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.22, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -4278,7 +4278,7 @@ __metadata: "@thi.ng/api": ^8.4.0 "@thi.ng/checks": ^3.2.4 "@thi.ng/errors": ^2.1.10 - "@thi.ng/matrices": ^2.1.21 + "@thi.ng/matrices": ^2.1.22 "@thi.ng/testament": ^0.2.11 "@thi.ng/vectors": ^7.5.13 rimraf: ^3.0.2 @@ -4345,7 +4345,7 @@ __metadata: "@thi.ng/checks": ^3.2.4 "@thi.ng/errors": ^2.1.10 "@thi.ng/math": ^5.3.6 - "@thi.ng/matrices": ^2.1.21 + "@thi.ng/matrices": ^2.1.22 "@thi.ng/pixel": ^3.4.12 "@thi.ng/shader-ast": ^0.12.18 "@thi.ng/testament": ^0.2.11 @@ -4782,7 +4782,7 @@ __metadata: "@thi.ng/transducers": ^8.3.12 "@thi.ng/vector-pools": ^3.1.22 "@thi.ng/vectors": ^7.5.13 - "@thi.ng/webgl": ^6.2.1 + "@thi.ng/webgl": ^6.2.2 "@types/node": ^18.6.4 rimraf: ^3.0.2 tools: "workspace:^" @@ -4800,7 +4800,7 @@ __metadata: "@thi.ng/shader-ast": ^0.12.18 "@thi.ng/shader-ast-glsl": ^0.4.18 "@thi.ng/testament": ^0.2.11 - "@thi.ng/webgl": ^6.2.1 + "@thi.ng/webgl": ^6.2.2 "@types/node": ^18.6.4 rimraf: ^3.0.2 tools: "workspace:^" @@ -4809,7 +4809,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.2.1, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.2.2, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -4821,7 +4821,7 @@ __metadata: "@thi.ng/equiv": ^2.1.9 "@thi.ng/errors": ^2.1.10 "@thi.ng/logger": ^1.2.0 - "@thi.ng/matrices": ^2.1.21 + "@thi.ng/matrices": ^2.1.22 "@thi.ng/memoize": ^3.1.10 "@thi.ng/pixel": ^3.4.12 "@thi.ng/shader-ast": ^0.12.18