@vtex/faststore-plugin-buyer-portal 1.3.12-experimental.20251103125826 → 1.3.12-experimental.20251103165928

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/beta-release.sh +4 -1
  2. package/package.json +1 -1
package/beta-release.sh CHANGED
@@ -17,4 +17,7 @@ git add .
17
17
  echo "Update $BRANCH_NAME"
18
18
  git commit -m "Update BETA environment"
19
19
 
20
- git push --set-upstream origin $BRANCH_NAME
20
+ git push --set-upstream origin +$BRANCH_NAME
21
+
22
+ echo "Go back to previous branch on local workspace"
23
+ git checkout -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.3.12-experimental.20251103125826",
3
+ "version": "1.3.12-experimental.20251103165928",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {