File tree Expand file tree Collapse file tree 10 files changed +49
-17
lines changed Expand file tree Collapse file tree 10 files changed +49
-17
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 3.10 .0" ,
2+ "." : " 3.11 .0" ,
33 "packages/base91" : " 1.6.0" ,
44 "packages/duckdb" : " 1.9.0" ,
55 "packages/expat" : " 1.6.0" ,
6- "packages/graphviz" : " 1.11 .0" ,
7- "packages/graphviz-cli" : " 1.5.1 " ,
6+ "packages/graphviz" : " 1.12 .0" ,
7+ "packages/graphviz-cli" : " 1.5.2 " ,
88 "packages/zstd" : " 1.5.0" ,
9- "packages/wasm" : " 2.26.0 "
9+ "packages/wasm" : " 2.26.1 "
1010}
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ _This changelog is now a summary of all changes across all packages in the mono
88
99All 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.11.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.10.0...wasm-root-v3.11.0 ) (2025-08-30)
12+
13+
14+ ### Features
15+
16+ * Add svg_inline to GraphViz Format type ([ 0ce48b1] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/0ce48b1db994f54c93203be5a98fc80502dfeb87 ) )
17+
1118## [ 3.10.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.9.0...wasm-root-v3.10.0 ) (2025-08-10)
1219
1320
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/wasm-root" ,
33 "private" : true ,
4- "version" : " 3.10 .0" ,
4+ "version" : " 3.11 .0" ,
55 "description" : " hpcc-js - WASM Libraries" ,
66 "keywords" : [
77 " graphviz" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.5.2] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.5.1...wasm-graphviz-cli-v1.5.2 ) (2025-08-30)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @hpcc-js/wasm-graphviz bumped from ^1.11.0 to ^1.12.0
11+
312## [ 1.5.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.5.0...wasm-graphviz-cli-v1.5.1 ) (2025-08-10)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/wasm-graphviz-cli" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.5.2 " ,
44 "description" : " hpcc-js - WASM Graphviz Cli" ,
55 "type" : " module" ,
66 "bin" : {
3636 "update-major" : " npx -y npm-check-updates -u"
3737 },
3838 "dependencies" : {
39- "@hpcc-js/wasm-graphviz" : " ^1.11 .0" ,
39+ "@hpcc-js/wasm-graphviz" : " ^1.12 .0" ,
4040 "yargs" : " 18.0.0"
4141 },
4242 "devDependencies" : {},
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.12.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.11.0...wasm-graphviz-v1.12.0 ) (2025-08-30)
4+
5+
6+ ### Features
7+
8+ * Add svg_inline to GraphViz Format type ([ 0ce48b1] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/0ce48b1db994f54c93203be5a98fc80502dfeb87 ) )
9+
310## [ 1.11.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.10.0...wasm-graphviz-v1.11.0 ) (2025-08-10)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/wasm-graphviz" ,
3- "version" : " 1.11 .0" ,
3+ "version" : " 1.12 .0" ,
44 "description" : " hpcc-js - WASM Graphviz" ,
55 "type" : " module" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.26.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.26.0...wasm-v2.26.1 ) (2025-08-30)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * devDependencies
10+ * @hpcc-js/wasm-graphviz bumped from ^1.11.0 to ^1.12.0
11+
312## [ 2.26.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.25.0...wasm-v2.26.0 ) (2025-08-10)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/wasm" ,
3- "version" : " 2.26.0 " ,
3+ "version" : " 2.26.1 " ,
44 "description" : " hpcc-js - WASM Libraries" ,
55 "type" : " module" ,
66 "exports" : {
8383 "@hpcc-js/wasm-base91" : " ^1.6.0" ,
8484 "@hpcc-js/wasm-duckdb" : " ^1.9.0" ,
8585 "@hpcc-js/wasm-expat" : " ^1.6.0" ,
86- "@hpcc-js/wasm-graphviz" : " ^1.11 .0" ,
86+ "@hpcc-js/wasm-graphviz" : " ^1.12 .0" ,
8787 "@hpcc-js/wasm-zstd" : " ^1.5.0"
8888 },
8989 "keywords" : [
You can’t perform that action at this time.
0 commit comments