Skip to content

Commit

Permalink
v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Sep 23, 2024
1 parent 7786471 commit 2b11a1e
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 95 deletions.
10 changes: 5 additions & 5 deletions docs/debugging/input-system-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/input-system-tester",
"version": "1.21.2",
"version": "1.21.3",
"description": "Allows comparing different stroke smoothing implementations",
"license": "MIT",
"private": true,
Expand All @@ -11,11 +11,11 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/debugging": "^1.21.2",
"@js-draw/material-icons": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/debugging": "^1.21.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
10 changes: 5 additions & 5 deletions docs/debugging/stroke-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/debug-stroke-logging",
"version": "1.21.2",
"version": "1.21.3",
"description": "Allows sending logs",
"license": "MIT",
"private": true,
Expand All @@ -11,11 +11,11 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/debugging": "^1.21.2",
"@js-draw/material-icons": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/debugging": "^1.21.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
8 changes: 4 additions & 4 deletions docs/debugging/translation-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/translation-tester",
"version": "1.21.2",
"version": "1.21.3",
"description": "Allows testing a translation from a GitHub issue",
"license": "MIT",
"private": true,
Expand All @@ -11,10 +11,10 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
6 changes: 3 additions & 3 deletions docs/debugging/undo-history-visualizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/debug-history-visualizer",
"version": "1.21.2",
"version": "1.21.3",
"description": "Allows viewing undo history",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.2"
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
10 changes: 5 additions & 5 deletions docs/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/demo",
"version": "1.21.2",
"version": "1.21.3",
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",
"author": "Henry Heino",
"license": "MIT",
Expand All @@ -10,11 +10,11 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/debugging": "^1.21.2",
"@js-draw/material-icons": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/debugging": "^1.21.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
6 changes: 3 additions & 3 deletions docs/examples/example-collaborative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/example-collaborative",
"version": "1.21.2",
"version": "1.21.3",
"description": "Example collaborative editor",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.2"
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
6 changes: 3 additions & 3 deletions docs/examples/example-custom-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/example-custom-tools",
"version": "1.21.2",
"version": "1.21.3",
"description": "Example demonstrating custom tools",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.2"
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
8 changes: 4 additions & 4 deletions docs/examples/example-multiple-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/example-multiple-editors",
"version": "1.21.2",
"version": "1.21.3",
"description": "Example demonstrating multiple editors in the same document",
"license": "MIT",
"private": true,
Expand All @@ -11,10 +11,10 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
6 changes: 3 additions & 3 deletions docs/examples/example-save-restore-toolbar-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/example-save-restore-toolbar-state",
"version": "1.21.2",
"version": "1.21.3",
"description": "Example demonstrating saving and restoring toolbar state",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.2"
"js-draw": "^1.21.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2"
"@js-draw/build-tool": "^1.21.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.21.2",
"version": "1.21.3",
"packages": [
"docs/examples/*",
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/build-tool",
"version": "1.21.2",
"version": "1.21.3",
"description": "Tool to facilitate building and bundling TypeScript for js-draw.",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/debugging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/debugging",
"version": "1.21.2",
"version": "1.21.3",
"description": "A debugging/development library for js-draw.",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand All @@ -24,8 +24,8 @@
"watch": "build-tool watch"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/build-tool": "^1.21.3",
"js-draw": "^1.21.3"
},
"peerDependencies": {
"js-draw": "^1.8.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/js-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-draw",
"version": "1.21.2",
"version": "1.21.3",
"description": "Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript. ",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand Down Expand Up @@ -64,11 +64,11 @@
"postpack": "ts-node tools/copyREADME.ts revert"
},
"dependencies": {
"@js-draw/math": "^1.21.2",
"@js-draw/math": "^1.21.3",
"@melloware/coloris": "0.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2",
"@js-draw/build-tool": "^1.21.3",
"@types/jest": "29.5.5",
"@types/jsdom": "21.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/material-icons",
"version": "1.21.2",
"version": "1.21.3",
"description": "Material icon pack for js-draw. ",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand All @@ -16,8 +16,8 @@
"watch": "build-tool watch"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2",
"js-draw": "^1.21.2"
"@js-draw/build-tool": "^1.21.3",
"js-draw": "^1.21.3"
},
"peerDependencies": {
"js-draw": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/math",
"version": "1.21.2",
"version": "1.21.3",
"description": "A math library for js-draw. ",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand All @@ -27,7 +27,7 @@
"bezier-js": "6.1.3"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.2",
"@js-draw/build-tool": "^1.21.3",
"@types/bezier-js": "4.1.0",
"@types/jest": "29.5.5",
"@types/jsdom": "21.1.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/typedoc-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/typedoc-extensions",
"version": "1.21.2",
"version": "1.21.3",
"description": "Internal extensions for TypeDoc in js-draw.",
"types": "./dist/mjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -28,14 +28,14 @@
"@codemirror/lang-css": "6.2.1",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/language": "6.10.2",
"@js-draw/build-tool": "^1.21.2",
"@js-draw/material-icons": "^1.21.2",
"@js-draw/math": "^1.21.2",
"@js-draw/build-tool": "^1.21.3",
"@js-draw/material-icons": "^1.21.3",
"@js-draw/math": "^1.21.3",
"@lezer/highlight": "1.2.0",
"@types/katex": "0.16.7",
"@types/react": "18.3.3",
"codemirror": "6.0.1",
"js-draw": "^1.21.2"
"js-draw": "^1.21.3"
},
"bugs": {
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
Expand Down
Loading

0 comments on commit 2b11a1e

Please sign in to comment.