diff --git a/.circleci/config.yml b/.circleci/config.yml index 5eaea14..6b1a5c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ jobs: if [ $IS_BETA == "true" ]; then npm publish --access public --tag beta elif [ $IS_ALPHA == "true" ]; then - npm publish --tag alpha + npm publish --access public --tag alpha else npm publish --access public fi diff --git a/package-lock.json b/package-lock.json index 9697527..5bbb474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fullstory/react-library", - "version": "0.1.17-alpha", + "version": "0.1.18-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fullstory/react-library", - "version": "0.1.17-alpha", + "version": "0.1.18-alpha", "license": "MIT", "dependencies": { "@fullstory/browser": "^2.0.5" diff --git a/package.json b/package.json index 173fa99..a359103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fullstory/react-library", - "version": "0.1.17-alpha", + "version": "0.1.18-alpha", "description": "This component library assists in fullstory set up for react apps", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",