From 65a9e9611b49673a636f4758eccd18dbd9263a38 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Wed, 3 Sep 2025 18:48:47 +0100 Subject: [PATCH] chore: release candidate-3.x.x --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 8 ++++++++ package-lock.json | 10 +++++----- package.json | 2 +- packages/markdown-it-plugins/CHANGELOG.md | 9 +++++++++ packages/markdown-it-plugins/package.json | 4 ++-- packages/observablehq-compiler/CHANGELOG.md | 8 ++++++++ packages/observablehq-compiler/package.json | 2 +- 8 files changed, 37 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 451a497771..11acc2eaef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a4aec5e0..d0dd428c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 125ab3d462..e375fe0baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.10.0", + "version": "3.11.0", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -23123,10 +23123,10 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "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" @@ -23194,7 +23194,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.4.0", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { "jsdom": "26.1.0", diff --git a/package.json b/package.json index 750cc07074..c5c9ec87b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.10.0", + "version": "3.11.0", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md index bb97a11a2c..19aeae23cf 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/CHANGELOG.md @@ -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) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 638a0930a6..9e229e66d0 100644 --- a/packages/markdown-it-plugins/package.json +++ b/packages/markdown-it-plugins/package.json @@ -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", @@ -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" diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 1f9dad36b0..ae9a155232 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/CHANGELOG.md @@ -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) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index 6948e9ca7b..ee0a1a27fe 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -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",