@vtex/faststore-plugin-buyer-portal 1.2.3 → 1.2.4

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.
@@ -48,4 +48,4 @@ jobs:
48
48
  run: |
49
49
  git config user.email "vtexgithubbot@github.com"
50
50
  git config user.name "vtexgithubbot"
51
- git push --folow-tags
51
+ git push --follow-tags
package/.release-it.json CHANGED
@@ -5,6 +5,8 @@
5
5
  },
6
6
  "git": {
7
7
  "tag": false,
8
+ "push": false,
9
+ "commitMessage": "Update CHANGELOG",
8
10
  "commitArgs": ["--no-verify"]
9
11
  },
10
12
  "plugins": {
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [1.2.3] - 2025-10-16
10
+ ## [1.2.4] - 2025-10-16
11
11
 
12
12
  ### Added
13
13
 
@@ -97,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97
97
  - Add CHANGELOG file
98
98
  - Add README file
99
99
 
100
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/1.2.3...HEAD
100
+ [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/1.2.4...HEAD
101
101
  [1.2.3]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.2.2...1.2.3
102
-
103
102
  [1.2.3]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/1.2.3
103
+
104
+ [1.2.4]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,4 +13,4 @@ export const LOCAL_STORAGE_LOCATION_EDIT_KEY = "bp_hide_edit_location_confirm";
13
13
  export const LOCAL_STORAGE_RECIPIENT_EDIT_KEY =
14
14
  "bp_hide_edit_recipient_confirm";
15
15
 
16
- export const CURRENT_VERSION = "1.2.3";
16
+ export const CURRENT_VERSION = "1.2.4";