Skip to content

Commit

Permalink
v6 - Bumping version to beta (#2720)
Browse files Browse the repository at this point in the history
* bumping version

* updated npm publish
  • Loading branch information
ribeiroguilherme committed Jun 20, 2024
1 parent 8a4ecb0 commit 6b14483
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 6b14483

Please sign in to comment.