diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3801eb4d62..12d2663dbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,38 +1,38 @@ { - ".": "2.106.11", - "packages/api": "2.13.0", - "packages/chart": "2.85.0", - "packages/codemirror": "2.63.0", - "packages/codemirror-shim": "2.36.0", - "packages/common": "2.72.0", - "packages/comms": "2.97.0", - "packages/composite": "2.8.2", - "packages/dataflow": "9.0.0", - "packages/ddl-shim": "2.21.0", - "packages/deck-shim": "2.7.0", - "packages/dgrid": "2.33.0", - "packages/dgrid-shim": "2.25.0", - "packages/dgrid2": "2.4.0", - "packages/eclwatch": "2.75.8", - "packages/esbuild-plugins": "1.1.2", - "packages/form": "2.11.2", - "packages/graph": "2.86.0", - "packages/html": "2.43.0", - "packages/layout": "2.50.2", - "packages/leaflet-shim": "2.4.0", - "packages/loader": "2.106.11", - "packages/map": "2.78.2", - "packages/map-deck": "2.8.0", - "packages/marshaller": "2.26.8", - "packages/observable-md": "2.54.19", - "packages/observablehq-compiler": "1.3.0", - "packages/other": "2.16.2", - "packages/phosphor": "2.19.2", - "packages/phosphor-shim": "2.15.0", - "packages/preact-shim": "2.17.0", - "packages/react": "2.54.0", - "packages/requirejs-shim": "2.2.0", - "packages/timeline": "2.53.1", - "packages/tree": "2.41.0", - "packages/util": "2.52.0" + ".": "2.106.11", + "packages/api": "2.13.0", + "packages/chart": "2.85.0", + "packages/codemirror": "2.63.0", + "packages/codemirror-shim": "2.36.0", + "packages/common": "2.72.0", + "packages/comms": "2.97.0", + "packages/composite": "2.8.2", + "packages/dataflow": "9.0.0", + "packages/ddl-shim": "2.21.0", + "packages/deck-shim": "2.7.0", + "packages/dgrid": "2.33.0", + "packages/dgrid-shim": "2.25.0", + "packages/dgrid2": "2.4.0", + "packages/eclwatch": "2.75.8", + "packages/esbuild-plugins": "1.1.2", + "packages/form": "2.11.2", + "packages/graph": "2.86.0", + "packages/html": "2.43.0", + "packages/layout": "2.50.2", + "packages/leaflet-shim": "2.4.0", + "packages/loader": "2.106.11", + "packages/map": "2.78.2", + "packages/map-deck": "2.8.0", + "packages/marshaller": "2.26.8", + "packages/observable-md": "2.54.19", + "packages/observablehq-compiler": "1.3.0", + "packages/other": "2.16.2", + "packages/phosphor": "2.19.2", + "packages/phosphor-shim": "2.15.0", + "packages/preact-shim": "2.17.0", + "packages/react": "2.54.0", + "packages/requirejs-shim": "2.2.0", + "packages/timeline": "2.53.1", + "packages/tree": "2.42.0", + "packages/util": "2.52.0" } \ No newline at end of file diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index d009ab4331..2a9ad868ad 100644 --- a/packages/tree/CHANGELOG.md +++ b/packages/tree/CHANGELOG.md @@ -45,6 +45,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [2.42.0](https://github.com/hpcc-systems/Visualization/compare/tree-v2.41.0...tree@v2.42.0) (2024-10-23) + + +### Features + +* Rename "lint" to "lint-all" and revert "lint" to break on error. ([227ab65](https://github.com/hpcc-systems/Visualization/commit/227ab656f9ce64580a0c8a7015e53ac455b16be4)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.13.0 to ^2.14.0 + * @hpcc-js/common bumped from ^2.72.0 to ^2.73.0 + ## [2.40.18](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/tree@2.40.17...@hpcc-js/tree@2.40.18) (2024-07-02) diff --git a/packages/tree/package.json b/packages/tree/package.json index a509547bbf..56cf2aa0fe 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "2.41.0", + "version": "2.42.0", "description": "hpcc-js - Viz Tree", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,8 +38,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.13.0", - "@hpcc-js/common": "^2.72.0" + "@hpcc-js/api": "^2.14.0", + "@hpcc-js/common": "^2.73.0" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/release-please-config.json b/release-please-config.json index 66d6c8bf84..b4940ba3b8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,48 +1,52 @@ { - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-type": "node", - "packages": { - ".": {}, - "packages/api": {}, - "packages/chart": {}, - "packages/codemirror": {}, - "packages/codemirror-shim": {}, - "packages/common": {}, - "packages/comms": {}, - "packages/composite": {}, - "packages/dataflow": {}, - "packages/ddl-shim": {}, - "packages/deck-shim": {}, - "packages/dgrid": {}, - "packages/dgrid-shim": {}, - "packages/dgrid2": {}, - "packages/eclwatch": {}, - "packages/esbuild-plugins": {}, - "packages/form": {}, - "packages/graph": {}, - "packages/html": {}, - "packages/layout": {}, - "packages/leaflet-shim": {}, - "packages/loader": {}, - "packages/map": {}, - "packages/map-deck": {}, - "packages/marshaller": {}, - "packages/observable-md": {}, - "packages/observable-shim": {}, - "packages/observablehq-compiler": {}, - "packages/other": {}, - "packages/phosphor": {}, - "packages/phosphor-shim": {}, - "packages/preact-shim": {}, - "packages/react": {}, - "packages/requirejs-shim": {}, - "packages/timeline": {}, - "packages/tree": {}, - "packages/util": {} - }, - "plugins": [ - { - "type": "node-workspace" - } - ] + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "release-type": "node", + "include-component-in-tag": true, + "include-v-in-tag": true, + "tag-separator": "@", + "separate-pull-requests": true, + "packages": { + ".": {}, + "packages/api": {}, + "packages/chart": {}, + "packages/codemirror": {}, + "packages/codemirror-shim": {}, + "packages/common": {}, + "packages/comms": {}, + "packages/composite": {}, + "packages/dataflow": {}, + "packages/ddl-shim": {}, + "packages/deck-shim": {}, + "packages/dgrid": {}, + "packages/dgrid-shim": {}, + "packages/dgrid2": {}, + "packages/eclwatch": {}, + "packages/esbuild-plugins": {}, + "packages/form": {}, + "packages/graph": {}, + "packages/html": {}, + "packages/layout": {}, + "packages/leaflet-shim": {}, + "packages/loader": {}, + "packages/map": {}, + "packages/map-deck": {}, + "packages/marshaller": {}, + "packages/observable-md": {}, + "packages/observable-shim": {}, + "packages/observablehq-compiler": {}, + "packages/other": {}, + "packages/phosphor": {}, + "packages/phosphor-shim": {}, + "packages/preact-shim": {}, + "packages/react": {}, + "packages/requirejs-shim": {}, + "packages/timeline": {}, + "packages/tree": {}, + "packages/util": {} + }, + "plugins": [ + { + "type": "node-workspace" + } + ] } \ No newline at end of file