Skip to content

Commit

Permalink
chore: release candidate-3.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jan 31, 2025
1 parent c7ab69d commit ef5353b
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
".": "3.4.0",
".": "3.5.0",
"packages/api": "3.3.0",
"packages/chart": "3.3.0",
"packages/codemirror": "3.2.0",
"packages/common": "3.3.0",
"packages/comms": "3.4.0",
"packages/comms": "3.5.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.2",
"packages/eclwatch": "3.2.3",
"packages/esbuild-plugins": "1.4.0",
"packages/form": "3.2.0",
"packages/graph": "3.2.1",
"packages/graph": "3.3.0",
"packages/html": "3.2.1",
"packages/layout": "3.2.0",
"packages/map": "3.2.1",
"packages/map": "3.2.2",
"packages/markdown-it-plugins": "1.3.0",
"packages/observablehq-compiler": "3.3.0",
"packages/other": "3.2.0",
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.5.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.4.0...hpcc-js-v3.5.0) (2025-01-31)


### Features

* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))

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


Expand Down
18 changes: 9 additions & 9 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.4.0",
"version": "3.5.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.5.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.4.0...comms-v3.5.0) (2025-01-31)


### Features

* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))

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


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

## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.2...eclwatch-v3.2.3) (2025-01-31)


### Dependencies

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

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


Expand Down
6 changes: 3 additions & 3 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.2",
"version": "3.2.3",
"description": "hpcc-js - ECL Watch",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@hpcc-js/codemirror": "^3.2.0",
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/comms": "^3.4.0",
"@hpcc-js/comms": "^3.5.0",
"@hpcc-js/dgrid": "^3.2.1",
"@hpcc-js/graph": "^3.2.1",
"@hpcc-js/graph": "^3.3.0",
"@hpcc-js/layout": "^3.2.0",
"@hpcc-js/phosphor": "^3.2.0",
"@hpcc-js/timeline": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.2.1...graph-v3.3.0) (2025-01-31)


### Features

* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/graph",
"version": "3.2.1",
"version": "3.3.0",
"description": "hpcc-js - Viz Graph",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/map/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/map-v3.2.1...map-v3.2.2) (2025-01-31)


### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/map",
"version": "3.2.1",
"version": "3.2.2",
"description": "hpcc-js - Viz Map",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@hpcc-js/api": "^3.3.0",
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/graph": "^3.2.1",
"@hpcc-js/graph": "^3.3.0",
"@hpcc-js/layout": "^3.2.0",
"@hpcc-js/other": "^3.2.0",
"@hpcc-js/util": "^3.3.0"
Expand Down

0 comments on commit ef5353b

Please sign in to comment.