Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "4.1.0",
".": "4.2.0",
"packages/base91": "1.9.0",
"packages/duckdb": "1.12.0",
"packages/expat": "1.9.0",
"packages/graphviz": "1.16.0",
"packages/graphviz-cli": "1.7.0",
"packages/graphviz": "1.17.0",
"packages/graphviz-cli": "1.8.0",
"packages/zstd": "1.8.0",
"packages/wasm": "2.29.0"
"packages/wasm": "2.30.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ _This changelog is now a summary of all changes across all packages in the mono

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.

## [4.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v4.1.0...wasm-root-v4.2.0) (2025-12-11)


### Features

* bump versions ([#341](https://github.com/hpcc-systems/hpcc-js-wasm/issues/341)) ([57116a4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/57116a407c47332d996d3da508cc70ffe068fce0))
* update graphviz version to 14.1.0 and bump related dependencies ([#343](https://github.com/hpcc-systems/hpcc-js-wasm/issues/343)) ([b86776d](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b86776d225511311fb73d2cc969c2e5db5034604))


### Bug Fixes

* @hpcc-js/wasm does not include sub-package types ([#344](https://github.com/hpcc-systems/hpcc-js-wasm/issues/344)) ([38b0c51](https://github.com/hpcc-systems/hpcc-js-wasm/commit/38b0c51070ea979e9d26d593473d3b180bb357e5)), closes [#340](https://github.com/hpcc-systems/hpcc-js-wasm/issues/340)
* update macOS version in CI matrix to include macos-15 ([#345](https://github.com/hpcc-systems/hpcc-js-wasm/issues/345)) ([c1191b2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/c1191b26363c7cca3cf2288020ab4afd10c541d9))

## [4.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v4.0.0...wasm-root-v4.1.0) (2025-11-23)


Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hpcc-js/wasm-root",
"private": true,
"version": "4.1.0",
"version": "4.2.0",
"description": "hpcc-js - WASM Libraries",
"keywords": [
"graphviz",
Expand Down
14 changes: 14 additions & 0 deletions packages/graphviz-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.7.0...wasm-graphviz-cli-v1.8.0) (2025-12-11)


### Features

* bump versions ([#341](https://github.com/hpcc-systems/hpcc-js-wasm/issues/341)) ([57116a4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/57116a407c47332d996d3da508cc70ffe068fce0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/wasm-graphviz bumped from ^1.16.0 to ^1.17.0

## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.6.0...wasm-graphviz-cli-v1.7.0) (2025-11-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphviz-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm-graphviz-cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "hpcc-js - WASM Graphviz Cli",
"type": "module",
"bin": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "^1.16.0",
"@hpcc-js/wasm-graphviz": "^1.17.0",
"yargs": "18.0.0"
},
"devDependencies": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.17.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.16.0...wasm-graphviz-v1.17.0) (2025-12-11)


### Features

* bump versions ([#341](https://github.com/hpcc-systems/hpcc-js-wasm/issues/341)) ([57116a4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/57116a407c47332d996d3da508cc70ffe068fce0))
* update graphviz version to 14.1.0 and bump related dependencies ([#343](https://github.com/hpcc-systems/hpcc-js-wasm/issues/343)) ([b86776d](https://github.com/hpcc-systems/hpcc-js-wasm/commit/b86776d225511311fb73d2cc969c2e5db5034604))

## [1.16.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.15.0...wasm-graphviz-v1.16.0) (2025-11-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm-graphviz",
"version": "1.16.0",
"version": "1.17.0",
"description": "hpcc-js - WASM Graphviz",
"type": "module",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.30.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.29.0...wasm-v2.30.0) (2025-12-11)


### Features

* bump versions ([#341](https://github.com/hpcc-systems/hpcc-js-wasm/issues/341)) ([57116a4](https://github.com/hpcc-systems/hpcc-js-wasm/commit/57116a407c47332d996d3da508cc70ffe068fce0))


### Bug Fixes

* @hpcc-js/wasm does not include sub-package types ([#344](https://github.com/hpcc-systems/hpcc-js-wasm/issues/344)) ([38b0c51](https://github.com/hpcc-systems/hpcc-js-wasm/commit/38b0c51070ea979e9d26d593473d3b180bb357e5)), closes [#340](https://github.com/hpcc-systems/hpcc-js-wasm/issues/340)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @hpcc-js/wasm-graphviz bumped from ^1.16.0 to ^1.17.0
* @hpcc-js/wasm-graphviz-cli bumped from ^1.7.0 to ^1.8.0

## [2.29.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.28.0...wasm-v2.29.0) (2025-11-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm",
"version": "2.29.0",
"version": "2.30.0",
"description": "hpcc-js - WASM Libraries",
"type": "module",
"exports": {
Expand Down Expand Up @@ -83,8 +83,8 @@
"@hpcc-js/wasm-base91": "^1.9.0",
"@hpcc-js/wasm-duckdb": "^1.12.0",
"@hpcc-js/wasm-expat": "^1.9.0",
"@hpcc-js/wasm-graphviz": "^1.16.0",
"@hpcc-js/wasm-graphviz-cli": "^1.7.0",
"@hpcc-js/wasm-graphviz": "^1.17.0",
"@hpcc-js/wasm-graphviz-cli": "^1.8.0",
"@hpcc-js/wasm-zstd": "^1.8.0"
},
"keywords": [
Expand Down
Loading