diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 74e85a367a..ca2c6ecb5f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,12 +28,12 @@ jobs: # Copy LICENSE to adyen-web package - run: cp LICENSE packages/lib/ - # Build and publish to npm with alpha tag + # Build and publish to npm with beta tag - name: Build and prerelease if: "github.event.release.prerelease" run: | - echo "Pre-release alpha:" - cd packages/lib && npm publish --tag alpha --access public + echo "Pre-release beta:" + cd packages/lib && npm publish --tag beta --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} CI: true diff --git a/packages/e2e-playwright/package.json b/packages/e2e-playwright/package.json index 44b208fd01..b1c82bbf0f 100644 --- a/packages/e2e-playwright/package.json +++ b/packages/e2e-playwright/package.json @@ -26,6 +26,6 @@ "webpack-dev-server": "4.15.1" }, "dependencies": { - "@adyen/adyen-web": "6.0.0-alpha.8" + "@adyen/adyen-web": "6.0.0-beta.0" } } diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 9262aafca9..9041aa0e06 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "6.0.0-alpha.8" + "@adyen/adyen-web": "6.0.0-beta.0" } } diff --git a/packages/lib/package.json b/packages/lib/package.json index cdf4dae5c9..e0b09ed983 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/adyen-web", - "version": "6.0.0-alpha.8", + "version": "6.0.0-beta.0", "license": "MIT", "homepage": "https://docs.adyen.com/checkout", "type": "module", diff --git a/packages/playground/package.json b/packages/playground/package.json index 3421d3886c..97c5cac69e 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "6.0.0-alpha.8" + "@adyen/adyen-web": "6.0.0-beta.0" } }