Skip to content

Commit

Permalink
Bump Frontend lib version to 0.52.2 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Dart <jonathan.dart@boldcommerce.com>
  • Loading branch information
jdart and jdart-bold authored Nov 20, 2023
1 parent 6b0bac7 commit ffac099
Show file tree
Hide file tree
Showing 3 changed files with 3,566 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript-transform-paths": "^3.3.1"
},
"peerDependencies": {
"@boldcommerce/checkout-frontend-library": "0.52.1"
"@boldcommerce/checkout-frontend-library": "0.52.2"
},
"files": [
"lib/**/*"
Expand All @@ -52,7 +52,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.52.1",
"@boldcommerce/checkout-frontend-library": "0.52.2",
"@paypal/paypal-js": "^7.0.1",
"@types/applepayjs": "^3.0.4",
"@types/googlepay": "^0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump-fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -z "$version" ]; then
exit 1
fi

git checkout develop
git checkout main
git pull
git checkout -b "bump-v${version}"

Expand Down
Loading

0 comments on commit ffac099

Please sign in to comment.