Skip to content

Commit 0907b8d

Browse files
committed
Publish
- @hpcc-js/wc-core@0.5.1 - @hpcc-js/wc-editor@0.5.1 - @hpcc-js/wc-layout@0.5.1 - @hpcc-js/wc-observable@0.2.1 - @hpcc-js/wc-preview@0.6.1 - @hpcc-js/demo-react-typescript@0.4.1 - @hpcc-js/api@2.14.3 - @hpcc-js/chart@2.86.3 - @hpcc-js/codemirror@2.66.2 - @hpcc-js/codemirror-shim@2.38.1 - @hpcc-js/common@2.73.3 - @hpcc-js/comms@2.102.2 - @hpcc-js/composite@2.9.5 - @hpcc-js/dataflow@9.2.1 - @hpcc-js/ddl-shim@2.25.1 - @hpcc-js/deck-shim@2.9.1 - @hpcc-js/dgrid@2.34.4 - @hpcc-js/dgrid-shim@2.27.1 - @hpcc-js/dgrid2@2.5.3 - @hpcc-js/eclwatch@2.77.7 - @hpcc-js/esbuild-plugins@1.3.1 - @hpcc-js/form@2.12.3 - @hpcc-js/graph@2.87.3 - @hpcc-js/html@2.44.3 - @hpcc-js/layout@2.51.3 - @hpcc-js/leaflet-shim@2.6.1 - @hpcc-js/loader@2.108.7 - @hpcc-js/map@2.79.3 - @hpcc-js/map-deck@2.9.3 - @hpcc-js/marshaller@2.28.7 - @hpcc-js/observable-shim@1.0.1 - @hpcc-js/observablehq-compiler@1.5.1 - @hpcc-js/other@2.17.3 - @hpcc-js/phosphor@2.20.4 - @hpcc-js/phosphor-shim@2.17.1 - @hpcc-js/preact-shim@2.19.1 - @hpcc-js/react@2.55.3 - @hpcc-js/requirejs-shim@2.4.1 - @hpcc-js/timeline@2.57.1 - @hpcc-js/tree@2.45.1 - @hpcc-js/util@2.53.3
1 parent c9105a8 commit 0907b8d

84 files changed

Lines changed: 1862 additions & 346 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [0.5.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-core@0.5.0...@hpcc-js/wc-core@0.5.1) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* bump versions ([53ad9f2](https://github.com/hpcc-systems/Visualization/commit/53ad9f2445ff319ac817cea6abd20d01e3744315))
12+
* bump versions (security) ([15e0352](https://github.com/hpcc-systems/Visualization/commit/15e035255f24630898357205d516e966648b47aa))
13+
14+
15+
16+
17+
18+
619
# 0.5.0 (2024-07-23)
720

821

components/core/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/wc-core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "hpcc-systems web component core library",
55
"sideEffects": false,
66
"type": "module",
@@ -29,7 +29,7 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@hpcc-js/util": "^2.53.1"
32+
"@hpcc-js/util": "^2.53.3"
3333
},
3434
"devDependencies": {
3535
"@types/react": "16.14.69",

components/editor/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [0.5.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-editor@0.5.0...@hpcc-js/wc-editor@0.5.1) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* bump versions ([53ad9f2](https://github.com/hpcc-systems/Visualization/commit/53ad9f2445ff319ac817cea6abd20d01e3744315))
12+
* bump versions (security) ([15e0352](https://github.com/hpcc-systems/Visualization/commit/15e035255f24630898357205d516e966648b47aa))
13+
14+
15+
16+
17+
18+
619
# 0.5.0 (2024-07-23)
720

821

components/editor/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/wc-editor",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "hpcc-systems web component editor library",
55
"sideEffects": false,
66
"type": "module",
@@ -39,7 +39,7 @@
3939
"@codemirror/state": "6.5.4",
4040
"@codemirror/theme-one-dark": "6.1.3",
4141
"@codemirror/view": "6.39.13",
42-
"@hpcc-js/wc-core": "^0.5.0",
42+
"@hpcc-js/wc-core": "^0.5.1",
4343
"tslib": "2.8.1"
4444
},
4545
"repository": {

components/layout/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [0.5.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-layout@0.5.0...@hpcc-js/wc-layout@0.5.1) (2026-02-11)
7+
8+
**Note:** Version bump only for package @hpcc-js/wc-layout
9+
10+
11+
12+
13+
14+
615
# 0.5.0 (2024-07-23)
716

817

components/layout/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/wc-layout",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "hpcc-systems web component layout library",
55
"sideEffects": false,
66
"type": "module",
@@ -29,7 +29,7 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@hpcc-js/wc-core": "^0.5.0",
32+
"@hpcc-js/wc-core": "^0.5.1",
3333
"@lumino/dragdrop": "1.14.5",
3434
"@lumino/messaging": "1.10.3",
3535
"@lumino/widgets": "1.37.2",

components/observable/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.2.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-observable@0.2.0...@hpcc-js/wc-observable@0.2.1) (2026-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* bump versions (security) ([15e0352](https://github.com/hpcc-systems/Visualization/commit/15e035255f24630898357205d516e966648b47aa))
12+
13+
14+
15+
16+
17+
618
# 0.2.0 (2024-07-23)
719

820

components/observable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wc-observable",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "hpcc-systems web component ObservableHQ library",
55
"sideEffects": false,
66
"type": "module",
@@ -29,8 +29,8 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@hpcc-js/observablehq-compiler": "^1.5.0",
33-
"@hpcc-js/wc-core": "^0.5.0",
32+
"@hpcc-js/observablehq-compiler": "^1.5.1",
33+
"@hpcc-js/wc-core": "^0.5.1",
3434
"@observablehq/runtime": "5.9.9",
3535
"tslib": "2.8.1"
3636
},

components/preview/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [0.6.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-preview@0.6.0...@hpcc-js/wc-preview@0.6.1) (2026-02-11)
7+
8+
**Note:** Version bump only for package @hpcc-js/wc-preview
9+
10+
11+
12+
13+
14+
615
# 0.6.0 (2024-07-23)
716

817

components/preview/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wc-preview",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "hpcc-systems web component preview library",
55
"sideEffects": false,
66
"type": "module",
@@ -29,9 +29,9 @@
2929
"update": "npx --yes npm-check-updates -u -t minor"
3030
},
3131
"dependencies": {
32-
"@hpcc-js/wc-core": "^0.5.0",
33-
"@hpcc-js/wc-editor": "^0.5.0",
34-
"@hpcc-js/wc-layout": "^0.5.0",
32+
"@hpcc-js/wc-core": "^0.5.1",
33+
"@hpcc-js/wc-editor": "^0.5.1",
34+
"@hpcc-js/wc-layout": "^0.5.1",
3535
"tslib": "2.8.1"
3636
},
3737
"repository": {

0 commit comments

Comments
 (0)