Skip to content

Commit 76941f7

Browse files
authored
Merge pull request hpcc-systems#4310 from hpcc-systems/release-please--branches--candidate-3.x.x
chore: release candidate-3.x.x
2 parents c75ca63 + be54768 commit 76941f7

22 files changed

+146
-55
lines changed

.release-please-manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
".": "3.2.0",
2+
".": "3.2.1",
33
"packages/api": "3.2.0",
44
"packages/chart": "3.2.0",
55
"packages/codemirror": "3.1.0",
66
"packages/common": "3.2.0",
77
"packages/comms": "3.2.0",
8-
"packages/composite": "3.1.0",
8+
"packages/composite": "3.1.1",
99
"packages/dataflow": "9.2.0",
1010
"packages/dgrid": "3.1.0",
1111
"packages/dgrid-shim": "3.1.0",
12-
"packages/dgrid2": "3.1.0",
13-
"packages/eclwatch": "3.1.0",
12+
"packages/dgrid2": "3.1.1",
13+
"packages/eclwatch": "3.1.1",
1414
"packages/esbuild-plugins": "1.3.0",
1515
"packages/form": "3.1.0",
16-
"packages/graph": "3.1.0",
17-
"packages/html": "3.1.0",
18-
"packages/layout": "3.1.0",
19-
"packages/map": "3.1.0",
16+
"packages/graph": "3.1.1",
17+
"packages/html": "3.1.1",
18+
"packages/layout": "3.1.1",
19+
"packages/map": "3.1.1",
2020
"packages/markdown-it-plugins": "1.2.0",
2121
"packages/observablehq-compiler": "3.2.0",
22-
"packages/other": "3.1.0",
22+
"packages/other": "3.1.1",
2323
"packages/phosphor": "3.1.0",
24-
"packages/react": "3.1.0",
24+
"packages/react": "3.1.1",
2525
"packages/timeline": "3.0.0",
2626
"packages/tree": "3.0.0",
2727
"packages/util": "3.2.0"

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.2.0...hpcc-js-v3.2.1) (2024-11-20)
6+
7+
8+
### Bug Fixes
9+
10+
* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))
11+
512
## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.2...hpcc-js-v3.2.0) (2024-11-20)
613

714

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

packages/composite/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.1.0...composite-v3.1.1) (2024-11-20)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/html bumped from ^3.1.0 to ^3.1.1
14+
* @hpcc-js/other bumped from ^3.1.0 to ^3.1.1
15+
616
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.0.0...composite-v3.1.0) (2024-11-20)
717

818

packages/composite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/composite",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"exports": {
@@ -41,9 +41,9 @@
4141
"@hpcc-js/common": "^3.2.0",
4242
"@hpcc-js/dgrid": "^3.1.0",
4343
"@hpcc-js/form": "^3.1.0",
44-
"@hpcc-js/html": "^3.1.0",
44+
"@hpcc-js/html": "^3.1.1",
4545
"@hpcc-js/util": "^3.2.0",
46-
"@hpcc-js/other": "^3.1.0",
46+
"@hpcc-js/other": "^3.1.1",
4747
"@hpcc-js/phosphor": "^3.1.0"
4848
},
4949
"devDependencies": {

packages/dgrid2/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2424

2525

2626

27+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.1.0...dgrid2-v3.1.1) (2024-11-20)
28+
29+
30+
### Bug Fixes
31+
32+
* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))
33+
2734
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.0.0...dgrid2-v3.1.0) (2024-11-20)
2835

2936

packages/dgrid2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/dgrid2",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "hpcc-js - DGrid2",
55
"type": "module",
66
"exports": {

packages/eclwatch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.1.0...eclwatch-v3.1.1) (2024-11-20)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/graph bumped from ^3.1.0 to ^3.1.1
14+
* @hpcc-js/layout bumped from ^3.1.0 to ^3.1.1
15+
616
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.0.0...eclwatch-v3.1.0) (2024-11-20)
717

818

packages/eclwatch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/eclwatch",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"exports": {
@@ -39,8 +39,8 @@
3939
"@hpcc-js/common": "^3.2.0",
4040
"@hpcc-js/comms": "^3.2.0",
4141
"@hpcc-js/dgrid": "^3.1.0",
42-
"@hpcc-js/graph": "^3.1.0",
43-
"@hpcc-js/layout": "^3.1.0",
42+
"@hpcc-js/graph": "^3.1.1",
43+
"@hpcc-js/layout": "^3.1.1",
4444
"@hpcc-js/phosphor": "^3.1.0",
4545
"@hpcc-js/timeline": "^3.0.0",
4646
"@hpcc-js/tree": "^3.0.0",

packages/graph/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
133133

134134

135135

136+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.1.0...graph-v3.1.1) (2024-11-20)
137+
138+
139+
### Bug Fixes
140+
141+
* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))
142+
143+
144+
### Dependencies
145+
146+
* The following workspace dependencies were updated
147+
* dependencies
148+
* @hpcc-js/html bumped from ^3.1.0 to ^3.1.1
149+
* @hpcc-js/react bumped from ^3.1.0 to ^3.1.1
150+
136151
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.0.0...graph-v3.1.0) (2024-11-20)
137152

138153

packages/graph/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/graph",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "hpcc-js - Viz Graph",
55
"type": "module",
66
"exports": {
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@hpcc-js/api": "^3.2.0",
3939
"@hpcc-js/common": "^3.2.0",
40-
"@hpcc-js/html": "^3.1.0",
41-
"@hpcc-js/react": "^3.1.0",
40+
"@hpcc-js/html": "^3.1.1",
41+
"@hpcc-js/react": "^3.1.1",
4242
"@hpcc-js/util": "^3.2.0"
4343
},
4444
"devDependencies": {

packages/html/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4343

4444

4545

46+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/html-v3.1.0...html-v3.1.1) (2024-11-20)
47+
48+
49+
### Bug Fixes
50+
51+
* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))
52+
4653
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/html-v3.0.0...html-v3.1.0) (2024-11-20)
4754

4855

packages/html/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/html",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "hpcc-js - Viz HTML",
55
"type": "module",
66
"exports": {
@@ -40,8 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@hpcc-js/esbuild-plugins": "^1.3.0",
43-
"@hpcc-js/preact-shim": "^3.0.0",
44-
43+
"@hpcc-js/preact-shim": "^3.0.0",
4544
"d3-format": "^1",
4645
"d3-selection": "^1"
4746
},

packages/layout/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/layout-v3.1.0...layout-v3.1.1) (2024-11-20)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid2 bumped from ^3.1.0 to ^3.1.1
14+
615
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/layout-v3.0.0...layout-v3.1.0) (2024-11-20)
716

817

0 commit comments

Comments
 (0)