Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Mar 5, 2022
1 parent 01a6b31 commit d7c1252
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 30 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/cancel/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/comparisons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -28,5 +28,5 @@
"last 1 safari version"
]
},
"version": "0.11.0"
"version": "0.12.0"
}
4 changes: 2 additions & 2 deletions examples/nodejs-custom-model/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@tensorflow/tfjs-node": "^3.13.0",
"upscaler": "0.11.0",
"upscaler": "0.12.0",
"express": "4.16.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/patch-sizes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -30,5 +30,5 @@
"last 1 safari version"
]
},
"version": "0.11.0"
"version": "0.12.0"
}
4 changes: 2 additions & 2 deletions examples/progress/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -29,5 +29,5 @@
"last 1 safari version"
]
},
"version": "0.11.0"
"version": "0.12.0"
}
4 changes: 2 additions & 2 deletions examples/tensor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/upload/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/warmup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warmup",
"version": "0.11.0",
"version": "0.12.0",
"description": "Demonstration of warming up UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/webcam/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/webworker/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -24,6 +24,6 @@
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"tensor-as-base64": "^0.1.1",
"upscaler": "0.11.0"
"upscaler": "0.12.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"workspaces": [
"packages/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/upscalerjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d7c1252

Please sign in to comment.