Skip to content

Commit fa8a240

Browse files
v1.32.0
1 parent 1637335 commit fa8a240

File tree

19 files changed

+101
-96
lines changed

19 files changed

+101
-96
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.32.0
2+
3+
- Updated German translation (by [@Kachelkaiser](https://github.com/Kachelkaiser)).
4+
- Enable [OIDC publishing](https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/).
5+
16
# 1.31.1
27

38
- Disable [OIDC publishing](https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/) for now (in afcb012e8e6e58ae25152a36574e9e29ce449a0d)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/input-system-tester",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Allows comparing different stroke smoothing implementations",
55
"license": "MIT",
66
"private": true,
@@ -11,11 +11,11 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/debugging": "^1.31.1",
15-
"@js-draw/material-icons": "^1.31.1",
16-
"js-draw": "^1.31.1"
14+
"@js-draw/debugging": "^1.32.0",
15+
"@js-draw/material-icons": "^1.32.0",
16+
"js-draw": "^1.32.0"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.31.1"
19+
"@js-draw/build-tool": "^1.32.0"
2020
}
2121
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-stroke-logging",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Allows sending logs",
55
"license": "MIT",
66
"private": true,
@@ -11,11 +11,11 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/debugging": "^1.31.1",
15-
"@js-draw/material-icons": "^1.31.1",
16-
"js-draw": "^1.31.1"
14+
"@js-draw/debugging": "^1.32.0",
15+
"@js-draw/material-icons": "^1.32.0",
16+
"js-draw": "^1.32.0"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.31.1"
19+
"@js-draw/build-tool": "^1.32.0"
2020
}
2121
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/translation-tester",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Allows testing a translation from a GitHub issue",
55
"license": "MIT",
66
"private": true,
@@ -11,10 +11,10 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.31.1",
15-
"js-draw": "^1.31.1"
14+
"@js-draw/material-icons": "^1.32.0",
15+
"js-draw": "^1.32.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.1"
18+
"@js-draw/build-tool": "^1.32.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-history-visualizer",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Allows viewing undo history",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.31.1"
14+
"js-draw": "^1.32.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.1"
17+
"@js-draw/build-tool": "^1.32.0"
1818
}
1919
}

docs/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/demo",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",
55
"author": "Henry Heino",
66
"license": "MIT",
@@ -10,11 +10,11 @@
1010
"watch": "build-tool watch"
1111
},
1212
"dependencies": {
13-
"@js-draw/debugging": "^1.31.1",
14-
"@js-draw/material-icons": "^1.31.1",
15-
"js-draw": "^1.31.1"
13+
"@js-draw/debugging": "^1.32.0",
14+
"@js-draw/material-icons": "^1.32.0",
15+
"js-draw": "^1.32.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.1"
18+
"@js-draw/build-tool": "^1.32.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-collaborative",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Example collaborative editor",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.31.1"
14+
"js-draw": "^1.32.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.1"
17+
"@js-draw/build-tool": "^1.32.0"
1818
}
1919
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-custom-tools",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Example demonstrating custom tools",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.31.1"
14+
"js-draw": "^1.32.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.1"
17+
"@js-draw/build-tool": "^1.32.0"
1818
}
1919
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-multiple-editors",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Example demonstrating multiple editors in the same document",
55
"license": "MIT",
66
"private": true,
@@ -11,10 +11,10 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.31.1",
15-
"js-draw": "^1.31.1"
14+
"@js-draw/material-icons": "^1.32.0",
15+
"js-draw": "^1.32.0"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.1"
18+
"@js-draw/build-tool": "^1.32.0"
1919
}
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-save-restore-toolbar-state",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Example demonstrating saving and restoring toolbar state",
55
"license": "MIT",
66
"private": true,
@@ -11,9 +11,9 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.31.1"
14+
"js-draw": "^1.32.0"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.1"
17+
"@js-draw/build-tool": "^1.32.0"
1818
}
1919
}

0 commit comments

Comments
 (0)