Skip to content

Commit

Permalink
chore: stamp files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent a8c5d30 commit fbbef05
Show file tree
Hide file tree
Showing 37 changed files with 177 additions and 142 deletions.
182 changes: 108 additions & 74 deletions demos/gallery/src-umd/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,26 @@ var config = {
"Column"
]
}
},
{
"path": "./samples/chart/Column/StackedTotals.js",
"name": "StackedTotals.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Column"
]
}
},
{
"path": "./samples/chart/Column/StackedTotalsBar.js",
"name": "StackedTotalsBar.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Bar"
]
}
}
]
},
Expand All @@ -237,14 +257,14 @@ var config = {
"name": "Basic.js",
"type": "file",
"imports": {
"d3-random": [
"randomNormal"
],
"d3-array": [
"@hpcc-js/common": [
"range"
],
"@hpcc-js/chart": [
"Contour"
],
"d3-random": [
"randomNormal"
]
}
},
Expand Down Expand Up @@ -280,27 +300,6 @@ var config = {
}
]
},
{
"path": "./samples/chart/dataMeta",
"name": "dataMeta",
"type": "folder",
"children": [
{
"path": "./samples/chart/dataMeta/PieColumn.js",
"name": "PieColumn.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Column",
"Pie"
],
"@hpcc-js/layout": [
"FlexGrid"
]
}
}
]
},
{
"path": "./samples/chart/Gantt",
"name": "Gantt",
Expand Down Expand Up @@ -333,6 +332,19 @@ var config = {
"name": "Heat",
"type": "folder",
"children": [
{
"path": "./samples/chart/Heat/Week (StdDev).js",
"name": "Week (StdDev).js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Heat"
],
"@hpcc-js/dataflow": [
"*"
]
}
},
{
"path": "./samples/chart/Heat/Week.js",
"name": "Week.js",
Expand Down Expand Up @@ -375,14 +387,14 @@ var config = {
"name": "Random Data.js",
"type": "file",
"imports": {
"d3-random": [
"randomNormal"
],
"d3-array": [
"@hpcc-js/common": [
"range"
],
"@hpcc-js/chart": [
"HexBin"
],
"d3-random": [
"randomNormal"
]
}
}
Expand Down Expand Up @@ -411,16 +423,16 @@ var config = {
"name": "Contour and Scatter.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"range"
],
"@hpcc-js/chart": [
"Contour",
"Scatter",
"XYAxis"
],
"d3-random": [
"randomNormal"
],
"d3-array": [
"range"
]
}
},
Expand All @@ -429,16 +441,16 @@ var config = {
"name": "Hex Bin and Scatter.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"range"
],
"@hpcc-js/chart": [
"HexBin",
"Scatter",
"XYAxis"
],
"d3-random": [
"randomNormal"
],
"d3-array": [
"range"
]
}
}
Expand Down Expand Up @@ -608,14 +620,14 @@ var config = {
"name": "Scatter.js",
"type": "file",
"imports": {
"d3-random": [
"randomNormal"
],
"d3-array": [
"@hpcc-js/common": [
"range"
],
"@hpcc-js/chart": [
"Scatter"
],
"d3-random": [
"randomNormal"
]
}
},
Expand Down Expand Up @@ -670,6 +682,27 @@ var config = {
"SummaryC"
]
}
},
{
"path": "./samples/chart/dataMeta",
"name": "dataMeta",
"type": "folder",
"children": [
{
"path": "./samples/chart/dataMeta/PieColumn.js",
"name": "PieColumn.js",
"type": "file",
"imports": {
"@hpcc-js/chart": [
"Column",
"Pie"
],
"@hpcc-js/layout": [
"FlexGrid"
]
}
}
]
}
]
},
Expand Down Expand Up @@ -869,22 +902,22 @@ var config = {
}
},
{
"path": "./samples/common/Shape.js",
"name": "Shape.js",
"path": "./samples/common/SVGWidget.js",
"name": "SVGWidget.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"Shape"
"SVGWidget"
]
}
},
{
"path": "./samples/common/SVGWidget.js",
"name": "SVGWidget.js",
"path": "./samples/common/Shape.js",
"name": "Shape.js",
"type": "file",
"imports": {
"@hpcc-js/common": [
"SVGWidget"
"Shape"
]
}
},
Expand Down Expand Up @@ -2428,38 +2461,39 @@ var config = {
"plugin-json": "https://cdn.jsdelivr.net/npm/[email protected]/json.js",
"plugin-babel": "https://cdn.jsdelivr.net/npm/[email protected]/plugin-babel.js",
"systemjs-babel-build": "https://cdn.jsdelivr.net/npm/[email protected]/systemjs-babel-browser.js",
"d3-array": "https://cdn.jsdelivr.net/npm/d3-array@1.2.1/build/d3-array.js",
"d3-array": "https://cdn.jsdelivr.net/npm/d3-array@^1/dist/d3-array.js",
"d3-fetch": "https://cdn.jsdelivr.net/npm/[email protected]/dist/d3-fetch.min.js",
"d3-random": "https://cdn.jsdelivr.net/npm/[email protected]/build/d3-random.js",
"@hpcc-js/chart": "https://cdn.jsdelivr.net/npm/@hpcc-js/chart@^2.81.8/dist/index.min.js",
"@hpcc-js/codemirror": "https://cdn.jsdelivr.net/npm/@hpcc-js/codemirror@^2.61.0/dist/index.min.js",
"@hpcc-js/common": "https://cdn.jsdelivr.net/npm/@hpcc-js/common@^2.71.13/dist/index.min.js",
"@hpcc-js/comms": "https://cdn.jsdelivr.net/npm/@hpcc-js/comms@^2.86.0/dist/index.min.js",
"@hpcc-js/composite": "https://cdn.jsdelivr.net/npm/@hpcc-js/composite@^2.7.16/dist/index.min.js",
"@hpcc-js/ddl-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/ddl-shim@^2.20.6/dist/index.min.js",
"@hpcc-js/dgrid": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid@^2.32.14/dist/index.min.js",
"@hpcc-js/dgrid2": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid2@^2.3.13/dist/index.min.js",
"@hpcc-js/form": "https://cdn.jsdelivr.net/npm/@hpcc-js/form@^2.10.13/dist/index.min.js",
"@hpcc-js/graph": "https://cdn.jsdelivr.net/npm/@hpcc-js/graph@^2.85.9/dist/index.min.js",
"@hpcc-js/layout": "https://cdn.jsdelivr.net/npm/@hpcc-js/layout@^2.49.13/dist/index.min.js",
"@hpcc-js/map": "https://cdn.jsdelivr.net/npm/@hpcc-js/map@^2.77.12/dist/index.min.js",
"@hpcc-js/chart": "https://cdn.jsdelivr.net/npm/@hpcc-js/chart@^2.85.0/dist/index.min.js",
"@hpcc-js/codemirror": "https://cdn.jsdelivr.net/npm/@hpcc-js/codemirror@^2.63.0/dist/index.min.js",
"@hpcc-js/common": "https://cdn.jsdelivr.net/npm/@hpcc-js/common@^2.72.0/dist/index.min.js",
"@hpcc-js/comms": "https://cdn.jsdelivr.net/npm/@hpcc-js/comms@^2.97.0/dist/index.min.js",
"@hpcc-js/composite": "https://cdn.jsdelivr.net/npm/@hpcc-js/composite@^2.8.2/dist/index.min.js",
"@hpcc-js/ddl-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/ddl-shim@^2.21.0/dist/index.min.js",
"@hpcc-js/dgrid": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid@^2.33.0/dist/index.min.js",
"@hpcc-js/dgrid2": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid2@^2.4.0/dist/index.min.js",
"@hpcc-js/form": "https://cdn.jsdelivr.net/npm/@hpcc-js/form@^2.11.2/dist/index.min.js",
"@hpcc-js/graph": "https://cdn.jsdelivr.net/npm/@hpcc-js/graph@^2.86.0/dist/index.min.js",
"@hpcc-js/layout": "https://cdn.jsdelivr.net/npm/@hpcc-js/layout@^2.50.2/dist/index.min.js",
"@hpcc-js/map": "https://cdn.jsdelivr.net/npm/@hpcc-js/map@^2.78.2/dist/index.min.js",
"@hpcc-js/marked": "https://cdn.jsdelivr.net/npm/@hpcc-js/[email protected]/dist/index.min.js",
"@hpcc-js/other": "https://cdn.jsdelivr.net/npm/@hpcc-js/other@^2.15.13/dist/index.min.js",
"@hpcc-js/phosphor": "https://cdn.jsdelivr.net/npm/@hpcc-js/phosphor@^2.17.0/dist/index.min.js",
"@hpcc-js/util": "https://cdn.jsdelivr.net/npm/@hpcc-js/util@^2.50.6/dist/index.min.js",
"@hpcc-js/api": "https://cdn.jsdelivr.net/npm/@hpcc-js/api@^2.12.13/dist/index.min.js",
"@hpcc-js/dgrid-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid-shim@^2.24.7/dist/index.min.js",
"@hpcc-js/codemirror-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/codemirror-shim@^2.34.6/dist/index.min.js",
"@hpcc-js/deck-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/deck-shim@^2.6.6/dist/index.min.js",
"@hpcc-js/html": "https://cdn.jsdelivr.net/npm/@hpcc-js/html@^2.42.14/dist/index.min.js",
"@hpcc-js/leaflet-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/leaflet-shim@^2.3.4/dist/index.min.js",
"@hpcc-js/map-deck": "https://cdn.jsdelivr.net/npm/@hpcc-js/map-deck@^2.7.13/dist/index.min.js",
"@hpcc-js/marshaller": "https://cdn.jsdelivr.net/npm/@hpcc-js/marshaller@^2.25.31/dist/index.min.js",
"@hpcc-js/phosphor-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/phosphor-shim@^2.14.6/dist/index.min.js",
"@hpcc-js/preact-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/preact-shim@^2.16.7/dist/index.min.js",
"@hpcc-js/react": "https://cdn.jsdelivr.net/npm/@hpcc-js/react@^2.53.10/dist/index.min.js",
"@hpcc-js/timeline": "https://cdn.jsdelivr.net/npm/@hpcc-js/timeline@^2.51.16/dist/index.min.js",
"@hpcc-js/tree": "https://cdn.jsdelivr.net/npm/@hpcc-js/tree@^2.40.13/dist/index.min.js"
"@hpcc-js/other": "https://cdn.jsdelivr.net/npm/@hpcc-js/other@^2.16.2/dist/index.min.js",
"@hpcc-js/phosphor": "https://cdn.jsdelivr.net/npm/@hpcc-js/phosphor@^2.19.2/dist/index.min.js",
"@hpcc-js/util": "https://cdn.jsdelivr.net/npm/@hpcc-js/util@^2.52.0/dist/index.min.js",
"@hpcc-js/api": "https://cdn.jsdelivr.net/npm/@hpcc-js/api@^2.13.0/dist/index.min.js",
"@hpcc-js/dgrid-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/dgrid-shim@^2.25.0/dist/index.min.js",
"@hpcc-js/dataflow": "https://cdn.jsdelivr.net/npm/@hpcc-js/dataflow@^9.0.0/dist/index.min.js",
"@hpcc-js/codemirror-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/codemirror-shim@^2.36.0/dist/index.min.js",
"@hpcc-js/deck-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/deck-shim@^2.7.0/dist/index.min.js",
"@hpcc-js/html": "https://cdn.jsdelivr.net/npm/@hpcc-js/html@^2.43.0/dist/index.min.js",
"@hpcc-js/leaflet-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/leaflet-shim@^2.4.0/dist/index.min.js",
"@hpcc-js/map-deck": "https://cdn.jsdelivr.net/npm/@hpcc-js/map-deck@^2.8.0/dist/index.min.js",
"@hpcc-js/marshaller": "https://cdn.jsdelivr.net/npm/@hpcc-js/marshaller@^2.26.8/dist/index.min.js",
"@hpcc-js/phosphor-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/phosphor-shim@^2.15.0/dist/index.min.js",
"@hpcc-js/preact-shim": "https://cdn.jsdelivr.net/npm/@hpcc-js/preact-shim@^2.17.0/dist/index.min.js",
"@hpcc-js/react": "https://cdn.jsdelivr.net/npm/@hpcc-js/react@^2.54.0/dist/index.min.js",
"@hpcc-js/timeline": "https://cdn.jsdelivr.net/npm/@hpcc-js/timeline@^2.53.1/dist/index.min.js",
"@hpcc-js/tree": "https://cdn.jsdelivr.net/npm/@hpcc-js/tree@^2.41.0/dist/index.min.js"
},
"meta": {
"*.css": {
Expand Down
4 changes: 2 additions & 2 deletions demos/gallery/src-umd/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
var __generator = (this && this.__generator) || function (thisArg, body) {
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
function verb(n) { return function (v) { return step([n, v]); }; }
function step(op) {
if (f) throw new TypeError("Generator is already executing.");
Expand Down
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.1",
"version": "2.107.0",
"description": "HPCC Visualization Framework",
"private": true,
"jsdelivr": "dist/index.umd.min.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/api";
export const PKG_VERSION = "2.13.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.14.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/chart/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/chart";
export const PKG_VERSION = "2.85.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.86.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/codemirror-shim/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/codemirror-shim";
export const PKG_VERSION = "2.36.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.37.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/codemirror/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/codemirror";
export const PKG_VERSION = "2.63.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.64.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/common/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/common";
export const PKG_VERSION = "2.72.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.73.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/comms/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/comms";
export const PKG_VERSION = "2.97.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.98.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/composite/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/composite";
export const PKG_VERSION = "2.8.2";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.9.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/dataflow/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dataflow";
export const PKG_VERSION = "9.0.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "9.1.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/ddl-shim/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/ddl-shim";
export const PKG_VERSION = "2.21.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.22.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/dgrid-shim/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid-shim";
export const PKG_VERSION = "2.25.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.26.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/dgrid/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid";
export const PKG_VERSION = "2.33.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.34.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/dgrid2/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid2";
export const PKG_VERSION = "2.4.0";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.5.0";
export const BUILD_VERSION = "2.107.0";
4 changes: 2 additions & 2 deletions packages/eclwatch/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/eclwatch";
export const PKG_VERSION = "2.75.8";
export const BUILD_VERSION = "2.106.11";
export const PKG_VERSION = "2.76.0";
export const BUILD_VERSION = "2.107.0";
Loading

0 comments on commit fbbef05

Please sign in to comment.