Skip to content

Commit 265e79a

Browse files
committed
chore: release candidate-3.x.x
1 parent a3e8afb commit 265e79a

8 files changed

Lines changed: 41 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -17,8 +17,8 @@
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",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
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

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/markdown-it-plugins/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

packages/markdown-it-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -52,7 +52,7 @@
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"

packages/observablehq-compiler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/observablehq-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)