From d7c12524f2d986bb6e499202b905b64ffd2207ee Mon Sep 17 00:00:00 2001 From: Kevin Scott <151596+thekevinscott@users.noreply.github.com> Date: Sat, 5 Mar 2022 18:33:58 -0500 Subject: [PATCH] Update changelog --- examples/basic/package.json | 4 ++-- examples/cancel/package.json | 4 ++-- examples/comparisons/package.json | 4 ++-- examples/models/package.json | 4 ++-- examples/nodejs-custom-model/package.json | 4 ++-- examples/nodejs/package.json | 4 ++-- examples/patch-sizes/package.json | 4 ++-- examples/progress/package.json | 4 ++-- examples/react-demo/package.json | 4 ++-- examples/tensor/package.json | 4 ++-- examples/upload/package.json | 4 ++-- examples/warmup/package.json | 4 ++-- examples/webcam/package.json | 4 ++-- examples/webworker/package.json | 4 ++-- package.json | 2 +- packages/upscalerjs/CHANGELOG.md | 4 ++++ packages/upscalerjs/package.json | 2 +- 17 files changed, 34 insertions(+), 30 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 202f50c2f..f0c0d2048 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "basic", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/cancel/package.json b/examples/cancel/package.json index a31136a6e..0f10a2008 100644 --- a/examples/cancel/package.json +++ b/examples/cancel/package.json @@ -1,6 +1,6 @@ { "name": "cancel", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstrates how to cancel an inflight upscale request.", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/comparisons/package.json b/examples/comparisons/package.json index fee3a7be4..27fdcdeae 100644 --- a/examples/comparisons/package.json +++ b/examples/comparisons/package.json @@ -1,6 +1,6 @@ { "name": "comparisons", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of the different models of UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/models/package.json b/examples/models/package.json index bd925ef0b..14be44f57 100644 --- a/examples/models/package.json +++ b/examples/models/package.json @@ -8,7 +8,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^4.0.2", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "scripts": { "start": "react-scripts start" @@ -28,5 +28,5 @@ "last 1 safari version" ] }, - "version": "0.11.0" + "version": "0.12.0" } diff --git a/examples/nodejs-custom-model/package.json b/examples/nodejs-custom-model/package.json index 79cfd2f7f..a078e17b8 100644 --- a/examples/nodejs-custom-model/package.json +++ b/examples/nodejs-custom-model/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-custom-model", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of Node.js usage of UpscalerJS with a local custom model", "author": "Kevin Scott", "license": "MIT", @@ -11,7 +11,7 @@ "dependencies": { "@upscalerjs/models": "0.9.0", "@tensorflow/tfjs-node": "^3.13.0", - "upscaler": "0.11.0", + "upscaler": "0.12.0", "express": "4.16.4" }, "devDependencies": { diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index 0217f6484..883b6f449 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "nodejs", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of Node.js usage of UpscalerJS", "author": "Kevin Scott", "license": "MIT", @@ -10,7 +10,7 @@ }, "dependencies": { "@tensorflow/tfjs-node": "^3.13.0", - "upscaler": "0.11.0", + "upscaler": "0.12.0", "express": "4.16.4" }, "devDependencies": { diff --git a/examples/patch-sizes/package.json b/examples/patch-sizes/package.json index 7f9841ef7..d44b88ad4 100644 --- a/examples/patch-sizes/package.json +++ b/examples/patch-sizes/package.json @@ -10,7 +10,7 @@ "react-input-range": "^1.3.0", "react-scripts": "^4.0.3", "tensor-as-base64": "^0.1.1", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "scripts": { "start": "PORT=1234 react-scripts start" @@ -30,5 +30,5 @@ "last 1 safari version" ] }, - "version": "0.11.0" + "version": "0.12.0" } diff --git a/examples/progress/package.json b/examples/progress/package.json index d01ac09ba..5d68b2066 100644 --- a/examples/progress/package.json +++ b/examples/progress/package.json @@ -1,6 +1,6 @@ { "name": "progress", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of upscale progress with UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/react-demo/package.json b/examples/react-demo/package.json index 03b05b648..caa4920a8 100644 --- a/examples/react-demo/package.json +++ b/examples/react-demo/package.json @@ -9,7 +9,7 @@ "react-dom": "^16.13.1", "react-dropzone": "^11.0.2", "react-scripts": "^4.0.2", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "scripts": { "start": "react-scripts start" @@ -29,5 +29,5 @@ "last 1 safari version" ] }, - "version": "0.11.0" + "version": "0.12.0" } diff --git a/examples/tensor/package.json b/examples/tensor/package.json index 4c4173267..2d7b98daf 100644 --- a/examples/tensor/package.json +++ b/examples/tensor/package.json @@ -1,6 +1,6 @@ { "name": "tensor", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/upload/package.json b/examples/upload/package.json index 4d77c4c41..01607d079 100644 --- a/examples/upload/package.json +++ b/examples/upload/package.json @@ -1,6 +1,6 @@ { "name": "upload", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of uploading an image to UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/warmup/package.json b/examples/warmup/package.json index 47db0b13b..000c44fc5 100644 --- a/examples/warmup/package.json +++ b/examples/warmup/package.json @@ -1,6 +1,6 @@ { "name": "warmup", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of warming up UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/webcam/package.json b/examples/webcam/package.json index 57b915f82..1cc2d51be 100644 --- a/examples/webcam/package.json +++ b/examples/webcam/package.json @@ -1,6 +1,6 @@ { "name": "webcam", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of webcam usage of UpscalerJS", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.11.0" + "upscaler": "0.12.0" }, "browserslist": { "production": [ diff --git a/examples/webworker/package.json b/examples/webworker/package.json index 768c5849b..ac96ed7a6 100644 --- a/examples/webworker/package.json +++ b/examples/webworker/package.json @@ -1,6 +1,6 @@ { "name": "webworker", - "version": "0.11.0", + "version": "0.12.0", "description": "Demonstration of webworker integration with UpscalerJS", "main": "index.js", "scripts": { @@ -24,6 +24,6 @@ "dependencies": { "@tensorflow/tfjs": "^3.13.0", "tensor-as-base64": "^0.1.1", - "upscaler": "0.11.0" + "upscaler": "0.12.0" } } diff --git a/package.json b/package.json index 7ab41c03b..e04f667a3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.0", + "version": "0.12.0", "private": true, "workspaces": [ "packages/*", diff --git a/packages/upscalerjs/CHANGELOG.md b/packages/upscalerjs/CHANGELOG.md index 42dc8c860..435b6fc73 100644 --- a/packages/upscalerjs/CHANGELOG.md +++ b/packages/upscalerjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.0](https://github.com/thekevinscott/UpscalerJS/compare/v0.12.0...v0.11.0) (2021-03-5) + +feat: Add support for `abort` method to cancel all in flight `upscale` requests, along with an optional `signal` option for an `upscale` request that aborts that specific request. + ## [0.11.0](https://github.com/thekevinscott/UpscalerJS/compare/v0.11.0...v0.10.0) (2021-03-2) feat: Add support for `progress` callback to receive a second argument, the current slice of procesed image diff --git a/packages/upscalerjs/package.json b/packages/upscalerjs/package.json index a09dfd335..de5fc138d 100644 --- a/packages/upscalerjs/package.json +++ b/packages/upscalerjs/package.json @@ -1,6 +1,6 @@ { "name": "upscaler", - "version": "0.11.0", + "version": "0.12.0", "description": "Increase Image resolution with Tensorflow.js", "exports": { "./node": "./dist/node/cjs/cjs.js",