Skip to content

Commit

Permalink
Merge pull request #4282 from hpcc-systems/release-please--branches--…
Browse files Browse the repository at this point in the history
…candidate-2.x.x

chore: release candidate-2.x.x
  • Loading branch information
GordonSmith authored Nov 19, 2024
2 parents 755418c + 965af7c commit f171e8e
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 26 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
".": "2.107.1",
".": "2.108.0",
"packages/api": "2.14.0",
"packages/chart": "2.86.0",
"packages/codemirror": "2.64.0",
"packages/codemirror-shim": "2.37.0",
"packages/common": "2.73.0",
"packages/comms": "2.98.0",
"packages/comms": "2.99.0",
"packages/composite": "2.9.0",
"packages/dataflow": "9.1.0",
"packages/ddl-shim": "2.22.0",
"packages/deck-shim": "2.8.0",
"packages/dgrid": "2.34.0",
"packages/dgrid-shim": "2.26.0",
"packages/dgrid2": "2.5.0",
"packages/eclwatch": "2.76.0",
"packages/eclwatch": "2.76.1",
"packages/esbuild-plugins": "1.2.0",
"packages/form": "2.12.0",
"packages/graph": "2.87.0",
"packages/html": "2.44.0",
"packages/layout": "2.51.0",
"packages/leaflet-shim": "2.5.0",
"packages/loader": "2.107.0",
"packages/loader": "2.107.1",
"packages/map": "2.79.0",
"packages/map-deck": "2.9.0",
"packages/marshaller": "2.27.0",
"packages/marshaller": "2.27.1",
"packages/observable-md": "2.55.0",
"packages/observablehq-compiler": "1.4.0",
"packages/other": "2.17.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.

## [2.108.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.107.1...hpcc-js-v2.108.0) (2024-11-06)


### Features

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

## [2.107.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.107.0...hpcc-js-v2.107.1) (2024-10-23)


Expand Down
22 changes: 11 additions & 11 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": "2.108.0",
"description": "HPCC Visualization Framework",
"private": true,
"jsdelivr": "dist/index.umd.min.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.99.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.98.0...comms-v2.99.0) (2024-11-06)


### Features

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

## [2.98.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.97.0...comms-v2.98.0) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "2.98.0",
"version": "2.99.0",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
Expand Down
9 changes: 9 additions & 0 deletions packages/eclwatch/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.

## [2.76.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.0...eclwatch-v2.76.1) (2024-11-06)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.98.0 to ^2.99.0

## [2.76.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.75.8...eclwatch-v2.76.0) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.76.0",
"version": "2.76.1",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@hpcc-js/codemirror": "^2.64.0",
"@hpcc-js/common": "^2.73.0",
"@hpcc-js/comms": "^2.98.0",
"@hpcc-js/comms": "^2.99.0",
"@hpcc-js/dgrid": "^2.34.0",
"@hpcc-js/graph": "^2.87.0",
"@hpcc-js/layout": "^2.51.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.107.1](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.0...loader-v2.107.1) (2024-11-06)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.98.0 to ^2.99.0
* @hpcc-js/eclwatch bumped from ^2.76.0 to ^2.76.1
* @hpcc-js/marshaller bumped from ^2.27.0 to ^2.27.1

## [2.107.0](https://github.com/hpcc-systems/Visualization/compare/loader-v2.106.11...loader-v2.107.0) (2024-10-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.107.0",
"version": "2.107.1",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -42,18 +42,18 @@
"@hpcc-js/chart": "^2.86.0",
"@hpcc-js/codemirror": "^2.64.0",
"@hpcc-js/common": "^2.73.0",
"@hpcc-js/comms": "^2.98.0",
"@hpcc-js/comms": "^2.99.0",
"@hpcc-js/composite": "^2.9.0",
"@hpcc-js/dgrid": "^2.34.0",
"@hpcc-js/dgrid2": "^2.5.0",
"@hpcc-js/eclwatch": "^2.76.0",
"@hpcc-js/eclwatch": "^2.76.1",
"@hpcc-js/form": "^2.12.0",
"@hpcc-js/graph": "^2.87.0",
"@hpcc-js/html": "^2.44.0",
"@hpcc-js/layout": "^2.51.0",
"@hpcc-js/map": "^2.79.0",
"@hpcc-js/map-deck": "^2.9.0",
"@hpcc-js/marshaller": "^2.27.0",
"@hpcc-js/marshaller": "^2.27.1",
"@hpcc-js/observablehq-compiler": "^1.4.0",
"@hpcc-js/other": "^2.17.0",
"@hpcc-js/phosphor": "^2.20.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/marshaller/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.

## [2.27.1](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.0...marshaller-v2.27.1) (2024-11-06)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.98.0 to ^2.99.0

## [2.27.0](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.26.8...marshaller-v2.27.0) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/marshaller",
"version": "2.27.0",
"version": "2.27.1",
"description": "hpcc-js - Viz Marshaller",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@hpcc-js/chart": "^2.86.0",
"@hpcc-js/codemirror": "^2.64.0",
"@hpcc-js/common": "^2.73.0",
"@hpcc-js/comms": "^2.98.0",
"@hpcc-js/comms": "^2.99.0",
"@hpcc-js/composite": "^2.9.0",
"@hpcc-js/ddl-shim": "^2.22.0",
"@hpcc-js/dgrid": "^2.34.0",
Expand Down

0 comments on commit f171e8e

Please sign in to comment.