joplin-plugin-freehand-drawing
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -0,1 +1,5 @@ | ||
# 2.1.0 | ||
* Fix incorrect `manifest.json` version number. | ||
* Adjust default color theme for higher contrast. | ||
# 2.0.0 | ||
@@ -2,0 +6,0 @@ * [Updates `js-draw`](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#102) |
{ | ||
"name": "joplin-plugin-freehand-drawing", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"scripts": { | ||
@@ -33,5 +33,5 @@ "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"dependencies": { | ||
"@js-draw/material-icons": "^1.0.2", | ||
"js-draw": "^1.0.2" | ||
"@js-draw/material-icons": "^1.1.0", | ||
"js-draw": "^1.1.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"app_min_version": "2.8", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"name": "Freehand Drawing", | ||
@@ -35,4 +35,4 @@ "description": "Create and edit drawings with js-draw.", | ||
], | ||
"_publish_hash": "sha256:38bd3d3b327513e207ec23f2c488dd22af786ce22313a25e37c199b8687095ef", | ||
"_publish_commit": "main:733d362bbeeb10620fcd7ec629a71a16a0f8408c" | ||
"_publish_hash": "sha256:5563761d4f1bb5e1ef13ea230d41cd58d3a0ab17ecd65bf7602477498f1e4af7", | ||
"_publish_commit": "main:bf196a0cdb0710ca197958a7bfdf4afac6c30fb5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
512226
+ Added@js-draw/material-icons@1.22.0(transitive)
+ Added@js-draw/math@1.22.0(transitive)
+ Addedjs-draw@1.22.0(transitive)
- Removed@js-draw/material-icons@1.21.3(transitive)
- Removed@js-draw/math@1.21.3(transitive)
- Removedjs-draw@1.21.3(transitive)
Updatedjs-draw@^1.1.0