Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Apr 24, 2022
1 parent 79759db commit 847f0e0
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 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.12.2",
"version": "0.12.3",
"description": "Demonstration of basic usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"description": "Demonstrates how to cancel an inflight upscale request.",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"description": "Demonstration of the different models of UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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": "^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"
Expand All @@ -28,5 +28,5 @@
"last 1 safari version"
]
},
"version": "0.12.2"
"version": "0.12.3"
}
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.12.2",
"version": "0.12.3",
"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.12.2",
"upscaler": "0.12.3",
"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.12.2",
"version": "0.12.3",
"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.12.2",
"upscaler": "0.12.3",
"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 @@ -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"
Expand All @@ -29,5 +29,5 @@
"last 1 safari version"
]
},
"version": "0.12.2"
"version": "0.12.3"
}
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.12.2",
"version": "0.12.3",
"description": "Demonstration of upscale progress with UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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": "^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"
Expand All @@ -29,5 +29,5 @@
"last 1 safari version"
]
},
"version": "0.12.2"
"version": "0.12.3"
}
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.12.2",
"version": "0.12.3",
"description": "Demonstration of basic usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"description": "Demonstration of uploading an image to UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"description": "Demonstration of warming up UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"description": "Demonstration of webcam usage of UpscalerJS",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^3.13.0",
"upscaler": "0.12.2"
"upscaler": "0.12.3"
},
"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.12.2",
"version": "0.12.3",
"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.12.2"
"upscaler": "0.12.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.2",
"version": "0.12.3",
"private": true,
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/upscalerjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 847f0e0

Please sign in to comment.