Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Oct 26, 2023
1 parent 1a2dbc5 commit 89f7991
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 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.7.2",
"version": "1.8.0",
"description": "Allows sending logs",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"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": "^1.7.2",
"@js-draw/material-icons": "^1.7.2"
"@js-draw/material-icons": "^1.8.0",
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"description": "Allows viewing undo history",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.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,8 +10,8 @@
"watch": "build-tool watch"
},
"dependencies": {
"@js-draw/material-icons": "^1.7.2",
"js-draw": "^1.7.2"
"@js-draw/material-icons": "^1.8.0",
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"description": "Example collaborative editor",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"description": "Example demonstrating custom tools",
"license": "MIT",
"private": true,
Expand All @@ -11,7 +11,7 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"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.7.2",
"js-draw": "^1.7.2"
"@js-draw/material-icons": "^1.8.0",
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"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.7.2"
"js-draw": "^1.8.0"
},
"devDependencies": {
"@js-draw/build-tool": "^1.7.0"
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.7.2",
"version": "1.8.0",
"packages": [
"docs/examples/*",
"packages/*",
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 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.7.2",
"version": "1.8.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,7 +64,7 @@
"postpack": "ts-node tools/copyREADME.ts revert"
},
"dependencies": {
"@js-draw/math": "^1.7.0",
"@js-draw/math": "^1.8.0",
"@melloware/coloris": "0.21.0"
},
"devDependencies": {
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.7.2",
"version": "1.8.0",
"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.7.0",
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"peerDependencies": {
"js-draw": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/math",
"version": "1.7.0",
"version": "1.8.0",
"description": "A math library for js-draw. ",
"types": "./dist/mjs/lib.d.ts",
"main": "./dist/cjs/lib.js",
Expand Down
8 changes: 4 additions & 4 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.7.2",
"version": "1.8.0",
"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.7.0",
"@js-draw/material-icons": "^1.7.2",
"@js-draw/math": "^1.7.0",
"@js-draw/material-icons": "^1.8.0",
"@js-draw/math": "^1.8.0",
"@lezer/highlight": "1.1.6",
"@types/katex": "0.16.3",
"@types/react": "18.2.28",
"codemirror": "6.0.1",
"js-draw": "^1.7.2"
"js-draw": "^1.8.0"
},
"bugs": {
"url": "https://github.com/personalizedrefrigerator/js-draw/issues"
Expand Down

0 comments on commit 89f7991

Please sign in to comment.