Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed Apr 14, 2022
1 parent ad5a04d commit 812f495
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.1.0] - 2022-04-14

### Added

- Dependency on B2B Quotes
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "b2b-suite",
"vendor": "vtex",
"version": "0.0.5",
"version": "0.1.0",
"title": "B2B Suite",
"description": "Suite of apps to add various essential B2B functionalities to your VTEX store",
"mustUpdateAt": "2022-08-28",
Expand All @@ -28,7 +28,9 @@
"url": "https://help-tickets.vtex.com/en/support?app=vtex.b2b-suite"
},
"type": "free",
"availableCountries": ["*"]
"availableCountries": [
"*"
]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.b2b-suite",
"version": "0.0.5",
"version": "0.1.0",
"license": "UNLICENSED",
"devDependencies": {
"@types/node": "^13.9.8",
Expand Down

0 comments on commit 812f495

Please sign in to comment.