Skip to content

Commit 6d1c103

Browse files
chore: release version 13.0.0
- Enhanced support for Angular 22 with updated workspace and library peer dependencies. - Updated Node.js version to 24.18.0 in both package.json and CI configuration.
1 parent a7726cc commit 6d1c103

5 files changed

Lines changed: 194 additions & 189 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: 22.22.3
15+
node-version: 24.18.0
1616

1717
- name: Enable Corepack
1818
run: corepack enable

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## HEAD (unreleased)
44

5+
## 13.0.0
6+
7+
- Enhancement: Workspace and library peer dependencies support Angular 22 (`>=19.0.0 <23.0.0`).
8+
- Chore: Pin Node.js to 24.18.0 (Volta and CI).
9+
510
## 12.0.0
611

712
- Enhancement: `setViewportInteraction` allows toggling pan, drag, and zoom in one imperative method.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/jasminewd2": "~2.0.3",
8989
"@types/mdast": "^3.0.3",
9090
"@types/mocha": "^10.0.9",
91-
"@types/node": "^22.8.6",
91+
"@types/node": "^24",
9292
"@types/react": "^18",
9393
"@types/react-dom": "^18",
9494
"@types/unist": "^2.0.2",
@@ -133,7 +133,7 @@
133133
}
134134
},
135135
"volta": {
136-
"node": "22.22.3",
136+
"node": "24.18.0",
137137
"yarn": "4.9.2"
138138
},
139139
"packageManager": "yarn@4.9.2",

projects/swimlane/ngx-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swimlane/ngx-graph",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "Graph visualization for angular",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)