@vtex/faststore-plugin-buyer-portal 2.0.18 → 2.0.19

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.
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.19] - 2026-08-04
11
+
12
+ ### Changed
13
+ - Upgrade `@faststore/ui` dependency to 4.5.0
14
+ - Upgrade `@faststore/core` dependency to 4.5.0
15
+
10
16
  ## [2.0.18] - 2026-08-03
11
17
 
12
18
  ### Changed
@@ -815,7 +821,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
815
821
  - Add CHANGELOG file
816
822
  - Add README file
817
823
 
818
- [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.18...HEAD
824
+ [unreleased]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.19...HEAD
819
825
  [1.3.55]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.54...v1.3.55
820
826
  [1.3.54]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.53...v1.3.54
821
827
  [1.3.53]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v1.3.52...v1.3.53
@@ -913,6 +919,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
913
919
  [2.0.10]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.9...v2.0.10
914
920
  [2.0.9]: https://github.com/vtex/faststore-plugin-buyer-portal/releases/tag/2.0.9
915
921
 
922
+ [2.0.19]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.18...v2.0.19
916
923
  [2.0.18]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.17...v2.0.18
917
924
  [2.0.17]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.16...v2.0.17
918
925
  [2.0.16]: https://github.com/vtex/faststore-plugin-buyer-portal/compare/v2.0.15...v2.0.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtex/faststore-plugin-buyer-portal",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "A plugin for faststore with buyer portal",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@eslint/js": "^9.29.0",
25
- "@faststore/core": "https://pkg.csb.dev/vtex/faststore/commit/6d41d338/@faststore/core",
26
- "@faststore/ui": "https://pkg.csb.dev/vtex/faststore/commit/6d41d338/@faststore/ui",
25
+ "@faststore/core": "4.5.0",
26
+ "@faststore/ui": "4.5.0",
27
27
  "@release-it/bumper": "^4.0.0",
28
28
  "@release-it/keep-a-changelog": "^3.0.0",
29
29
  "@types/react": "^18.2.42",
@@ -22,4 +22,4 @@ export const SCOPE_KEYS = {
22
22
  CREDIT_CARDS: "creditCards",
23
23
  } as const;
24
24
 
25
- export const CURRENT_VERSION = "2.0.18";
25
+ export const CURRENT_VERSION = "2.0.19";