Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release candidate-3.x.x #4310

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
".": "3.2.0",
".": "3.2.1",
"packages/api": "3.2.0",
"packages/chart": "3.2.0",
"packages/codemirror": "3.1.0",
"packages/common": "3.2.0",
"packages/comms": "3.2.0",
"packages/composite": "3.1.0",
"packages/composite": "3.1.1",
"packages/dataflow": "9.2.0",
"packages/dgrid": "3.1.0",
"packages/dgrid-shim": "3.1.0",
"packages/dgrid2": "3.1.0",
"packages/eclwatch": "3.1.0",
"packages/dgrid2": "3.1.1",
"packages/eclwatch": "3.1.1",
"packages/esbuild-plugins": "1.3.0",
"packages/form": "3.1.0",
"packages/graph": "3.1.0",
"packages/html": "3.1.0",
"packages/layout": "3.1.0",
"packages/map": "3.1.0",
"packages/graph": "3.1.1",
"packages/html": "3.1.1",
"packages/layout": "3.1.1",
"packages/map": "3.1.1",
"packages/markdown-it-plugins": "1.2.0",
"packages/observablehq-compiler": "3.2.0",
"packages/other": "3.1.0",
"packages/other": "3.1.1",
"packages/phosphor": "3.1.0",
"packages/react": "3.1.0",
"packages/react": "3.1.1",
"packages/timeline": "3.0.0",
"packages/tree": "3.0.0",
"packages/util": "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.2.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.2.0...hpcc-js-v3.2.1) (2024-11-20)


### Bug Fixes

* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.2...hpcc-js-v3.2.0) (2024-11-20)


Expand Down
44 changes: 22 additions & 22 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.2.0",
"version": "3.2.1",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/composite/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.1.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.1.0...composite-v3.1.1) (2024-11-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/html bumped from ^3.1.0 to ^3.1.1
* @hpcc-js/other bumped from ^3.1.0 to ^3.1.1

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.0.0...composite-v3.1.0) (2024-11-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/composite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "3.1.0",
"version": "3.1.1",
"description": "hpcc-js - Viz Composite",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"@hpcc-js/common": "^3.2.0",
"@hpcc-js/dgrid": "^3.1.0",
"@hpcc-js/form": "^3.1.0",
"@hpcc-js/html": "^3.1.0",
"@hpcc-js/html": "^3.1.1",
"@hpcc-js/util": "^3.2.0",
"@hpcc-js/other": "^3.1.0",
"@hpcc-js/other": "^3.1.1",
"@hpcc-js/phosphor": "^3.1.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/dgrid2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.1.0...dgrid2-v3.1.1) (2024-11-20)


### Bug Fixes

* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.0.0...dgrid2-v3.1.0) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgrid2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/dgrid2",
"version": "3.1.0",
"version": "3.1.1",
"description": "hpcc-js - DGrid2",
"type": "module",
"exports": {
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.1.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.1.0...eclwatch-v3.1.1) (2024-11-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/graph bumped from ^3.1.0 to ^3.1.1
* @hpcc-js/layout bumped from ^3.1.0 to ^3.1.1

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.0.0...eclwatch-v3.1.0) (2024-11-20)


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.1.0",
"version": "3.1.1",
"description": "hpcc-js - ECL Watch",
"type": "module",
"exports": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"@hpcc-js/common": "^3.2.0",
"@hpcc-js/comms": "^3.2.0",
"@hpcc-js/dgrid": "^3.1.0",
"@hpcc-js/graph": "^3.1.0",
"@hpcc-js/layout": "^3.1.0",
"@hpcc-js/graph": "^3.1.1",
"@hpcc-js/layout": "^3.1.1",
"@hpcc-js/phosphor": "^3.1.0",
"@hpcc-js/timeline": "^3.0.0",
"@hpcc-js/tree": "^3.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.1.0...graph-v3.1.1) (2024-11-20)


### Bug Fixes

* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/html bumped from ^3.1.0 to ^3.1.1
* @hpcc-js/react bumped from ^3.1.0 to ^3.1.1

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.0.0...graph-v3.1.0) (2024-11-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/graph",
"version": "3.1.0",
"version": "3.1.1",
"description": "hpcc-js - Viz Graph",
"type": "module",
"exports": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@hpcc-js/api": "^3.2.0",
"@hpcc-js/common": "^3.2.0",
"@hpcc-js/html": "^3.1.0",
"@hpcc-js/react": "^3.1.0",
"@hpcc-js/html": "^3.1.1",
"@hpcc-js/react": "^3.1.1",
"@hpcc-js/util": "^3.2.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.1.1](https://github.com/hpcc-systems/Visualization/compare/html-v3.1.0...html-v3.1.1) (2024-11-20)


### Bug Fixes

* Revert react back to preact ([9c2e0f0](https://github.com/hpcc-systems/Visualization/commit/9c2e0f0cbf7c43561b7f2c0707d5fb95971bd5ef))

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/html-v3.0.0...html-v3.1.0) (2024-11-20)


Expand Down
5 changes: 2 additions & 3 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/html",
"version": "3.1.0",
"version": "3.1.1",
"description": "hpcc-js - Viz HTML",
"type": "module",
"exports": {
Expand Down Expand Up @@ -40,8 +40,7 @@
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.3.0",
"@hpcc-js/preact-shim": "^3.0.0",

"@hpcc-js/preact-shim": "^3.0.0",
"d3-format": "^1",
"d3-selection": "^1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/layout/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.1.1](https://github.com/hpcc-systems/Visualization/compare/layout-v3.1.0...layout-v3.1.1) (2024-11-20)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/dgrid2 bumped from ^3.1.0 to ^3.1.1

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/layout-v3.0.0...layout-v3.1.0) (2024-11-20)


Expand Down
Loading
Loading