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 Nov 29, 2024
1 parent 6d49af1 commit c1d3e8e
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 41 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
".": "3.3.0",
".": "3.3.1",
"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/composite": "3.2.0",
"packages/composite": "3.2.1",
"packages/dataflow": "9.3.0",
"packages/dgrid": "3.2.0",
"packages/dgrid": "3.2.1",
"packages/dgrid-shim": "3.1.0",
"packages/dgrid2": "3.2.0",
"packages/eclwatch": "3.2.0",
"packages/eclwatch": "3.2.1",
"packages/esbuild-plugins": "1.4.0",
"packages/form": "3.2.0",
"packages/graph": "3.2.0",
"packages/html": "3.2.0",
"packages/graph": "3.2.1",
"packages/html": "3.2.1",
"packages/layout": "3.2.0",
"packages/map": "3.2.0",
"packages/map": "3.2.1",
"packages/markdown-it-plugins": "1.3.0",
"packages/observablehq-compiler": "3.3.0",
"packages/other": "3.2.0",
"packages/phosphor": "3.2.0",
"packages/react": "3.2.0",
"packages/react": "3.2.1",
"packages/timeline": "3.0.0",
"packages/tree": "3.0.0",
"packages/util": "3.3.0"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.0...hpcc-js-v3.3.1) (2024-11-29)


### Bug Fixes

* Nested datasets not rendering correctly ([71d18a4](https://github.com/hpcc-systems/Visualization/commit/71d18a4958fb892b49ed56cc0332542aefee8b63))
* Revert text autosize changes ([75d7693](https://github.com/hpcc-systems/Visualization/commit/75d76939f7f28a767706ce83f8385250ce45624b))

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


Expand Down
34 changes: 17 additions & 17 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.0",
"version": "3.3.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.2.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.0...composite-v3.2.1) (2024-11-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/dgrid bumped from ^3.2.0 to ^3.2.1
* @hpcc-js/html bumped from ^3.2.0 to ^3.2.1

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.1.1...composite-v3.2.0) (2024-11-28)


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.2.0",
"version": "3.2.1",
"description": "hpcc-js - Viz Composite",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@hpcc-js/api": "^3.3.0",
"@hpcc-js/chart": "^3.3.0",
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/dgrid": "^3.2.0",
"@hpcc-js/dgrid": "^3.2.1",
"@hpcc-js/form": "^3.2.0",
"@hpcc-js/html": "^3.2.0",
"@hpcc-js/html": "^3.2.1",
"@hpcc-js/util": "^3.3.0",
"@hpcc-js/other": "^3.2.0",
"@hpcc-js/phosphor": "^3.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/dgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Bug Fixes

* Nested datasets not rendering correctly ([71d18a4](https://github.com/hpcc-systems/Visualization/commit/71d18a4958fb892b49ed56cc0332542aefee8b63))

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.1.0...dgrid-v3.2.0) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/dgrid",
"version": "3.2.0",
"version": "3.2.1",
"description": "hpcc-js - Viz DGrid",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/eclwatch/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.

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


### Bug Fixes

* Nested datasets not rendering correctly ([71d18a4](https://github.com/hpcc-systems/Visualization/commit/71d18a4958fb892b49ed56cc0332542aefee8b63))


### Dependencies

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

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.1.1...eclwatch-v3.2.0) (2024-11-28)


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



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


### Dependencies

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

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.1.1...graph-v3.2.0) (2024-11-28)


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.2.0",
"version": "3.2.1",
"description": "hpcc-js - Viz Graph",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@hpcc-js/api": "^3.3.0",
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/html": "^3.2.0",
"@hpcc-js/react": "^3.2.0",
"@hpcc-js/html": "^3.2.1",
"@hpcc-js/react": "^3.2.1",
"@hpcc-js/util": "^3.3.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Dependencies

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

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/html-v3.1.1...html-v3.2.0) (2024-11-28)


Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "3.2.1",
"description": "hpcc-js - Viz HTML",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@hpcc-js/common": "^3.3.0",
"@hpcc-js/react": "^3.2.0",
"@hpcc-js/react": "^3.2.1",
"@hpcc-js/util": "^3.3.0"
},
"devDependencies": {
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.1](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.0...map-v3.2.1) (2024-11-29)


### Dependencies

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

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/map-v3.1.1...map-v3.2.0) (2024-11-28)


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.0",
"version": "3.2.1",
"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.0",
"@hpcc-js/graph": "^3.2.1",
"@hpcc-js/layout": "^3.2.0",
"@hpcc-js/other": "^3.2.0",
"@hpcc-js/util": "^3.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Bug Fixes

* Revert text autosize changes ([75d7693](https://github.com/hpcc-systems/Visualization/commit/75d76939f7f28a767706ce83f8385250ce45624b))

## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/react-v3.1.1...react-v3.2.0) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/react",
"version": "3.2.0",
"version": "3.2.1",
"description": "hpcc-js - Viz React",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit c1d3e8e

Please sign in to comment.