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 13, 2024
1 parent d8d4ae6 commit d38e45f
Show file tree
Hide file tree
Showing 24 changed files with 265 additions and 68 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "3.1.2",
"packages/api": "3.1.0",
"packages/chart": "3.1.0",
"packages/common": "3.1.0",
"packages/comms": "3.1.0",
"packages/dataflow": "9.1.0",
"packages/esbuild-plugins": "1.2.0",
"packages/markdown-it-plugins": "1.1.2",
"packages/observable-shim": "3.1.0",
"packages/observablehq-compiler": "3.1.0",
"packages/util": "3.1.0"
".": "3.2.0",
"packages/api": "3.2.0",
"packages/chart": "3.2.0",
"packages/common": "3.2.0",
"packages/comms": "3.2.0",
"packages/dataflow": "9.2.0",
"packages/esbuild-plugins": "1.3.0",
"packages/markdown-it-plugins": "1.2.0",
"packages/observable-shim": "3.2.0",
"packages/observablehq-compiler": "3.2.0",
"packages/util": "3.2.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.2...hpcc-js-v3.2.0) (2024-11-13)


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
* Upgrade codemirror to v3 ([377d6b5](https://github.com/hpcc-systems/Visualization/commit/377d6b54cf476b9e0c6773cd31f99ddc42a8d6dc))
* Upgrade dgrid2 to v3 ([3e2105a](https://github.com/hpcc-systems/Visualization/commit/3e2105a427937d0b202194f4538cc12e9becb04d))
* Upgrade eclwatch to v3 ([a32c104](https://github.com/hpcc-systems/Visualization/commit/a32c10417922a45b450731d4331280576db8025f))
* Upgrade form + composite to v3 ([ea5c9b7](https://github.com/hpcc-systems/Visualization/commit/ea5c9b774a841e0c0935ad04f94821a9ae4431d2))
* Upgrade graph, html and react to v3 ([a1aa027](https://github.com/hpcc-systems/Visualization/commit/a1aa02785ed97c4ee18b3a83ab341f0423956b7c))
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))
* Upgrade other to v3 ([2400076](https://github.com/hpcc-systems/Visualization/commit/240007669ef544a86728ec8702a6f329e8fcc210))
* Upgrade phosphor to V3 ([61a2134](https://github.com/hpcc-systems/Visualization/commit/61a2134efbee89774fbf58ea5455f2c3801d2527))
* Upgrade timeline to v3 ([0292895](https://github.com/hpcc-systems/Visualization/commit/029289500a6a79684b3147df39abc151350d3aa8))
* Upgrade tree to v3 ([0b1c585](https://github.com/hpcc-systems/Visualization/commit/0b1c5851e41377ebb3eafe1b4d4c00c6b4f8a0ba))


### Bug Fixes

* Remove preact references from html ([c78df51](https://github.com/hpcc-systems/Visualization/commit/c78df51374830780123c1a80000f9b5e3da94e8c))
* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))

## [3.1.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.1.1...hpcc-js-v3.1.2) (2024-10-29)


Expand Down
58 changes: 29 additions & 29 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": "2.107.0",
"version": "3.2.0",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
22 changes: 22 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))


### Bug Fixes

* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/common bumped from ^3.1.0 to ^3.2.0
* devDependencies
* @hpcc-js/esbuild-plugins bumped from ^1.2.0 to ^1.3.0

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/api-v3.0.0...api-v3.1.0) (2024-10-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/api",
"version": "3.1.0",
"version": "3.2.0",
"description": "hpcc-js - Viz api",
"type": "module",
"exports": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"update": "npx -y npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/common": "^3.1.0"
"@hpcc-js/common": "^3.2.0"
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
"@hpcc-js/esbuild-plugins": "^1.3.0",
"d3-collection": "^1",
"d3-color": "3.1.0",
"d3-format": "^1",
Expand Down
25 changes: 25 additions & 0 deletions packages/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
* Upgrade dgrid2 to v3 ([3e2105a](https://github.com/hpcc-systems/Visualization/commit/3e2105a427937d0b202194f4538cc12e9becb04d))
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))


### Bug Fixes

* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/api bumped from ^3.1.0 to ^3.2.0
* @hpcc-js/common bumped from ^3.1.0 to ^3.2.0
* @hpcc-js/util bumped from ^3.1.0 to ^3.2.0
* devDependencies
* @hpcc-js/esbuild-plugins bumped from ^1.2.0 to ^1.3.0

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.0.0...chart-v3.1.0) (2024-10-24)


Expand Down
10 changes: 5 additions & 5 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/chart",
"version": "3.1.0",
"version": "3.2.0",
"description": "hpcc-js - Viz Chart",
"type": "module",
"exports": {
Expand Down Expand Up @@ -37,12 +37,12 @@
"update-major": "npx --yes npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/api": "^3.1.0",
"@hpcc-js/common": "^3.1.0",
"@hpcc-js/util": "^3.1.0"
"@hpcc-js/api": "^3.2.0",
"@hpcc-js/common": "^3.2.0",
"@hpcc-js/util": "^3.2.0"
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
"@hpcc-js/esbuild-plugins": "^1.3.0",
"@types/d3-shape": "1.3.12",
"@types/d3-transition": "1.3.6",
"d3-array": "^1",
Expand Down
23 changes: 23 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
* Upgrade graph, html and react to v3 ([a1aa027](https://github.com/hpcc-systems/Visualization/commit/a1aa02785ed97c4ee18b3a83ab341f0423956b7c))
* Upgrade layout to v3 ([cbc463a](https://github.com/hpcc-systems/Visualization/commit/cbc463acb24fc2e7d0f3da93b4c0d9c6915aabd8))


### Bug Fixes

* Revert arguments removal ([20c34f1](https://github.com/hpcc-systems/Visualization/commit/20c34f17c8a49bc4a608631f4d1f7b4140b5270e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/util bumped from ^3.1.0 to ^3.2.0
* devDependencies
* @hpcc-js/esbuild-plugins bumped from ^1.2.0 to ^1.3.0

## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.0.0...common-v3.1.0) (2024-10-24)


Expand Down
Loading

0 comments on commit d38e45f

Please sign in to comment.