Skip to content

Commit 0ab4fce

Browse files
authored
chore: release trunk (#333)
1 parent a1dce44 commit 0ab4fce

File tree

18 files changed

+485
-37
lines changed

18 files changed

+485
-37
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.13.0",
3-
"packages/base91": "1.7.0",
4-
"packages/duckdb": "1.10.0",
5-
"packages/expat": "1.7.0",
6-
"packages/graphviz": "1.14.0",
7-
"packages/graphviz-cli": "1.5.5",
8-
"packages/zstd": "1.6.0",
9-
"packages/wasm": "2.27.0"
2+
".": "4.0.0",
3+
"packages/base91": "1.8.0",
4+
"packages/duckdb": "1.11.0",
5+
"packages/expat": "1.8.0",
6+
"packages/graphviz": "1.15.0",
7+
"packages/graphviz-cli": "1.6.0",
8+
"packages/zstd": "1.7.0",
9+
"packages/wasm": "2.28.0"
1010
}

CHANGELOG.md

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hpcc-js/wasm-root",
33
"private": true,
4-
"version": "3.13.0",
4+
"version": "4.0.0",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

packages/base91/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.7.0...wasm-base91-v1.8.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([9b802ae](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9b802ae0481f1f9cca3197c9398fc1d1b35fe33b))
9+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
10+
* bump version ([77a00c9](https://github.com/hpcc-systems/hpcc-js-wasm/commit/77a00c9b5b4a08cc06522fd5e0fda1db7431d4ec))
11+
* Bump versions ([a557b2e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a557b2eb8042f12d4bc78f0a2b9cbcc508c9e26f))
12+
* Bump versions ([b19c6c7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b19c6c70d7fb1a0da16bcd61cb519db89ed322dd))
13+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
14+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
15+
* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
16+
* bump versions ([#330](https://github.com/hpcc-systems/hpcc-js-wasm/issues/330)) ([4ed68e3](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4ed68e341bb8feb9ad27dbb60046f4f8e9f4f935))
17+
* Convert to monorepo ([a84bb3e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a84bb3ee08063bd81d056dcd94c0a6fd174d224e))
18+
* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
19+
20+
21+
### Bug Fixes
22+
23+
* bump versions ([2b2f904](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2b2f9048079ac4aeaa2801ee3ca3f966b43ff8e1))
24+
* Clean up publish action ([#244](https://github.com/hpcc-systems/hpcc-js-wasm/issues/244)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
25+
* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
26+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
27+
* move esbuild into packages ([03f0587](https://github.com/hpcc-systems/hpcc-js-wasm/commit/03f0587c56a54f4819c78c143a4c4755bdb96ee0))
28+
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
29+
* remove findWasmBinary from bundles ([1fc05ec](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1fc05ec2e5c4b6e82fa1e96bd80bb6ed7865be09))
30+
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
31+
332
## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.6.1...wasm-base91-v1.7.0) (2025-10-20)
433

534

packages/base91/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-base91",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "hpcc-js - WASM Base91",
55
"type": "module",
66
"exports": {

packages/duckdb/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.10.0...wasm-duckdb-v1.11.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([9b802ae](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9b802ae0481f1f9cca3197c9398fc1d1b35fe33b))
9+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
10+
* Bump DuckDB version to 1.1.3 ([f8662ef](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f8662efecb0a0934a63d5a78e4a0c0e1038c8a7b))
11+
* Bump DuckDB version to 1.1.3 ([33d08e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/33d08e26736f71b58d109163bb9c885512c852f2))
12+
* bump version ([77a00c9](https://github.com/hpcc-systems/hpcc-js-wasm/commit/77a00c9b5b4a08cc06522fd5e0fda1db7431d4ec))
13+
* Bump versions ([a557b2e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a557b2eb8042f12d4bc78f0a2b9cbcc508c9e26f))
14+
* Bump versions ([b19c6c7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b19c6c70d7fb1a0da16bcd61cb519db89ed322dd))
15+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
16+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
17+
* Bump versions ([9e83548](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9e83548aab6215d737cae5ae2124fb982e184d1f))
18+
* Bump versions ([2ae7438](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2ae7438aa992b26044b43f7ee71753ff57b7c9e6))
19+
* Bump Versions ([7c3a202](https://github.com/hpcc-systems/hpcc-js-wasm/commit/7c3a20273dd321db6aa4a947b8402d67cc32dcd8))
20+
* Bump Versions ([33b44f2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/33b44f2d70f8e0de1d83bee2e2af008deecde273))
21+
* Bump Versions ([9172492](https://github.com/hpcc-systems/hpcc-js-wasm/commit/91724922b873db4416bd025a2c16b8b43fe496d5))
22+
* Bump Versions ([208783e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/208783e61c86cd5f9c01931793c3334732bbaed0))
23+
* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
24+
* bump versions ([#330](https://github.com/hpcc-systems/hpcc-js-wasm/issues/330)) ([4ed68e3](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4ed68e341bb8feb9ad27dbb60046f4f8e9f4f935))
25+
* Convert to monorepo ([a84bb3e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a84bb3ee08063bd81d056dcd94c0a6fd174d224e))
26+
* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
27+
28+
29+
### Bug Fixes
30+
31+
* bump versions ([2b2f904](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2b2f9048079ac4aeaa2801ee3ca3f966b43ff8e1))
32+
* Clean up publish action ([#244](https://github.com/hpcc-systems/hpcc-js-wasm/issues/244)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
33+
* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
34+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
35+
* move esbuild into packages ([03f0587](https://github.com/hpcc-systems/hpcc-js-wasm/commit/03f0587c56a54f4819c78c143a4c4755bdb96ee0))
36+
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
37+
* remove findWasmBinary from bundles ([1fc05ec](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1fc05ec2e5c4b6e82fa1e96bd80bb6ed7865be09))
38+
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
39+
340
## [1.10.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.9.1...wasm-duckdb-v1.10.0) (2025-10-20)
441

542

packages/duckdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-duckdb",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "hpcc-js - WASM DuckDB",
55
"type": "module",
66
"exports": {

packages/expat/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.7.0...wasm-expat-v1.8.0) (2025-10-20)
4+
5+
6+
### Features
7+
8+
* Add llama.cpp web assembly support ([9b802ae](https://github.com/hpcc-systems/hpcc-js-wasm/commit/9b802ae0481f1f9cca3197c9398fc1d1b35fe33b))
9+
* Add llama.cpp web assembly support ([5602a88](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5602a8889df432345d1370ce4dba919262ce6c34))
10+
* bump version ([77a00c9](https://github.com/hpcc-systems/hpcc-js-wasm/commit/77a00c9b5b4a08cc06522fd5e0fda1db7431d4ec))
11+
* Bump versions ([a557b2e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a557b2eb8042f12d4bc78f0a2b9cbcc508c9e26f))
12+
* Bump versions ([b19c6c7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b19c6c70d7fb1a0da16bcd61cb519db89ed322dd))
13+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
14+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
15+
* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
16+
* bump versions ([#330](https://github.com/hpcc-systems/hpcc-js-wasm/issues/330)) ([4ed68e3](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4ed68e341bb8feb9ad27dbb60046f4f8e9f4f935))
17+
* Convert to monorepo ([a84bb3e](https://github.com/hpcc-systems/hpcc-js-wasm/commit/a84bb3ee08063bd81d056dcd94c0a6fd174d224e))
18+
* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
19+
20+
21+
### Bug Fixes
22+
23+
* bump versions ([2b2f904](https://github.com/hpcc-systems/hpcc-js-wasm/commit/2b2f9048079ac4aeaa2801ee3ca3f966b43ff8e1))
24+
* Clean up publish action ([#244](https://github.com/hpcc-systems/hpcc-js-wasm/issues/244)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
25+
* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
26+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
27+
* move esbuild into packages ([03f0587](https://github.com/hpcc-systems/hpcc-js-wasm/commit/03f0587c56a54f4819c78c143a4c4755bdb96ee0))
28+
* Ossar tests failing with new eslint file format ([8cee8d8](https://github.com/hpcc-systems/hpcc-js-wasm/commit/8cee8d8d78556624208dc4ef201ae10d2bce016a))
29+
* Ossar tests failing with new eslint file format ([1e753a3](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1e753a3c05604bef98e5719d609cb72fa06d25fc))
30+
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
31+
* remove findWasmBinary from bundles ([1fc05ec](https://github.com/hpcc-systems/hpcc-js-wasm/commit/1fc05ec2e5c4b6e82fa1e96bd80bb6ed7865be09))
32+
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
33+
334
## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.6.1...wasm-expat-v1.7.0) (2025-10-20)
435

536

packages/expat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-expat",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "hpcc-js - WASM expat",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)