Skip to content

Commit c232b25

Browse files
v1.31.1
1 parent 5038c1f commit c232b25

File tree

18 files changed

+96
-96
lines changed

18 files changed

+96
-96
lines changed
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.0",
3+
"version": "1.31.1",
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.0",
15-
"@js-draw/material-icons": "^1.31.0",
16-
"js-draw": "^1.31.0"
14+
"@js-draw/debugging": "^1.31.1",
15+
"@js-draw/material-icons": "^1.31.1",
16+
"js-draw": "^1.31.1"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.31.0"
19+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0",
15-
"@js-draw/material-icons": "^1.31.0",
16-
"js-draw": "^1.31.0"
14+
"@js-draw/debugging": "^1.31.1",
15+
"@js-draw/material-icons": "^1.31.1",
16+
"js-draw": "^1.31.1"
1717
},
1818
"devDependencies": {
19-
"@js-draw/build-tool": "^1.31.0"
19+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0",
15-
"js-draw": "^1.31.0"
14+
"@js-draw/material-icons": "^1.31.1",
15+
"js-draw": "^1.31.1"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.0"
18+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0"
14+
"js-draw": "^1.31.1"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.0"
17+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0",
14-
"@js-draw/material-icons": "^1.31.0",
15-
"js-draw": "^1.31.0"
13+
"@js-draw/debugging": "^1.31.1",
14+
"@js-draw/material-icons": "^1.31.1",
15+
"js-draw": "^1.31.1"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.0"
18+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0"
14+
"js-draw": "^1.31.1"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.0"
17+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0"
14+
"js-draw": "^1.31.1"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.0"
17+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0",
15-
"js-draw": "^1.31.0"
14+
"@js-draw/material-icons": "^1.31.1",
15+
"js-draw": "^1.31.1"
1616
},
1717
"devDependencies": {
18-
"@js-draw/build-tool": "^1.31.0"
18+
"@js-draw/build-tool": "^1.31.1"
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.0",
3+
"version": "1.31.1",
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.0"
14+
"js-draw": "^1.31.1"
1515
},
1616
"devDependencies": {
17-
"@js-draw/build-tool": "^1.31.0"
17+
"@js-draw/build-tool": "^1.31.1"
1818
}
1919
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.31.0",
3+
"version": "1.31.1",
44
"packages": ["docs/examples/*", "packages/*", "docs/demo", "docs/debugging/*"]
55
}

0 commit comments

Comments
 (0)