Skip to content

Commit

Permalink
Merge pull request #4330 from hpcc-systems/release-please--branches--…
Browse files Browse the repository at this point in the history
…candidate-3.x.x

chore: release candidate-3.x.x
  • Loading branch information
GordonSmith authored Jan 22, 2025
2 parents 348b5e0 + 898f04c commit 90f5ec6
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
".": "3.3.1",
".": "3.4.0",
"packages/api": "3.3.0",
"packages/chart": "3.3.0",
"packages/codemirror": "3.2.0",
"packages/common": "3.3.0",
"packages/comms": "3.3.0",
"packages/comms": "3.4.0",
"packages/composite": "3.2.1",
"packages/dataflow": "9.3.0",
"packages/dgrid": "3.2.1",
"packages/dgrid-shim": "3.1.1",
"packages/dgrid2": "3.2.0",
"packages/eclwatch": "3.2.1",
"packages/eclwatch": "3.2.2",
"packages/esbuild-plugins": "1.4.0",
"packages/form": "3.2.0",
"packages/graph": "3.2.1",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.1...hpcc-js-v3.4.0) (2025-01-22)


### Features

* Allow fetch exceptions to propogate up the stack ([1ce39f6](https://github.com/hpcc-systems/Visualization/commit/1ce39f6259523a32b869fdfcd3b13e099e56676e))

## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.0...hpcc-js-v3.3.1) (2024-11-29)


Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "3.3.1",
"version": "3.4.0",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.3.0...comms-v3.4.0) (2025-01-22)


### Features

* Allow fetch exceptions to propogate up the stack ([1ce39f6](https://github.com/hpcc-systems/Visualization/commit/1ce39f6259523a32b869fdfcd3b13e099e56676e))

## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.2.0...comms-v3.3.0) (2024-11-28)


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": "3.3.0",
"version": "3.4.0",
"description": "hpcc-js - Communications",
"type": "module",
"main": "./dist/index.node.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.1...eclwatch-v3.2.2) (2025-01-22)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^3.3.0 to ^3.4.0

## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.0...eclwatch-v3.2.1) (2024-11-29)


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": "3.2.1",
"version": "3.2.2",
"description": "hpcc-js - ECL Watch",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@hpcc-js/codemirror": "^3.2.0",
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/comms": "^3.3.0",
"@hpcc-js/comms": "^3.4.0",
"@hpcc-js/dgrid": "^3.2.1",
"@hpcc-js/graph": "^3.2.1",
"@hpcc-js/layout": "^3.2.0",
Expand Down

0 comments on commit 90f5ec6

Please sign in to comment.