Skip to content

Commit d828033

Browse files
committed
feat: switch to simpler version stamp method
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f513b6a commit d828033

File tree

38 files changed

+2116
-2004
lines changed

38 files changed

+2116
-2004
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ jobs:
7676
npm run test-node-esm
7777
npm run test-node-cjs
7878
79-
- name: push stamped release
80-
if: ${{ steps.release.outputs.release_created }}
81-
run: |
82-
git config user.name github-actions[bot]
83-
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
84-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/hpcc-systems/Visualization.git"
85-
git commit -a -m 'chore: stamp files for release'
86-
git push origin
87-
8879
- name: Publish
8980
if: ${{ steps.release.outputs.release_created }}
9081
env:

.github/workflows/update-docs.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,39 @@ on:
44
push:
55
branches: [main, trunk-future]
66

7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
concurrency:
15+
group: "pages"
16+
cancel-in-progress: false
17+
718
jobs:
819
build:
9-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-latest
1021

1122
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/setup-node@v4
23+
- name: Checkout Sources
24+
uses: actions/checkout@v4
25+
26+
- name: Install NodeJS
27+
uses: actions/setup-node@v6
1428
with:
15-
node-version: 24
29+
node-version: 22
1630
registry-url: "https://registry.npmjs.org"
1731
scope: "@hpcc-js"
18-
always-auth: false
32+
1933
- run: npm ci
2034
- run: npm run build
2135
- run: npm run build-api
2236
- run: npm run build-docs
37+
2338
- name: Deploy
24-
uses: peaceiris/actions-gh-pages@v3
39+
uses: peaceiris/actions-gh-pages@v4
2540
with:
2641
github_token: ${{ secrets.GITHUB_TOKEN }}
2742
publish_dir: ./.vitepress/dist

demos/gallery/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
"devDependencies": {
2828
"@hpcc-js/api": "^3.3.12",
2929
"@hpcc-js/dataflow": "^9.4.3",
30-
"@hpcc-js/chart": "^3.4.2",
30+
"@hpcc-js/chart": "^3.4.3",
3131
"@hpcc-js/codemirror": "^3.5.2",
32-
"@hpcc-js/codemirror-shim": "^2.37.0",
32+
"@hpcc-js/codemirror-shim": "^2.38.0",
3333
"@hpcc-js/common": "^3.4.2",
34-
"@hpcc-js/comms": "^3.9.3",
35-
"@hpcc-js/composite": "^3.2.15",
36-
"@hpcc-js/ddl-shim": "^3.0.0",
37-
"@hpcc-js/deck-shim": "^2.8.0",
38-
"@hpcc-js/dgrid": "^3.3.2",
34+
"@hpcc-js/comms": "^3.10.1",
35+
"@hpcc-js/composite": "^3.3.1",
36+
"@hpcc-js/ddl-shim": "^3.1.0",
37+
"@hpcc-js/deck-shim": "^2.9.0",
38+
"@hpcc-js/dgrid": "^3.4.1",
3939
"@hpcc-js/dgrid-shim": "^3.2.0",
4040
"@hpcc-js/dgrid2": "^3.3.2",
41-
"@hpcc-js/form": "^3.2.12",
41+
"@hpcc-js/form": "^3.2.13",
4242
"@hpcc-js/graph": "^3.4.2",
4343
"@hpcc-js/html": "^3.2.13",
44-
"@hpcc-js/layout": "^3.2.13",
45-
"@hpcc-js/leaflet-shim": "^2.5.0",
46-
"@hpcc-js/map": "^3.2.18",
44+
"@hpcc-js/layout": "^3.3.1",
45+
"@hpcc-js/leaflet-shim": "^2.6.0",
46+
"@hpcc-js/map": "^3.3.1",
4747
"@hpcc-js/map-deck": "^2.9.1",
48-
"@hpcc-js/marshaller": "^2.28.5",
49-
"@hpcc-js/other": "^3.2.13",
48+
"@hpcc-js/marshaller": "^2.28.6",
49+
"@hpcc-js/other": "^3.3.1",
5050
"@hpcc-js/phosphor": "^3.2.13",
51-
"@hpcc-js/phosphor-shim": "^2.16.0",
51+
"@hpcc-js/phosphor-shim": "^2.17.0",
5252
"@hpcc-js/react": "^3.3.2",
53-
"@hpcc-js/timeline": "^3.0.0",
54-
"@hpcc-js/tree": "^3.0.0",
53+
"@hpcc-js/timeline": "^3.1.0",
54+
"@hpcc-js/tree": "^3.1.0",
5555
"@hpcc-js/util": "^3.3.12",
5656
"d3-selection": "^1"
5757
}

demos/imdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@hpcc-js/common": "^3.4.2",
14-
"@hpcc-js/dgrid": "^3.3.2",
14+
"@hpcc-js/dgrid": "^3.4.1",
1515
"@hpcc-js/dgrid-shim": "^3.2.0",
1616
"@hpcc-js/graph": "^3.4.2",
17-
"@hpcc-js/layout": "^3.2.13",
17+
"@hpcc-js/layout": "^3.3.1",
1818
"@hpcc-js/phosphor": "^3.2.13",
1919
"@hpcc-js/util": "^3.3.12",
2020
"d3-fetch": "^1"

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"conventionalCommits": true,
55
"gitRemote": "upstream",
66
"ignoreChanges": [
7-
"__package__.ts",
87
"*.md"
98
],
109
"allowBranch": "main"

0 commit comments

Comments
 (0)