Skip to content

Commit 0dc9787

Browse files
authored
Merge pull request #4403 from hpcc-systems/release-please--branches--candidate-3.x.x
chore: release candidate-3.x.x
2 parents 8894980 + 023c025 commit 0dc9787

6 files changed

Lines changed: 23 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "3.7.3",
2+
".": "3.7.4",
33
"packages/api": "3.3.2",
44
"packages/chart": "3.3.2",
55
"packages/codemirror": "3.3.2",
@@ -17,7 +17,7 @@
1717
"packages/html": "3.2.3",
1818
"packages/layout": "3.2.3",
1919
"packages/map": "3.2.8",
20-
"packages/markdown-it-plugins": "1.3.2",
20+
"packages/markdown-it-plugins": "1.3.3",
2121
"packages/observablehq-compiler": "3.3.2",
2222
"packages/other": "3.2.3",
2323
"packages/phosphor": "3.2.3",

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.7.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.7.3...hpcc-js-v3.7.4) (2025-06-26)
6+
7+
8+
### Bug Fixes
9+
10+
* ecl-lang getting overwritten bye vite ([642f418](https://github.com/hpcc-systems/Visualization/commit/642f4183ceab31ec2ba892e30b65f93c51de649e))
11+
* ecl-lang getting overwritten bye vite ([2de9b3a](https://github.com/hpcc-systems/Visualization/commit/2de9b3a97638d6075485b4881e834bc7d7440f57))
12+
513
## [3.7.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.7.2...hpcc-js-v3.7.3) (2025-06-24)
614

715

package-lock.json

Lines changed: 3 additions & 3 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.7.3",
3+
"version": "3.7.4",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

packages/markdown-it-plugins/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.3.2...markdown-it-plugins-v1.3.3) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* ecl-lang getting overwritten bye vite ([642f418](https://github.com/hpcc-systems/Visualization/commit/642f4183ceab31ec2ba892e30b65f93c51de649e))
9+
* ecl-lang getting overwritten bye vite ([2de9b3a](https://github.com/hpcc-systems/Visualization/commit/2de9b3a97638d6075485b4881e834bc7d7440f57))
10+
311
## [1.3.2](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.3.1...markdown-it-plugins-v1.3.2) (2025-06-24)
412

513

packages/markdown-it-plugins/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/markdown-it-plugins",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "markdown-it plugins",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)