@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
|
-
|
|
45
|
-
|
|
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
|
-
|
|
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