Skip to content

Commit c856013

Browse files
authored
chore: major update (#78)
1 parent d64de47 commit c856013

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Update dependency major version. If you are updating to this major version, make sure to update the following apps (if you have then installed) to the following major versions:
12+
- vtex.b2b-admin-customers@2.x
13+
- vtex.b2b-checkout-settings@3.x
14+
- vtex.b2b-my-account@2.x
15+
- vtex.b2b-orders-history@2.x
16+
- vtex.b2b-organizations@3.x
17+
- vtex.b2b-organizations-graphql@2.x
18+
- vtex.b2b-quotes@3.x
19+
- vtex.b2b-quotes-graphql@4.x
20+
- vtex.b2b-suite@2.x
21+
- vtex.b2b-theme@5.x
22+
- vtex.storefront-permissions-components@2.x
23+
- vtex.storefront-permissions-ui@1.x
24+
1025
## [2.0.0] - 2025-05-27
1126

1227
### Changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"store": "0.x",
1111
"messages": "1.x",
1212
"docs": "0.x",
13-
"vtex.storefront-permissions": "2.x"
13+
"vtex.storefront-permissions": "3.x"
1414
},
1515
"dependencies": {
16-
"vtex.storefront-permissions": "2.x",
17-
"vtex.b2b-organizations-graphql": "1.x",
18-
"vtex.b2b-quotes-graphql": "3.x",
16+
"vtex.storefront-permissions": "3.x",
17+
"vtex.b2b-organizations-graphql": "2.x",
18+
"vtex.b2b-quotes-graphql": "4.x",
1919
"vtex.checkout-graphql": "0.x",
2020
"vtex.order-manager": "0.x",
2121
"vtex.store": "2.x",

0 commit comments

Comments
 (0)