Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 16, 2022
1 parent 8eee9e9 commit 4383dd4
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 34 deletions.
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.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",
Expand Down Expand Up @@ -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",
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.9",
"version": "0.2.10",
"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.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",
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": "3.4.8",
"version": "3.4.9",
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -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",
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.25",
"version": "2.1.26",
"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.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",
Expand Down
8 changes: 7 additions & 1 deletion packages/matrices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.

### [2.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (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/[email protected]) (2022-08-06)

#### ⏱ Performance improvements
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.21",
"version": "2.1.22",
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
"type": "module",
"module": "./index.js",
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.5.21",
"version": "0.5.22",
"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.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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
13 changes: 12 additions & 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**: 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.
Expand All @@ -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/[email protected]) (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/[email protected]) (2022-08-15)

#### 🚀 Features
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": "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",
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl-msdf/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl-shadertoy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/webgl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:^"
Expand All @@ -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:^"
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4383dd4

Please sign in to comment.