Skip to content

Commit

Permalink
v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Dec 12, 2023
1 parent 868d59f commit 7a1d4ea
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 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.16.0",
"version": "1.16.1",
"description": "Allows sending logs",
"license": "MIT",
"private": true,
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@js-draw/debugging": "^1.11.1",
"@js-draw/material-icons": "^1.16.0",
"js-draw": "^1.16.0"
"@js-draw/material-icons": "^1.16.1",
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "1.16.1",
"description": "Allows testing a translation from a GitHub issue",
"license": "MIT",
"private": true,
Expand All @@ -11,8 +11,8 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.16.0",
"js-draw": "^1.16.0"
"@js-draw/material-icons": "^1.16.1",
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
4 changes: 2 additions & 2 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.16.0",
"version": "1.16.1",
"description": "Allows viewing undo history",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "1.16.1",
"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 @@ -11,8 +11,8 @@
},
"dependencies": {
"@js-draw/debugging": "^1.11.1",
"@js-draw/material-icons": "^1.16.0",
"js-draw": "^1.16.0"
"@js-draw/material-icons": "^1.16.1",
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
4 changes: 2 additions & 2 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.16.0",
"version": "1.16.1",
"description": "Example collaborative editor",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
4 changes: 2 additions & 2 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.16.0",
"version": "1.16.1",
"description": "Example demonstrating custom tools",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "1.16.1",
"description": "Example demonstrating multiple editors in the same document",
"license": "MIT",
"private": true,
Expand All @@ -11,8 +11,8 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.16.0",
"js-draw": "^1.16.0"
"@js-draw/material-icons": "^1.16.1",
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
4 changes: 2 additions & 2 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.16.0",
"version": "1.16.1",
"description": "Example demonstrating saving and restoring toolbar state",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1"
Expand Down
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.16.0",
"version": "1.16.1",
"packages": [
"docs/examples/*",
"packages/*",
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/js-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-draw",
"version": "1.16.0",
"version": "1.16.1",
"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
4 changes: 2 additions & 2 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.16.0",
"version": "1.16.1",
"description": "Material icon pack for js-draw. ",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@js-draw/build-tool": "^1.11.1",
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"peerDependencies": {
"js-draw": "^1.0.1"
Expand Down
6 changes: 3 additions & 3 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.16.0",
"version": "1.16.1",
"description": "Internal extensions for TypeDoc in js-draw.",
"types": "./dist/mjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -29,13 +29,13 @@
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/language": "6.9.1",
"@js-draw/build-tool": "^1.11.1",
"@js-draw/material-icons": "^1.16.0",
"@js-draw/material-icons": "^1.16.1",
"@js-draw/math": "^1.16.0",
"@lezer/highlight": "1.1.6",
"@types/katex": "0.16.3",
"@types/react": "18.2.28",
"codemirror": "6.0.1",
"js-draw": "^1.16.0"
"js-draw": "^1.16.1"
},
"bugs": {
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
Expand Down

0 comments on commit 7a1d4ea

Please sign in to comment.