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.10 .0" ,
2+ "." : " 3.11 .0" ,
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.0 " ,
21- "packages/observablehq-compiler" : " 3.4 .0" ,
20+ "packages/markdown-it-plugins" : " 1.4.1 " ,
21+ "packages/observablehq-compiler" : " 3.5 .0" ,
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.0] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.10.0...hpcc-js-v3.11.0 ) (2025-09-03)
6+
7+
8+ ### Features
9+
10+ * Bump observablehq runtime support ([ 0c2541d] ( https://github.com/hpcc-systems/Visualization/commit/0c2541d1dae350968ae4e6e30201b177d3e83671 ) )
11+ * Bump observablehq runtime support ([ 43a1c09] ( https://github.com/hpcc-systems/Visualization/commit/43a1c0983ae28105c70396aff7e7fc32af960845 ) )
12+
513## [ 3.10.0] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.9.1...hpcc-js-v3.10.0 ) (2025-08-26)
614
715
Original file line number Diff line number Diff line change 11{
22 "name" : " hpcc-js" ,
3- "version" : " 3.10 .0" ,
3+ "version" : " 3.11 .0" ,
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.1] ( https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.4.0...markdown-it-plugins-v1.4.1 ) (2025-09-03)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @hpcc-js/observablehq-compiler bumped from ^3.4.0 to ^3.5.0
11+
312## [ 1.4.0] ( https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.3.10...markdown-it-plugins-v1.4.0 ) (2025-08-26)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/markdown-it-plugins" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
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.4 .0" ,
55+ "@hpcc-js/observablehq-compiler" : " ^3.5 .0" ,
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,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2424
2525
2626
27+ ## [ 3.5.0] ( https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.4.0...observablehq-compiler-v3.5.0 ) (2025-09-03)
28+
29+
30+ ### Features
31+
32+ * Bump observablehq runtime support ([ 0c2541d] ( https://github.com/hpcc-systems/Visualization/commit/0c2541d1dae350968ae4e6e30201b177d3e83671 ) )
33+ * Bump observablehq runtime support ([ 43a1c09] ( https://github.com/hpcc-systems/Visualization/commit/43a1c0983ae28105c70396aff7e7fc32af960845 ) )
34+
2735## [ 3.4.0] ( https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.3.9...observablehq-compiler-v3.4.0 ) (2025-08-26)
2836
2937
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpcc-js/observablehq-compiler" ,
3- "version" : " 3.4 .0" ,
3+ "version" : " 3.5 .0" ,
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