Skip to content

Commit 37af92d

Browse files
authored
chore: release trunk (#328)
1 parent b06cbe2 commit 37af92d

File tree

10 files changed

+49
-17
lines changed

10 files changed

+49
-17
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.11.1",
2+
".": "3.12.0",
33
"packages/base91": "1.6.1",
44
"packages/duckdb": "1.9.1",
55
"packages/expat": "1.6.1",
6-
"packages/graphviz": "1.12.1",
7-
"packages/graphviz-cli": "1.5.3",
6+
"packages/graphviz": "1.13.0",
7+
"packages/graphviz-cli": "1.5.4",
88
"packages/zstd": "1.5.1",
9-
"packages/wasm": "2.26.2"
9+
"packages/wasm": "2.26.3"
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+
## [3.12.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.11.1...wasm-root-v3.12.0) (2025-10-06)
12+
13+
14+
### Features
15+
16+
* update graphviz to 14.0.1 ([b06cbe2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b06cbe2c6a8e97a3c75b5046a7775124e80cd7cc))
17+
1118
## [3.11.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.11.0...wasm-root-v3.11.1) (2025-09-22)
1219

1320

package-lock.json

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

packages/graphviz-cli/CHANGELOG.md

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

3+
## [1.5.4](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.5.3...wasm-graphviz-cli-v1.5.4) (2025-10-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @hpcc-js/wasm-graphviz bumped from ^1.12.1 to ^1.13.0
11+
312
## [1.5.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.5.2...wasm-graphviz-cli-v1.5.3) (2025-09-22)
413

514

packages/graphviz-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-graphviz-cli",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "hpcc-js - WASM Graphviz Cli",
55
"type": "module",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"update-major": "npx -y npm-check-updates -u"
3737
},
3838
"dependencies": {
39-
"@hpcc-js/wasm-graphviz": "^1.12.1",
39+
"@hpcc-js/wasm-graphviz": "^1.13.0",
4040
"yargs": "18.0.0"
4141
},
4242
"devDependencies": {},

packages/graphviz/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-graphviz-v1.12.1...wasm-graphviz-v1.13.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* update graphviz to 14.0.1 ([b06cbe2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b06cbe2c6a8e97a3c75b5046a7775124e80cd7cc))
9+
310
## [1.12.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.12.0...wasm-graphviz-v1.12.1) (2025-09-22)
411

512

packages/graphviz/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-graphviz",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"description": "hpcc-js - WASM Graphviz",
55
"type": "module",
66
"exports": {

packages/wasm/CHANGELOG.md

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

3+
## [2.26.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.26.2...wasm-v2.26.3) (2025-10-06)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @hpcc-js/wasm-graphviz bumped from ^1.12.1 to ^1.13.0
11+
312
## [2.26.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.26.1...wasm-v2.26.2) (2025-09-22)
413

514

packages/wasm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm",
3-
"version": "2.26.2",
3+
"version": "2.26.3",
44
"description": "hpcc-js - WASM Libraries",
55
"type": "module",
66
"exports": {
@@ -83,7 +83,7 @@
8383
"@hpcc-js/wasm-base91": "^1.6.1",
8484
"@hpcc-js/wasm-duckdb": "^1.9.1",
8585
"@hpcc-js/wasm-expat": "^1.6.1",
86-
"@hpcc-js/wasm-graphviz": "^1.12.1",
86+
"@hpcc-js/wasm-graphviz": "^1.13.0",
8787
"@hpcc-js/wasm-zstd": "^1.5.1"
8888
},
8989
"keywords": [

0 commit comments

Comments
 (0)