Skip to content

Commit 3aa1126

Browse files
authored
chore: update dependency major version (#197)
1 parent ef86f78 commit 3aa1126

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

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](http://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@1.x
13+
- vtex.b2b-checkout-settings@2.x
14+
- vtex.b2b-my-account@1.x
15+
- vtex.b2b-orders-history@1.x
16+
- vtex.b2b-organizations-graphql@1.x
17+
- vtex.b2b-quotes@2.x
18+
- vtex.b2b-quotes-graphql@3.x
19+
- vtex.b2b-suite@1.x
20+
- vtex.b2b-theme@4.x
21+
- vtex.storefront-permissions@2.x
22+
- vtex.storefront-permissions-components@1.x
23+
- vtex.storefront-permissions-ui@2.x
24+
1025
## [1.39.13] - 2025-04-29
1126

1227
### Fixed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postreleasy": "vtex publish"
1010
},
1111
"dependencies": {
12-
"vtex.b2b-organizations-graphql": "0.x",
12+
"vtex.b2b-organizations-graphql": "1.x",
1313
"vtex.catalog-graphql": "1.x",
1414
"vtex.admin-graphql": "2.x",
1515
"vtex.store-graphql": "2.x",
@@ -18,7 +18,7 @@
1818
"vtex.store": "2.x",
1919
"vtex.css-handles": "0.x",
2020
"vtex.styleguide": "9.x",
21-
"vtex.storefront-permissions": "1.x",
21+
"vtex.storefront-permissions": "2.x",
2222
"vtex.my-account": "1.x",
2323
"vtex.my-account-commons": "1.x",
2424
"vtex.product-context": "0.x"
@@ -29,7 +29,7 @@
2929
"messages": "1.x",
3030
"docs": "0.x",
3131
"store": "0.x",
32-
"vtex.storefront-permissions": "1.x"
32+
"vtex.storefront-permissions": "2.x"
3333
},
3434
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
3535
}

0 commit comments

Comments
 (0)