@vtex/faststore-plugin-buyer-portal 1.3.87 → 2.0.0

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.
@@ -41,11 +41,12 @@ jobs:
41
41
  - name: Update npm to latest
42
42
  run: npm install -g npm@latest
43
43
 
44
- - name: Generate CHANGELOG and update Version Const
45
- run: yarn release
44
+ # Temporarily disabled for v2.0.0 major release — restore after publish with [skip ci]
45
+ # - name: Generate CHANGELOG and update Version Const
46
+ # run: yarn release
46
47
 
47
- - name: Update version to patch
48
- run: yarn version --patch
48
+ # - name: Update version to patch
49
+ # run: yarn version --patch
49
50
 
50
51
  - name: Publish
51
52
  run: npm publish
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.0.0] - Unreleased
11
+
12
+ ### Breaking Changes
13
+
14
+ - Requires **FastStore v4** (`@faststore/core` and `@faststore/ui` >= 4.x) — stores on v3 must pin a `1.x` version
15
+
10
16
  ## [1.3.87] - 2026-05-21
11
17
 
12
18
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "1.3.87",
3
+ "version": "2.0.0",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@ export const SCOPE_KEYS = {
22
22
  CREDIT_CARDS: "creditCards",
23
23
  } as const;
24
24
 
25
- export const CURRENT_VERSION = "1.3.87";
25
+ export const CURRENT_VERSION = "2.0.0";
26
26
 
27
27
  export const CHANGES_TIMEOUT_MESSAGE =
28
28
  "Changes may take up to 10 minutes to apply.";