We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f633cd6 commit d522844Copy full SHA for d522844
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-core",
3
- "version": "0.14.5",
+ "version": "1.0.0-alpha1",
4
"description": "Hardware-accelerated JavaScript library for machine intelligence",
5
"private": false,
6
"main": "dist/index.js",
scripts/publish-npm.sh
@@ -50,5 +50,5 @@ fi
50
yarn build-npm
51
./scripts/make-version # This is for safety in case you forgot to do 2).
52
./scripts/tag-version
53
-npm publish
+npm publish --tag next # Remove --tag net when prereleases are done.
54
echo 'Yay! Published a new package to npm.'
src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */
// This code is auto-generated, do not modify this file!
-const version = '0.14.5';
+const version = '1.0.0-alpha1';
export {version};
0 commit comments