diff --git a/tfjs/package.json b/tfjs/package.json index 960fc0bd487..08ebeb90b2d 100644 --- a/tfjs/package.json +++ b/tfjs/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs", - "version": "1.2.8", + "version": "1.2.9", "description": "An open-source machine learning framework.", "private": false, "main": "dist/index", @@ -61,9 +61,9 @@ "release-notes": "ts-node ./scripts/release_notes/release_notes.ts" }, "dependencies": { - "@tensorflow/tfjs-converter": "1.2.8", - "@tensorflow/tfjs-core": "1.2.8", - "@tensorflow/tfjs-data": "1.2.8", - "@tensorflow/tfjs-layers": "1.2.8" + "@tensorflow/tfjs-converter": "1.2.9", + "@tensorflow/tfjs-core": "1.2.9", + "@tensorflow/tfjs-data": "1.2.9", + "@tensorflow/tfjs-layers": "1.2.9" } } diff --git a/tfjs/src/version.ts b/tfjs/src/version.ts index 33da528688a..f3360fe5f5a 100644 --- a/tfjs/src/version.ts +++ b/tfjs/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '1.2.8'; +const version = '1.2.9'; export {version}; diff --git a/tfjs/yarn.lock b/tfjs/yarn.lock index b928b7f88af..26ae1d37b45 100644 --- a/tfjs/yarn.lock +++ b/tfjs/yarn.lock @@ -16,15 +16,15 @@ node-fetch "^2.1.1" url-template "^2.0.8" -"@tensorflow/tfjs-converter@1.2.8": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.2.8.tgz#86fa47be3e92a90d4191956f08015a17b93c3ef9" - integrity sha512-weHzkNRVgnY9TcbA3XTneNgCyuIXLjF8ks8YbFA+81i2w6qO90xiAdWtP2YmR+F9K9S4WR3bSSB0AQKZAp+mPQ== +"@tensorflow/tfjs-converter@1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-1.2.9.tgz#4774dd9447ac81c0c6776f9fd186374b9fa3bf1a" + integrity sha512-OKmiuZicIgadT3Bv9BvM+oom7wRz9eC5rTglQnuv7VN9H0syFVuhf5oD1Ff70tGDhJjJgL+cPz01fZRxTXjRWA== -"@tensorflow/tfjs-core@1.2.8": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.8.tgz#d6873b88522f8cf25d34c10afd095866578d7d92" - integrity sha512-lWV4vAnXAAmahXpCWBwdGGW9HO6iNw9pUeVYih7pDXeJahMk3OJs6SgjRNhwn+ldsGwRoorR0/RHg0yNLmqWxQ== +"@tensorflow/tfjs-core@1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.2.9.tgz#125830270a0bdd0e856914778a300c4ad6f51e21" + integrity sha512-s0hHZSx6rGTlkkB8u8gs5n7sIPv1GXDNHmISRy+kqGzmlpkfI2kr6WXqOWQy6wFgjzopRD8cJQjBZ9USPZnYTQ== dependencies: "@types/offscreencanvas" "~2019.3.0" "@types/seedrandom" "2.4.27" @@ -33,18 +33,18 @@ node-fetch "~2.1.2" seedrandom "2.4.3" -"@tensorflow/tfjs-data@1.2.8": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.2.8.tgz#04325ad01167b0168ca8e34e85bc6a475aa5e8a0" - integrity sha512-KUJy55mRx33OodlDKy6Emt2vvV9EadumZ6JzbtZCf1ADK5ddRpRLhCrEmGauCk+Ay1Zj+p6MYx6CLYqhJsENFQ== +"@tensorflow/tfjs-data@1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-1.2.9.tgz#54030a7990eb58d20288cab099d966d496710760" + integrity sha512-Ti9Cj3pte9butuEsK5OPq0Lcqdi4wVUdtQXm0o7iYOZ0umseRzfbIb6zbdqucc2MQzOMTnRoxN+FL7LZmncsHg== dependencies: "@types/node-fetch" "^2.1.2" node-fetch "~2.1.2" -"@tensorflow/tfjs-layers@1.2.8": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.2.8.tgz#6d696dcfa530708b1fdb0cd7614a0d2a1c8ae58a" - integrity sha512-NMcA44U0rvVpo/VUTMpqkBP3jbvNhRXV7K8KovLi/WZ9FG/u5XIbIqFkcT3QXBDUyjDUNFToYQM/59dtnaut9Q== +"@tensorflow/tfjs-layers@1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.2.9.tgz#d30d1bdfed228a07a3d4e9dcb9a6884031ae56e7" + integrity sha512-OlXYaIb1rCk5dYmpaNsPEkO7R+T0oxfS3vQGIztNJB+YxrN8mwCu3hqgpbdKhAITiP+jxO0o+7bny8MsOCkOSQ== "@types/estree@0.0.38": version "0.0.38"