Skip to content

Commit 847f0e0

Browse files
committed
Update changelog
1 parent 79759db commit 847f0e0

File tree

17 files changed

+33
-33
lines changed

17 files changed

+33
-33
lines changed

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@tensorflow/tfjs": "^3.13.0",
17-
"upscaler": "0.12.2"
17+
"upscaler": "0.12.3"
1818
},
1919
"browserslist": {
2020
"production": [

examples/cancel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cancel",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstrates how to cancel an inflight upscale request.",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@tensorflow/tfjs": "^3.13.0",
17-
"upscaler": "0.12.2"
17+
"upscaler": "0.12.3"
1818
},
1919
"browserslist": {
2020
"production": [

examples/comparisons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparisons",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of the different models of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@tensorflow/tfjs": "^3.13.0",
17-
"upscaler": "0.12.2"
17+
"upscaler": "0.12.3"
1818
},
1919
"browserslist": {
2020
"production": [

examples/models/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^17.0.2",
99
"react-dom": "^17.0.2",
1010
"react-scripts": "5.0.0",
11-
"upscaler": "0.12.2"
11+
"upscaler": "0.12.3"
1212
},
1313
"scripts": {
1414
"start": "react-scripts start"
@@ -28,5 +28,5 @@
2828
"last 1 safari version"
2929
]
3030
},
31-
"version": "0.12.2"
31+
"version": "0.12.3"
3232
}

examples/nodejs-custom-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-custom-model",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of Node.js usage of UpscalerJS with a local custom model",
55
"author": "Kevin Scott",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@upscalerjs/models": "0.9.0",
1313
"@tensorflow/tfjs-node": "^3.13.0",
14-
"upscaler": "0.12.2",
14+
"upscaler": "0.12.3",
1515
"express": "4.16.4"
1616
},
1717
"devDependencies": {

examples/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of Node.js usage of UpscalerJS",
55
"author": "Kevin Scott",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tensorflow/tfjs-node": "^3.13.0",
13-
"upscaler": "0.12.2",
13+
"upscaler": "0.12.3",
1414
"express": "4.16.4"
1515
},
1616
"devDependencies": {

examples/patch-sizes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",
1111
"react-scripts": "5.0.0",
12-
"upscaler": "0.12.2"
12+
"upscaler": "0.12.3"
1313
},
1414
"scripts": {
1515
"start": "PORT=1234 react-scripts start"
@@ -29,5 +29,5 @@
2929
"last 1 safari version"
3030
]
3131
},
32-
"version": "0.12.2"
32+
"version": "0.12.3"
3333
}

examples/progress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "progress",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of upscale progress with UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@tensorflow/tfjs": "^3.13.0",
17-
"upscaler": "0.12.2"
17+
"upscaler": "0.12.3"
1818
},
1919
"browserslist": {
2020
"production": [

examples/react-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",
1111
"react-scripts": "5.0.0",
12-
"upscaler": "0.12.2"
12+
"upscaler": "0.12.3"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start"
@@ -29,5 +29,5 @@
2929
"last 1 safari version"
3030
]
3131
},
32-
"version": "0.12.2"
32+
"version": "0.12.3"
3333
}

examples/tensor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensor",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"dependencies": {
1616
"@tensorflow/tfjs": "^3.13.0",
17-
"upscaler": "0.12.2"
17+
"upscaler": "0.12.3"
1818
},
1919
"browserslist": {
2020
"production": [

0 commit comments

Comments
 (0)