Skip to content

Commit 50fa44a

Browse files
v1.19.1
1 parent 745b6b2 commit 50fa44a

File tree

14 files changed

+59
-59
lines changed

14 files changed

+59
-59
lines changed

docs/debugging/input-system-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/input-system-tester",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Allows comparing different stroke smoothing implementations",
55
"license": "MIT",
66
"private": true,
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@js-draw/debugging": "^1.19.0",
15-
"@js-draw/material-icons": "^1.19.0",
16-
"js-draw": "^1.19.0"
15+
"@js-draw/material-icons": "^1.19.1",
16+
"js-draw": "^1.19.1"
1717
},
1818
"devDependencies": {
1919
"@js-draw/build-tool": "^1.19.0"

docs/debugging/stroke-logging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-stroke-logging",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Allows sending logs",
55
"license": "MIT",
66
"private": true,
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@js-draw/debugging": "^1.19.0",
15-
"@js-draw/material-icons": "^1.19.0",
16-
"js-draw": "^1.19.0"
15+
"@js-draw/material-icons": "^1.19.1",
16+
"js-draw": "^1.19.1"
1717
},
1818
"devDependencies": {
1919
"@js-draw/build-tool": "^1.19.0"

docs/debugging/translation-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/translation-tester",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Allows testing a translation from a GitHub issue",
55
"license": "MIT",
66
"private": true,
@@ -11,8 +11,8 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.19.0",
15-
"js-draw": "^1.19.0"
14+
"@js-draw/material-icons": "^1.19.1",
15+
"js-draw": "^1.19.1"
1616
},
1717
"devDependencies": {
1818
"@js-draw/build-tool": "^1.19.0"

docs/debugging/undo-history-visualizer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/debug-history-visualizer",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Allows viewing undo history",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.19.0"
14+
"js-draw": "^1.19.1"
1515
},
1616
"devDependencies": {
1717
"@js-draw/build-tool": "^1.19.0"

docs/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/demo",
3-
"version": "1.19.0",
3+
"version": "1.19.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",
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@js-draw/debugging": "^1.19.0",
14-
"@js-draw/material-icons": "^1.19.0",
15-
"js-draw": "^1.19.0"
14+
"@js-draw/material-icons": "^1.19.1",
15+
"js-draw": "^1.19.1"
1616
},
1717
"devDependencies": {
1818
"@js-draw/build-tool": "^1.19.0"

docs/examples/example-collaborative/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-collaborative",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Example collaborative editor",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.19.0"
14+
"js-draw": "^1.19.1"
1515
},
1616
"devDependencies": {
1717
"@js-draw/build-tool": "^1.19.0"

docs/examples/example-custom-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-custom-tools",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Example demonstrating custom tools",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.19.0"
14+
"js-draw": "^1.19.1"
1515
},
1616
"devDependencies": {
1717
"@js-draw/build-tool": "^1.19.0"

docs/examples/example-multiple-editors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/example-multiple-editors",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Example demonstrating multiple editors in the same document",
55
"license": "MIT",
66
"private": true,
@@ -11,8 +11,8 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"@js-draw/material-icons": "^1.19.0",
15-
"js-draw": "^1.19.0"
14+
"@js-draw/material-icons": "^1.19.1",
15+
"js-draw": "^1.19.1"
1616
},
1717
"devDependencies": {
1818
"@js-draw/build-tool": "^1.19.0"

docs/examples/example-save-restore-toolbar-state/package.json

Lines changed: 2 additions & 2 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.19.0",
3+
"version": "1.19.1",
44
"description": "Example demonstrating saving and restoring toolbar state",
55
"license": "MIT",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"watch": "build-tool watch"
1212
},
1313
"dependencies": {
14-
"js-draw": "^1.19.0"
14+
"js-draw": "^1.19.1"
1515
},
1616
"devDependencies": {
1717
"@js-draw/build-tool": "^1.19.0"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"packages": [
55
"docs/examples/*",
66
"packages/*",

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/js-draw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-draw",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",
55
"types": "./dist/mjs/lib.d.ts",
66
"main": "./dist/cjs/lib.js",

packages/material-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/material-icons",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Material icon pack for js-draw. ",
55
"types": "./dist/mjs/lib.d.ts",
66
"main": "./dist/cjs/lib.js",
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@js-draw/build-tool": "^1.19.0",
21-
"js-draw": "^1.19.0"
21+
"js-draw": "^1.19.1"
2222
},
2323
"peerDependencies": {
2424
"js-draw": "^1.0.1"

packages/typedoc-extensions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-draw/typedoc-extensions",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Internal extensions for TypeDoc in js-draw.",
55
"types": "./dist/mjs/index.d.ts",
66
"main": "./dist/cjs/index.js",
@@ -29,13 +29,13 @@
2929
"@codemirror/lang-javascript": "6.2.1",
3030
"@codemirror/language": "6.10.1",
3131
"@js-draw/build-tool": "^1.19.0",
32-
"@js-draw/material-icons": "^1.19.0",
32+
"@js-draw/material-icons": "^1.19.1",
3333
"@js-draw/math": "^1.19.0",
3434
"@lezer/highlight": "1.1.6",
3535
"@types/katex": "0.16.7",
3636
"@types/react": "18.2.28",
3737
"codemirror": "6.0.1",
38-
"js-draw": "^1.19.0"
38+
"js-draw": "^1.19.1"
3939
},
4040
"bugs": {
4141
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"

0 commit comments

Comments
 (0)