Skip to content

Commit 9fd4cae

Browse files
committed
Release v3.0.0
1 parent 34f46d3 commit 9fd4cae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.0] - 2025-09-24
11+
1012
### Changed
1113
- 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:
1214
- vtex.b2b-admin-customers@2.x

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storefront-permissions-ui",
33
"vendor": "vtex",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"title": "Storefront Permissions UI",
66
"description": "Manage User's Roles and Permissions on apps that depend on vtex.storefront-permissions",
77
"mustUpdateAt": "2022-08-28",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtexus.storefront-permissions",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},

0 commit comments

Comments
 (0)