Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Aug 16, 2023
1 parent 17240ff commit e3264b4
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 91 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": "0.25.1",
"version": "1.0.0",
"description": "Allows sending logs",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^0.25.1"
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0"
"@js-draw/build-tool": "^1.0.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": "0.25.1",
"version": "1.0.0",
"description": "Allows viewing undo history",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^0.25.1"
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.1"
"@js-draw/build-tool": "^1.0.0"
}
}
8 changes: 4 additions & 4 deletions docs/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-draw/demo",
"version": "0.25.1",
"version": "1.0.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,10 +10,10 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^0.25.1",
"@js-draw/material-icons": "^0.25.1"
"@js-draw/material-icons": "^1.0.0",
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0"
"@js-draw/build-tool": "^1.0.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": "0.25.1",
"version": "1.0.0",
"description": "Example collaborative editor",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^0.25.1"
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0"
"@js-draw/build-tool": "^1.0.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": "0.25.1",
"version": "1.0.0",
"description": "Example demonstrating custom tools",
"license": "MIT",
"private": true,
Expand All @@ -11,9 +11,9 @@
"watch": "build-tool watch"
},
"dependencies": {
"js-draw": "^0.25.1"
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0"
"@js-draw/build-tool": "^1.0.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": "0.25.1",
"version": "1.0.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": "^0.25.1",
"@js-draw/material-icons": "^0.25.1"
"@js-draw/material-icons": "^1.0.0",
"js-draw": "^1.0.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0"
"@js-draw/build-tool": "^1.0.0"
}
}
16 changes: 8 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.25.1",
"packages": [
"docs/examples/*",
"packages/*",
"docs/demo",
"docs/debugging/*"
]
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0",
"packages": [
"docs/examples/*",
"packages/*",
"docs/demo",
"docs/debugging/*"
]
}
72 changes: 36 additions & 36 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions 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": "0.25.1",
"version": "1.0.0",
"description": "Tool to facilitate building and bundling TypeScript for js-draw.",
"license": "MIT",
"private": true,
Expand All @@ -10,16 +10,15 @@
},
"dependencies": {
"css-loader": "6.8.1",
"path-browserify": "1.0.1",
"sass": "1.64.2",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"webpack": "5.88.2",

"path-browserify": "1.0.1"
"webpack": "5.88.2"
},
"devDependencies": {
"@types/node": "20.4.7"
Expand Down
8 changes: 4 additions & 4 deletions packages/js-draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-draw",
"version": "0.25.1",
"version": "1.0.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": {
"@melloware/coloris": "0.21.0",
"@js-draw/math": "^0.25.0"
"@js-draw/math": "^1.0.0",
"@melloware/coloris": "0.21.0"
},
"devDependencies": {
"@js-draw/build-tool": "^0.25.0",
"@js-draw/build-tool": "^1.0.0",
"@types/bezier-js": "4.1.0",
"@types/jest": "29.5.3",
"@types/jsdom": "21.1.1"
Expand Down
Loading

0 comments on commit e3264b4

Please sign in to comment.