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 Nov 20, 2024
1 parent 9595535 commit 658c50f
Show file tree
Hide file tree
Showing 26 changed files with 73 additions and 73 deletions.
54 changes: 27 additions & 27 deletions demos/gallery/samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,27 +299,6 @@
}
]
},
{
"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 @@ -702,6 +681,27 @@
"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 @@ -901,22 +901,22 @@
}
},
{
"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
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 = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.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 = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.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 = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.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 = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.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.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "9.2.0";
export const BUILD_VERSION = "3.2.0";
2 changes: 1 addition & 1 deletion 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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const BUILD_VERSION = "3.2.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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.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 = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/form/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/form";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/graph/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/graph";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/html/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/html";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/layout/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/layout";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/map/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/map";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/markdown-it-plugins/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/markdown-it-plugins";
export const PKG_VERSION = "1.1.2";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "1.2.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/observablehq-compiler/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/observablehq-compiler";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/other/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/other";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/phosphor/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/phosphor";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
2 changes: 1 addition & 1 deletion packages/preact-shim/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/preact-shim";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/react/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/react";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.2.0";
2 changes: 1 addition & 1 deletion packages/timeline/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/timeline";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const BUILD_VERSION = "3.2.0";
2 changes: 1 addition & 1 deletion packages/tree/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/tree";
export const PKG_VERSION = "3.0.0";
export const BUILD_VERSION = "3.1.2";
export const BUILD_VERSION = "3.2.0";
4 changes: 2 additions & 2 deletions packages/util/src/__package__.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/util";
export const PKG_VERSION = "3.1.0";
export const BUILD_VERSION = "3.1.2";
export const PKG_VERSION = "3.2.0";
export const BUILD_VERSION = "3.2.0";

0 comments on commit 658c50f

Please sign in to comment.