Skip to content

Commit bb13918

Browse files
committed
chore: release trunk
1 parent 4121eba commit bb13918

File tree

18 files changed

+109
-39
lines changed

18 files changed

+109
-39
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-
".": "4.6.1",
3-
"packages/base91": "1.12.1",
4-
"packages/duckdb": "1.16.1",
5-
"packages/expat": "1.12.1",
6-
"packages/graphviz": "1.20.1",
7-
"packages/graphviz-cli": "1.8.5",
8-
"packages/zstd": "1.11.1",
9-
"packages/wasm": "2.32.3"
2+
".": "4.7.0",
3+
"packages/base91": "1.13.0",
4+
"packages/duckdb": "1.17.0",
5+
"packages/expat": "1.13.0",
6+
"packages/graphviz": "1.21.0",
7+
"packages/graphviz-cli": "1.8.6",
8+
"packages/zstd": "1.12.0",
9+
"packages/wasm": "2.33.0"
1010
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ _This changelog is now a summary of all changes across all packages in the mono
88

99
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1010

11+
## [4.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v4.6.1...wasm-root-v4.7.0) (2026-02-04)
12+
13+
14+
### Features
15+
16+
* refactor classes to remove inheritance from MainModuleEx and improve module handling ([4121eba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4121eba4ba05e904b11d3888a817648f8d2f1c39)), closes [#365](https://github.com/hpcc-systems/hpcc-js-wasm/issues/365)
17+
1118
## [4.6.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v4.6.0...wasm-root-v4.6.1) (2026-01-27)
1219

1320

package-lock.json

Lines changed: 16 additions & 16 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": "4.6.1",
4+
"version": "4.7.0",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

packages/base91/CHANGELOG.md

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

3+
## [1.13.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.12.1...wasm-base91-v1.13.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* refactor classes to remove inheritance from MainModuleEx and improve module handling ([4121eba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4121eba4ba05e904b11d3888a817648f8d2f1c39)), closes [#365](https://github.com/hpcc-systems/hpcc-js-wasm/issues/365)
9+
310
## [1.12.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.12.0...wasm-base91-v1.12.1) (2026-01-27)
411

512

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.12.1",
3+
"version": "1.13.0",
44
"description": "hpcc-js - WASM Base91",
55
"type": "module",
66
"exports": {

packages/duckdb/CHANGELOG.md

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

3+
## [1.17.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.16.1...wasm-duckdb-v1.17.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* refactor classes to remove inheritance from MainModuleEx and improve module handling ([4121eba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4121eba4ba05e904b11d3888a817648f8d2f1c39)), closes [#365](https://github.com/hpcc-systems/hpcc-js-wasm/issues/365)
9+
310
## [1.16.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.16.0...wasm-duckdb-v1.16.1) (2026-01-27)
411

512

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.16.1",
3+
"version": "1.17.0",
44
"description": "hpcc-js - WASM DuckDB",
55
"type": "module",
66
"exports": {

packages/expat/CHANGELOG.md

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

3+
## [1.13.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.12.1...wasm-expat-v1.13.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* refactor classes to remove inheritance from MainModuleEx and improve module handling ([4121eba](https://github.com/hpcc-systems/hpcc-js-wasm/commit/4121eba4ba05e904b11d3888a817648f8d2f1c39)), closes [#365](https://github.com/hpcc-systems/hpcc-js-wasm/issues/365)
9+
310
## [1.12.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.12.0...wasm-expat-v1.12.1) (2026-01-27)
411

512

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.12.1",
3+
"version": "1.13.0",
44
"description": "hpcc-js - WASM expat",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)