Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @hpcc-js/comms@2.96.1
 - @hpcc-js/eclwatch@2.75.7
 - @hpcc-js/loader@2.106.10
 - @hpcc-js/marshaller@2.26.7
  • Loading branch information
GordonSmith committed Sep 13, 2024
1 parent dd10d17 commit a87995e
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 96 deletions.
97 changes: 10 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.96.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@2.96.0...@hpcc-js/comms@2.96.1) (2024-09-13)


### Bug Fixes

* **comms:** add exception handling to logicalFile fetchInfo ([daff182](https://github.com/hpcc-systems/Visualization/commit/daff182022da686b5ee86ad0ec11dfedbebe3461))



## 2.106.9 (2024-09-12)





# [2.96.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@2.95.1...@hpcc-js/comms@2.96.0) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "2.96.0",
"version": "2.96.1",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
Expand Down
12 changes: 12 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.75.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.75.6...@hpcc-js/eclwatch@2.75.7) (2024-09-13)



## 2.106.9 (2024-09-12)

**Note:** Version bump only for package @hpcc-js/eclwatch





## [2.75.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.75.5...@hpcc-js/eclwatch@2.75.6) (2024-09-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.75.6",
"version": "2.75.7",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@hpcc-js/codemirror": "^2.63.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/comms": "^2.96.0",
"@hpcc-js/comms": "^2.96.1",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/layout": "^2.50.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.106.10](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/loader@2.106.9...@hpcc-js/loader@2.106.10) (2024-09-13)



## 2.106.9 (2024-09-12)

**Note:** Version bump only for package @hpcc-js/loader





## [2.106.9](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/loader@2.106.8...@hpcc-js/loader@2.106.9) (2024-09-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.106.9",
"version": "2.106.10",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -42,18 +42,18 @@
"@hpcc-js/chart": "^2.85.0",
"@hpcc-js/codemirror": "^2.63.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/comms": "^2.96.0",
"@hpcc-js/comms": "^2.96.1",
"@hpcc-js/composite": "^2.8.2",
"@hpcc-js/dgrid": "^2.33.0",
"@hpcc-js/dgrid2": "^2.4.0",
"@hpcc-js/eclwatch": "^2.75.6",
"@hpcc-js/eclwatch": "^2.75.7",
"@hpcc-js/form": "^2.11.2",
"@hpcc-js/graph": "^2.86.0",
"@hpcc-js/html": "^2.43.0",
"@hpcc-js/layout": "^2.50.2",
"@hpcc-js/map": "^2.78.2",
"@hpcc-js/map-deck": "^2.8.0",
"@hpcc-js/marshaller": "^2.26.6",
"@hpcc-js/marshaller": "^2.26.7",
"@hpcc-js/observablehq-compiler": "^1.3.0",
"@hpcc-js/other": "^2.16.2",
"@hpcc-js/phosphor": "^2.19.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/marshaller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.26.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/marshaller@2.26.6...@hpcc-js/marshaller@2.26.7) (2024-09-13)



## 2.106.9 (2024-09-12)

**Note:** Version bump only for package @hpcc-js/marshaller





## [2.26.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/marshaller@2.26.5...@hpcc-js/marshaller@2.26.6) (2024-09-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/marshaller",
"version": "2.26.6",
"version": "2.26.7",
"description": "hpcc-js - Viz Marshaller",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@hpcc-js/chart": "^2.85.0",
"@hpcc-js/codemirror": "^2.63.0",
"@hpcc-js/common": "^2.72.0",
"@hpcc-js/comms": "^2.96.0",
"@hpcc-js/comms": "^2.96.1",
"@hpcc-js/composite": "^2.8.2",
"@hpcc-js/ddl-shim": "^2.21.0",
"@hpcc-js/dgrid": "^2.33.0",
Expand Down

0 comments on commit a87995e

Please sign in to comment.