File tree 10 files changed +49
-17
lines changed
10 files changed +49
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.5.0 " ,
2
+ "." : " 3.5.1 " ,
3
3
"packages/api" : " 3.3.0" ,
4
4
"packages/chart" : " 3.3.0" ,
5
5
"packages/codemirror" : " 3.2.0" ,
10
10
"packages/dgrid" : " 3.2.1" ,
11
11
"packages/dgrid-shim" : " 3.1.1" ,
12
12
"packages/dgrid2" : " 3.2.0" ,
13
- "packages/eclwatch" : " 3.2.3 " ,
13
+ "packages/eclwatch" : " 3.2.4 " ,
14
14
"packages/esbuild-plugins" : " 1.4.0" ,
15
15
"packages/form" : " 3.2.0" ,
16
- "packages/graph" : " 3.3.0 " ,
16
+ "packages/graph" : " 3.3.1 " ,
17
17
"packages/html" : " 3.2.1" ,
18
18
"packages/layout" : " 3.2.0" ,
19
- "packages/map" : " 3.2.2 " ,
19
+ "packages/map" : " 3.2.3 " ,
20
20
"packages/markdown-it-plugins" : " 1.3.0" ,
21
21
"packages/observablehq-compiler" : " 3.3.0" ,
22
22
"packages/other" : " 3.2.0" ,
Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ## [ 3.5.1] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.5.0...hpcc-js-v3.5.1 ) (2025-01-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Prevent React from being included in the bundle ([ 280db7a] ( https://github.com/hpcc-systems/Visualization/commit/280db7a82c01ce1a7c5ac8713e02eb4df9609bf3 ) )
11
+
5
12
## [ 3.5.0] ( https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.4.0...hpcc-js-v3.5.0 ) (2025-01-31)
6
13
7
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hpcc-js" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.1 " ,
4
4
"description" : " HPCC Visualization Framework" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ ## [3.2.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.3...eclwatch-v3.2.4) (2025-01-31)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * dependencies
13
+ * @hpcc-js/graph bumped from ^3.3.0 to ^3.3.1
14
+
6
15
## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.2...eclwatch-v3.2.3) (2025-01-31)
7
16
8
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/eclwatch" ,
3
- "version" : " 3.2.3 " ,
3
+ "version" : " 3.2.4 " ,
4
4
"description" : " hpcc-js - ECL Watch" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
41
41
"@hpcc-js/common" : " ^3.3.0" ,
42
42
"@hpcc-js/comms" : " ^3.5.0" ,
43
43
"@hpcc-js/dgrid" : " ^3.2.1" ,
44
- "@hpcc-js/graph" : " ^3.3.0 " ,
44
+ "@hpcc-js/graph" : " ^3.3.1 " ,
45
45
"@hpcc-js/layout" : " ^3.2.0" ,
46
46
"@hpcc-js/phosphor" : " ^3.2.0" ,
47
47
"@hpcc-js/timeline" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -133,6 +133,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
133
133
134
134
135
135
136
+ ## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.3.0...graph-v3.3.1) (2025-01-31)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * Prevent React from being included in the bundle ([280db7a](https://github.com/hpcc-systems/Visualization/commit/280db7a82c01ce1a7c5ac8713e02eb4df9609bf3))
142
+
136
143
## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.2.1...graph-v3.3.0) (2025-01-31)
137
144
138
145
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/graph" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " hpcc-js - Viz Graph" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.umd.cjs" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ ## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.2...map-v3.2.3) (2025-01-31)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * dependencies
13
+ * @hpcc-js/graph bumped from ^3.3.0 to ^3.3.1
14
+
6
15
## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.1...map-v3.2.2) (2025-01-31)
7
16
8
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "@hpcc-js/map",
3
- "version": "3.2.2 ",
3
+ "version": "3.2.3 ",
4
4
"description": "hpcc-js - Viz Map",
5
5
"type": "module",
6
6
"main": "./dist/index.umd.cjs",
39
39
"dependencies": {
40
40
"@hpcc-js/api": "^3.3.0",
41
41
"@hpcc-js/common": "^3.3.0",
42
- "@hpcc-js/graph": "^3.3.0 ",
42
+ "@hpcc-js/graph": "^3.3.1 ",
43
43
"@hpcc-js/layout": "^3.2.0",
44
44
"@hpcc-js/other": "^3.2.0",
45
45
"@hpcc-js/util": "^3.3.0"
You can’t perform that action at this time.
0 commit comments