File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 3.11.1 " ,
2+ "." : " 3.11.2 " ,
33 "packages/api" : " 3.3.10" ,
44 "packages/chart" : " 3.4.0" ,
55 "packages/codemirror" : " 3.5.0" ,
1717 "packages/html" : " 3.2.11" ,
1818 "packages/layout" : " 3.2.11" ,
1919 "packages/map" : " 3.2.16" ,
20- "packages/markdown-it-plugins" : " 1.4.2 " ,
21- "packages/observablehq-compiler" : " 3.5.1 " ,
20+ "packages/markdown-it-plugins" : " 1.4.3 " ,
21+ "packages/observablehq-compiler" : " 3.5.2 " ,
2222 "packages/other" : " 3.2.11" ,
2323 "packages/phosphor" : " 3.2.11" ,
2424 "packages/react" : " 3.3.0" ,
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
44
5+ ## [ 3.11.2] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.11.1...hpcc-js-v3.11.2 ) (2025-09-18)
6+
7+
8+ ### Bug Fixes
9+
10+ * improve runtime placeholder handling ([ a3e8afb] ( https://github.com/hpcc-systems/Visualization/commit/a3e8afbd3d5532137642f8246d3ebb28b0baa3e8 ) )
11+ * improve runtime placeholder handling ([ 95074fc] ( https://github.com/hpcc-systems/Visualization/commit/95074fc78de915bfcd71a559031fea83ce6a5c6a ) )
12+ * improve runtime placeholder handling ([ 605b250] ( https://github.com/hpcc-systems/Visualization/commit/605b2505babd99aee7b4bc18c52cfb4ed1038d35 ) )
13+ * improve runtime placeholder handling ([ 237c452] ( https://github.com/hpcc-systems/Visualization/commit/237c45259ad43e9172f26ec79357bac0a46b5381 ) )
14+
515## [ 3.11.1] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.11.0...hpcc-js-v3.11.1 ) (2025-09-04)
616
717
Original file line number Diff line number Diff line change 11{
22 "name" : " hpcc-js" ,
3- "version" : " 3.11.1 " ,
3+ "version" : " 3.11.2 " ,
44 "description" : " HPCC Visualization Framework" ,
55 "private" : true ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.3] ( https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.4.2...markdown-it-plugins-v1.4.3 ) (2025-09-18)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @hpcc-js/observablehq-compiler bumped from ^3.5.1 to ^3.5.2
11+
312## [ 1.4.2] ( https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.4.1...markdown-it-plugins-v1.4.2 ) (2025-09-04)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/markdown-it-plugins" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " markdown-it plugins" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.umd.cjs" ,
5252 "update-major" : " npx --yes npm-check-updates -u"
5353 },
5454 "dependencies" : {
55- "@hpcc-js/observablehq-compiler" : " ^3.5.1 " ,
55+ "@hpcc-js/observablehq-compiler" : " ^3.5.2 " ,
5656 "@observablehq/framework" : " 1.13.3" ,
5757 "@observablehq/runtime" : " 5.9.9" ,
5858 "@types/markdown-it" : " 14.1.2"
Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2424
2525
2626
27+ ## [ 3.5.2] ( https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.5.1...observablehq-compiler-v3.5.2 ) (2025-09-18)
28+
29+
30+ ### Bug Fixes
31+
32+ * improve runtime placeholder handling ([ a3e8afb] ( https://github.com/hpcc-systems/Visualization/commit/a3e8afbd3d5532137642f8246d3ebb28b0baa3e8 ) )
33+ * improve runtime placeholder handling ([ 95074fc] ( https://github.com/hpcc-systems/Visualization/commit/95074fc78de915bfcd71a559031fea83ce6a5c6a ) )
34+ * improve runtime placeholder handling ([ 605b250] ( https://github.com/hpcc-systems/Visualization/commit/605b2505babd99aee7b4bc18c52cfb4ed1038d35 ) )
35+ * improve runtime placeholder handling ([ 237c452] ( https://github.com/hpcc-systems/Visualization/commit/237c45259ad43e9172f26ec79357bac0a46b5381 ) )
36+
2737## [ 3.5.1] ( https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.5.0...observablehq-compiler-v3.5.1 ) (2025-09-04)
2838
2939
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/observablehq-compiler" ,
3- "version" : " 3.5.1 " ,
3+ "version" : " 3.5.2 " ,
44 "description" : " hpcc-js - ObservableHQ Compiler (unoffical)" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments