Skip to content

Commit 0ab8270

Browse files
authored
Merge pull request #4445 from hpcc-systems/release-please--branches--candidate-3.x.x
chore: release candidate-3.x.x
2 parents 0c2541d + 65a9e96 commit 0ab8270

8 files changed

Lines changed: 37 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.10.0",
2+
".": "3.11.0",
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.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",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.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

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.10.0",
3+
"version": "3.11.0",
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.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

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.0",
3+
"version": "1.4.1",
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.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"

packages/observablehq-compiler/CHANGELOG.md

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

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.4.0",
3+
"version": "3.5.0",
44
"description": "hpcc-js - ObservableHQ Compiler (unoffical)",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)