From 847f0e0d1eb8520bd76be84511997949eff1d066 Mon Sep 17 00:00:00 2001 From: Kevin Scott <151596+thekevinscott@users.noreply.github.com> Date: Sun, 24 Apr 2022 16:33:36 -0400 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 | 2 +- packages/upscalerjs/package.json | 6 +++--- 17 files changed, 33 insertions(+), 33 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 0b1c055b7..d334e18b2 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "basic", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/cancel/package.json b/examples/cancel/package.json index 6dae8843a..f03d9872f 100644 --- a/examples/cancel/package.json +++ b/examples/cancel/package.json @@ -1,6 +1,6 @@ { "name": "cancel", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstrates how to cancel an inflight upscale request.", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/comparisons/package.json b/examples/comparisons/package.json index fa02640b4..0c48b6d9f 100644 --- a/examples/comparisons/package.json +++ b/examples/comparisons/package.json @@ -1,6 +1,6 @@ { "name": "comparisons", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of the different models of UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/models/package.json b/examples/models/package.json index 628a4d0c5..6d1ab7a43 100644 --- a/examples/models/package.json +++ b/examples/models/package.json @@ -8,7 +8,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "scripts": { "start": "react-scripts start" @@ -28,5 +28,5 @@ "last 1 safari version" ] }, - "version": "0.12.2" + "version": "0.12.3" } diff --git a/examples/nodejs-custom-model/package.json b/examples/nodejs-custom-model/package.json index 007d76a19..a93269405 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.12.2", + "version": "0.12.3", "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.12.2", + "upscaler": "0.12.3", "express": "4.16.4" }, "devDependencies": { diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index ab4e69fcc..8c8029c20 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "nodejs", - "version": "0.12.2", + "version": "0.12.3", "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.12.2", + "upscaler": "0.12.3", "express": "4.16.4" }, "devDependencies": { diff --git a/examples/patch-sizes/package.json b/examples/patch-sizes/package.json index 62d7ab9d7..af642c9a8 100644 --- a/examples/patch-sizes/package.json +++ b/examples/patch-sizes/package.json @@ -9,7 +9,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "scripts": { "start": "PORT=1234 react-scripts start" @@ -29,5 +29,5 @@ "last 1 safari version" ] }, - "version": "0.12.2" + "version": "0.12.3" } diff --git a/examples/progress/package.json b/examples/progress/package.json index 2d7e2257d..d4787dd3f 100644 --- a/examples/progress/package.json +++ b/examples/progress/package.json @@ -1,6 +1,6 @@ { "name": "progress", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of upscale progress with UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/react-demo/package.json b/examples/react-demo/package.json index 0ef08f083..24cf4b0a4 100644 --- a/examples/react-demo/package.json +++ b/examples/react-demo/package.json @@ -9,7 +9,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "scripts": { "start": "react-scripts start" @@ -29,5 +29,5 @@ "last 1 safari version" ] }, - "version": "0.12.2" + "version": "0.12.3" } diff --git a/examples/tensor/package.json b/examples/tensor/package.json index 42a6c7782..49480eedb 100644 --- a/examples/tensor/package.json +++ b/examples/tensor/package.json @@ -1,6 +1,6 @@ { "name": "tensor", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/upload/package.json b/examples/upload/package.json index ac803b84b..edb42d7b1 100644 --- a/examples/upload/package.json +++ b/examples/upload/package.json @@ -1,6 +1,6 @@ { "name": "upload", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of uploading an image to UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/warmup/package.json b/examples/warmup/package.json index 6c3794cce..7be1318ac 100644 --- a/examples/warmup/package.json +++ b/examples/warmup/package.json @@ -1,6 +1,6 @@ { "name": "warmup", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of warming up UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/webcam/package.json b/examples/webcam/package.json index 942f51d26..c06586c36 100644 --- a/examples/webcam/package.json +++ b/examples/webcam/package.json @@ -1,6 +1,6 @@ { "name": "webcam", - "version": "0.12.2", + "version": "0.12.3", "description": "Demonstration of webcam usage of UpscalerJS", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "@tensorflow/tfjs": "^3.13.0", - "upscaler": "0.12.2" + "upscaler": "0.12.3" }, "browserslist": { "production": [ diff --git a/examples/webworker/package.json b/examples/webworker/package.json index 391b37e7b..248327ad2 100644 --- a/examples/webworker/package.json +++ b/examples/webworker/package.json @@ -1,6 +1,6 @@ { "name": "webworker", - "version": "0.12.2", + "version": "0.12.3", "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.12.2" + "upscaler": "0.12.3" } } diff --git a/package.json b/package.json index aedc3416f..b3db99067 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.2", + "version": "0.12.3", "private": true, "workspaces": [ "packages/*", diff --git a/packages/upscalerjs/CHANGELOG.md b/packages/upscalerjs/CHANGELOG.md index 93c0d7703..65e3bcb03 100644 --- a/packages/upscalerjs/CHANGELOG.md +++ b/packages/upscalerjs/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.12.2](https://github.com/thekevinscott/UpscalerJS/compare/v0.12.2...v0.12.1) (2021-04-24) +## [0.12.3](https://github.com/thekevinscott/UpscalerJS/compare/v0.12.3...v0.12.1) (2021-04-24) bug: Export a `node-gpu` build in the published folder. diff --git a/packages/upscalerjs/package.json b/packages/upscalerjs/package.json index 097b5bf30..9378eefaf 100644 --- a/packages/upscalerjs/package.json +++ b/packages/upscalerjs/package.json @@ -1,6 +1,6 @@ { "name": "upscaler", - "version": "0.12.2", + "version": "0.12.3", "description": "Increase Image resolution with Tensorflow.js", "exports": { "./node": "./dist/node/cjs/cjs.js", @@ -33,7 +33,7 @@ "dist/**/*" ], "scripts": { - "build": "rimraf dist && yarn build:node && yarn build:browser", + "build": "rimraf dist && yarn build:node && yarn build:node-gpu && yarn build:browser", "build:browser": "rimraf dist/browser && mkdir -p dist/browser && yarn scaffold:platform 'browser' && yarn lerna run build:umd && yarn lerna run build:esm && mv dist/esm dist/browser/esm", "build:node": "rimraf dist/node && mkdir -p dist/node && yarn scaffold:platform 'node' && yarn build:cjs && mv dist/cjs dist/node/cjs", "build:node-gpu": "rimraf dist/node-gpu && mkdir -p dist/node-gpu && yarn scaffold:platform 'node-gpu' && yarn lerna run build:cjs && mv dist/cjs dist/node-gpu/cjs", @@ -48,7 +48,7 @@ "docs:serve": "docsify serve docs --port 3030", "prepare": "yarn build", "preversion": "yarn lint", - "prepublishOnly": "yarn test && yarn lint", + "prepublishOnly": "yarn test && yarn lint && yarn build", "format": "echo 'Formatting code' && prettier --write \"src/**/*.ts\"", "lint": "eslint -c .eslintrc.js src --ext .ts", "lint:fix": "eslint -c .eslintrc.js src --ext .ts --fix",