diff --git a/package.json b/package.json index 4565057c0d..9031d3c497 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:umd:ci": "npx jest --config ./config/jest.umd.config.js --ci --maxWorkers=2 --reporters=default --reporters=jest-junit --silent", "bundlesize": "npx lerna run build && bundlesize", "prettier": "npx prettier --config ./config/prettier.config.js --write \"./**/*.{js,jsx,ts*,md,graphql,json}\"", - "deploy": "npx lerna publish --dist-tag alpha", + "deploy": "npx lerna publish --dist-tag beta", "clean": "rm -Rf ./node_modules ./meta && npx lerna exec -- npm run clean" }, "dependencies": { diff --git a/packages/all/package.json b/packages/all/package.json index d2b3ec5b56..17095257ca 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -30,7 +30,7 @@ "build": "npx tsc -p ./config", "postbuild": "npx rollup -c ./config/rollup.config.js", "predeploy": "npm run build", - "deploy": "npm publish --tag alpha" + "deploy": "npm publish --tag beta" }, "peerDependencies": { "@types/react": "^16.8.0", diff --git a/packages/components/package.json b/packages/components/package.json index 9775c15a75..ca88226930 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -29,7 +29,7 @@ "postbuild": "npx rollup -c ./config/rollup.config.js", "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config", "predeploy": "npm run build", - "deploy": "npm publish --tag alpha", + "deploy": "npm publish --tag beta", "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components", "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/components --watch", "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/components", diff --git a/packages/hoc/package.json b/packages/hoc/package.json index f3aa9db917..01af26a23e 100644 --- a/packages/hoc/package.json +++ b/packages/hoc/package.json @@ -29,7 +29,7 @@ "postbuild": "npx rollup -c ./config/rollup.config.js", "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config", "predeploy": "npm run build", - "deploy": "npm publish --tag alpha", + "deploy": "npm publish --tag beta", "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hoc", "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/hoc --watch", "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/hoc", diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 3fbe6d24f2..c5068822cc 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -29,7 +29,7 @@ "postbuild": "npx rollup -c ./config/rollup.config.js", "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config", "predeploy": "npm run build", - "deploy": "npm publish --tag alpha", + "deploy": "npm publish --tag beta", "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/ssr", "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/ssr --watch", "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/ssr",