From 807dfd7906602d50fc82718710bb8840570bd4b9 Mon Sep 17 00:00:00 2001 From: bateman001 <49342979+bateman001@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:35:37 -0500 Subject: [PATCH] bump w config update --- .circleci/config.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",