Skip to content

Commit

Permalink
Merge pull request #4308 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 Nov 20, 2024
2 parents 2338e32 + 5aa1215 commit 9595535
Show file tree
Hide file tree
Showing 50 changed files with 747 additions and 227 deletions.
48 changes: 24 additions & 24 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
".": "3.1.2",
"packages/api": "3.1.0",
"packages/chart": "3.1.0",
"packages/codemirror": "3.0.0",
"packages/common": "3.1.0",
"packages/comms": "3.1.0",
"packages/composite": "3.0.0",
"packages/dataflow": "9.1.0",
"packages/dgrid": "3.0.0",
"packages/dgrid-shim": "3.0.0",
"packages/dgrid2": "3.0.0",
"packages/eclwatch": "3.0.0",
"packages/esbuild-plugins": "1.2.0",
"packages/form": "3.0.0",
"packages/graph": "3.0.0",
"packages/html": "3.0.0",
"packages/layout": "3.0.0",
"packages/map": "3.0.0",
"packages/markdown-it-plugins": "1.1.2",
"packages/observablehq-compiler": "3.1.0",
"packages/other": "3.0.0",
"packages/phosphor": "3.0.0",
"packages/react": "3.0.0",
".": "3.2.0",
"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/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/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/markdown-it-plugins": "1.2.0",
"packages/observablehq-compiler": "3.2.0",
"packages/other": "3.1.0",
"packages/phosphor": "3.1.0",
"packages/react": "3.1.0",
"packages/timeline": "3.0.0",
"packages/tree": "3.0.0",
"packages/util": "3.1.0"
"packages/util": "3.2.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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-20)


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))
* Bundle css files into index.js ([f2cd6bc](https://github.com/hpcc-systems/Visualization/commit/f2cd6bc8ff666bf5ae756b69ac8f0a677e02819e))
* Export `opts` for all services ([e92dafa](https://github.com/hpcc-systems/Visualization/commit/e92dafae943d9941c9ef96010f21752bc797184e)), closes [#4277](https://github.com/hpcc-systems/Visualization/issues/4277) [#4278](https://github.com/hpcc-systems/Visualization/issues/4278)
* Upgrade codemirror to v3 ([377d6b5](https://github.com/hpcc-systems/Visualization/commit/377d6b54cf476b9e0c6773cd31f99ddc42a8d6dc))
* Upgrade ddl-shim to v3 ([4861665](https://github.com/hpcc-systems/Visualization/commit/4861665dabe9b485c567bc40028849cfb1cb3171))
* 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 map to v3 ([87da3c6](https://github.com/hpcc-systems/Visualization/commit/87da3c6728f78f5137d5a045d3bd7f961fcbd31c))
* Upgrade map-deck to v3 ([22f7c15](https://github.com/hpcc-systems/Visualization/commit/22f7c15e7c84314cea2b42172b21e13aa5649d46))
* 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

* Automated release failing ([2338e32](https://github.com/hpcc-systems/Visualization/commit/2338e32d1ac60149b0c71d2a7408f74b34a76bf7))
* dgrid2 producing tsc errors ([f834768](https://github.com/hpcc-systems/Visualization/commit/f83476824124eec99c27c4923d19ff208f5ac420))
* 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))
* Windows build and test failing ([6a9952f](https://github.com/hpcc-systems/Visualization/commit/6a9952f3c3fac12ffac01deca2aef2960713b6ff))

## [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
Loading

0 comments on commit 9595535

Please sign in to comment.