Skip to content

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Nov 12, 2024
1 parent 47e9261 commit c922cf6
Show file tree
Hide file tree
Showing 18 changed files with 105 additions and 99 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.3",
"version": "1.22.0",
"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.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
"@js-draw/debugging": "^1.22.0",
"@js-draw/material-icons": "^1.22.0",
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"description": "Allows sending logs",
"license": "MIT",
"private": true,
Expand All @@ -11,11 +11,11 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/debugging": "^1.21.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
"@js-draw/debugging": "^1.22.0",
"@js-draw/material-icons": "^1.22.0",
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"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.3",
"js-draw": "^1.21.3"
"@js-draw/material-icons": "^1.22.0",
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"description": "Allows viewing undo history",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.3"
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"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.3",
"@js-draw/material-icons": "^1.21.3",
"js-draw": "^1.21.3"
"@js-draw/debugging": "^1.22.0",
"@js-draw/material-icons": "^1.22.0",
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"description": "Example collaborative editor",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.3"
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"description": "Example demonstrating custom tools",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.21.3"
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"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.3",
"js-draw": "^1.21.3"
"@js-draw/material-icons": "^1.22.0",
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
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.3",
"version": "1.22.0",
"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.3"
"js-draw": "^1.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3"
"@js-draw/build-tool": "^1.22.0"
}
}
13 changes: 9 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.21.3",
"packages": ["docs/examples/*", "packages/*", "docs/demo", "docs/debugging/*"]
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.22.0",
"packages": [
"docs/examples/*",
"packages/*",
"docs/demo",
"docs/debugging/*"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"translation-template-to-ts": "ts-node scripts/markdownTranslationFormToTs.ts",
"preinstall": "git config core.hookspath .githooks",
"postinstall": "yarn run build",
"publish-ci": "lerna publish from-package --yes"
"publish-ci": "lerna publish from-package --yes",
"version-bump": "lerna version --no-push --no-git-tag-version"
},
"workspaces": [
"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.3",
"version": "1.22.0",
"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.3",
"version": "1.22.0",
"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.3",
"js-draw": "^1.21.3"
"@js-draw/build-tool": "^1.22.0",
"js-draw": "^1.22.0"
},
"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.3",
"version": "1.22.0",
"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.3",
"@js-draw/math": "^1.22.0",
"@melloware/coloris": "0.22.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.21.3",
"@js-draw/build-tool": "^1.22.0",
"@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.3",
"version": "1.22.0",
"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.3",
"js-draw": "^1.21.3"
"@js-draw/build-tool": "^1.22.0",
"js-draw": "^1.22.0"
},
"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.3",
"version": "1.22.0",
"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.3",
"@js-draw/build-tool": "^1.22.0",
"@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.3",
"version": "1.22.0",
"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.3",
"@js-draw/material-icons": "^1.21.3",
"@js-draw/math": "^1.21.3",
"@js-draw/build-tool": "^1.22.0",
"@js-draw/material-icons": "^1.22.0",
"@js-draw/math": "^1.22.0",
"@lezer/highlight": "1.2.0",
"@types/katex": "0.16.7",
"@types/react": "18.3.3",
"codemirror": "6.0.1",
"js-draw": "^1.21.3"
"js-draw": "^1.22.0"
},
"bugs": {
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
Expand Down
Loading

0 comments on commit c922cf6

Please sign in to comment.