Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "3.10.0",
".": "3.11.0",
"packages/api": "3.3.10",
"packages/chart": "3.4.0",
"packages/codemirror": "3.5.0",
Expand All @@ -17,8 +17,8 @@
"packages/html": "3.2.11",
"packages/layout": "3.2.11",
"packages/map": "3.2.16",
"packages/markdown-it-plugins": "1.4.0",
"packages/observablehq-compiler": "3.4.0",
"packages/markdown-it-plugins": "1.4.1",
"packages/observablehq-compiler": "3.5.0",
"packages/other": "3.2.11",
"packages/phosphor": "3.2.11",
"packages/react": "3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.11.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.10.0...hpcc-js-v3.11.0) (2025-09-03)


### Features

* Bump observablehq runtime support ([0c2541d](https://github.com/hpcc-systems/Visualization/commit/0c2541d1dae350968ae4e6e30201b177d3e83671))
* Bump observablehq runtime support ([43a1c09](https://github.com/hpcc-systems/Visualization/commit/43a1c0983ae28105c70396aff7e7fc32af960845))

## [3.10.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.9.1...hpcc-js-v3.10.0) (2025-08-26)


Expand Down
10 changes: 5 additions & 5 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,6 +1,6 @@
{
"name": "hpcc-js",
"version": "3.10.0",
"version": "3.11.0",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/markdown-it-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/observablehq-compiler bumped from ^3.4.0 to ^3.5.0

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-it-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/markdown-it-plugins",
"version": "1.4.0",
"version": "1.4.1",
"description": "markdown-it plugins",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -52,7 +52,7 @@
"update-major": "npx --yes npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/observablehq-compiler": "^3.4.0",
"@hpcc-js/observablehq-compiler": "^3.5.0",
"@observablehq/framework": "1.13.3",
"@observablehq/runtime": "5.9.9",
"@types/markdown-it": "14.1.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/observablehq-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.4.0...observablehq-compiler-v3.5.0) (2025-09-03)


### Features

* Bump observablehq runtime support ([0c2541d](https://github.com/hpcc-systems/Visualization/commit/0c2541d1dae350968ae4e6e30201b177d3e83671))
* Bump observablehq runtime support ([43a1c09](https://github.com/hpcc-systems/Visualization/commit/43a1c0983ae28105c70396aff7e7fc32af960845))

## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.3.9...observablehq-compiler-v3.4.0) (2025-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/observablehq-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/observablehq-compiler",
"version": "3.4.0",
"version": "3.5.0",
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
"type": "module",
"main": "./dist/index.js",
Expand Down