Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 9, 2024
1 parent f202d97 commit e84096f
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 24 deletions.
11 changes: 10 additions & 1 deletion packages/wasm-api-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-08T20:41:04Z
- **Last updated**: 2024-11-09T16:30:54Z
- **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,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.7.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.9) (2024-11-09)

#### ♻️ Refactoring

- update TypeScript codegen ([49d1bc5](https://github.com/thi-ng/umbrella/commit/49d1bc5))
- reduce filesize of generated code by injecting wrapper for string type ctor
if type collection uses strings
- update test snapshots

## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.0) (2024-08-21)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion 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.7.8",
"version": "0.7.9",
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 7 additions & 1 deletion packages/wasm-api-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-08T20:41:04Z
- **Last updated**: 2024-11-09T16:30:54Z
- **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.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.9) (2024-11-09)

#### ♻️ Refactoring

- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e))

# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.0) (2024-08-18)

#### 🛑 Breaking changes
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "1.0.9",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,11 +39,11 @@
"dependencies": {
"@thi.ng/binary": "^3.4.34",
"@thi.ng/wasm-api": "^2.1.0",
"@thi.ng/wasm-api-dom": "^1.0.7"
"@thi.ng/wasm-api-dom": "^1.0.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/wasm-api-bindgen": "^0.7.8",
"@thi.ng/wasm-api-bindgen": "^0.7.9",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
8 changes: 7 additions & 1 deletion packages/wasm-api-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-08T20:41:04Z
- **Last updated**: 2024-11-09T16:30:54Z
- **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.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.8) (2024-11-09)

#### ♻️ Refactoring

- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e))

# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.0) (2024-08-18)

#### 🛑 Breaking changes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.0.8",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/wasm-api-bindgen": "^0.7.8",
"@thi.ng/wasm-api-bindgen": "^0.7.9",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
8 changes: 7 additions & 1 deletion packages/wasm-api-schedule/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-08T20:41:04Z
- **Last updated**: 2024-11-09T16:30:54Z
- **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.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.8) (2024-11-09)

#### ♻️ Refactoring

- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e))

# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.0) (2024-08-18)

#### 🛑 Breaking changes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.0.8",
"description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/wasm-api-bindgen": "^0.7.8",
"@thi.ng/wasm-api-bindgen": "^0.7.9",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
8 changes: 7 additions & 1 deletion packages/wasm-api-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-10-08T20:41:04Z
- **Last updated**: 2024-11-09T16:30:54Z
- **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.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.15) (2024-11-09)

#### ♻️ Refactoring

- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e))

## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.0) (2024-08-18)

#### 🚀 Features
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "0.1.15",
"description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,12 +40,12 @@
"@thi.ng/api": "^8.11.11",
"@thi.ng/errors": "^2.5.17",
"@thi.ng/wasm-api": "^2.1.0",
"@thi.ng/wasm-api-dom": "^1.0.7",
"@thi.ng/wasm-api-dom": "^1.0.8",
"@thi.ng/webgl": "^6.9.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/wasm-api-bindgen": "^0.7.8",
"@thi.ng/wasm-api-bindgen": "^0.7.9",
"esbuild": "^0.24.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6945,7 +6945,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-bindgen@npm:^0.7.8, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
"@thi.ng/wasm-api-bindgen@npm:^0.7.9, @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:
Expand Down Expand Up @@ -6978,15 +6978,15 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.9"
"@thi.ng/binary": "npm:^3.4.34"
"@thi.ng/wasm-api": "npm:^2.1.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.8"
"@thi.ng/wasm-api-dom": "npm:^1.0.7"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.9"
"@thi.ng/wasm-api-dom": "npm:^1.0.8"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.7"
typescript: "npm:^5.6.2"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-dom@npm:^1.0.7, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
"@thi.ng/wasm-api-dom@npm:^1.0.8, @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:
Expand All @@ -6996,7 +6996,7 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.17"
"@thi.ng/prefixes": "npm:^2.3.28"
"@thi.ng/wasm-api": "npm:^2.1.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.8"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.9"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.7"
typescript: "npm:^5.6.2"
Expand All @@ -7010,7 +7010,7 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.9"
"@thi.ng/api": "npm:^8.11.11"
"@thi.ng/wasm-api": "npm:^2.1.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.8"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.9"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.7"
typescript: "npm:^5.6.2"
Expand All @@ -7025,8 +7025,8 @@ __metadata:
"@thi.ng/api": "npm:^8.11.11"
"@thi.ng/errors": "npm:^2.5.17"
"@thi.ng/wasm-api": "npm:^2.1.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.8"
"@thi.ng/wasm-api-dom": "npm:^1.0.7"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.9"
"@thi.ng/wasm-api-dom": "npm:^1.0.8"
"@thi.ng/webgl": "npm:^6.9.24"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.7"
Expand Down

0 comments on commit e84096f

Please sign in to comment.