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 11, 2024
1 parent c6496af commit 450d57c
Show file tree
Hide file tree
Showing 24 changed files with 238 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.1.1",
"packages/esbuild-plugins": "1.3.0",
"packages/markdown-it-plugins": "1.2.0",
"packages/observable-shim": "3.1.1",
"packages/observablehq-compiler": "3.2.0",
"packages/util": "3.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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


### 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 phosphor to V3 ([61a2134](https://github.com/hpcc-systems/Visualization/commit/61a2134efbee89774fbf58ea5455f2c3801d2527))


### Bug Fixes

* 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
21 changes: 21 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ 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-11)


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))


### 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 @@ -34,10 +34,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
23 changes: 23 additions & 0 deletions packages/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ 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-11)


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))


### 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 @@ -36,12 +36,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
21 changes: 21 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,27 @@ 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-11)


### Features

* Add dgrid ([da14281](https://github.com/hpcc-systems/Visualization/commit/da14281ee8c91d6440734f6cf3cb1bfb6118a415))


### 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
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/common",
"version": "3.1.0",
"version": "3.2.0",
"description": "hpcc-js - Viz Common",
"type": "module",
"exports": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"update": "npx -y npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/util": "^3.1.0",
"@hpcc-js/util": "^3.2.0",
"@types/d3-array": "1.2.12",
"@types/d3-brush": "1.1.8",
"@types/d3-collection": "1.0.13",
Expand All @@ -56,7 +56,7 @@
"@types/d3-zoom": "1.8.7"
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "^1.2.0",
"@hpcc-js/esbuild-plugins": "^1.3.0",
"colorbrewer": "1.5.7",
"d3-array": "^1",
"d3-brush": "^1",
Expand Down
Loading

0 comments on commit 450d57c

Please sign in to comment.