Skip to content

Commit

Permalink
v6 release (#2761)
Browse files Browse the repository at this point in the history
* updated version. adjusted workflows

* updated changelog
  • Loading branch information
ribeiroguilherme committed Jul 24, 2024
1 parent db64573 commit b169888
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 380 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-wolves-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-tomatoes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-camels-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-students-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-hotels-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-mirrors-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-falcons-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-socks-fix.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-dolphins-worry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-clouds-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-planets-tap.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ main, v6 ]
branches: [ main ]
pull_request:
branches: [ main, v6 ]
branches: [ main ]
schedule:
- cron: '38 11 * * 5'

Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,9 @@ jobs:
# Copy LICENSE to adyen-web package
- run: cp LICENSE packages/lib/

# Build and publish to npm with beta tag
- name: Build and prerelease
if: "github.event.release.prerelease"
run: |
echo "Pre-release beta:"
cd packages/lib && npm publish --tag beta --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
CI: true

# Build and publish to npm
- name: Build and release
if: "!github.event.release.prerelease"
run: |
echo "Release:"
run: cd packages/lib && npm publish --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-beta.1"
"@adyen/adyen-web": "6.0.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-beta.1"
"@adyen/adyen-web": "6.0.0"
}
}
Loading

0 comments on commit b169888

Please sign in to comment.