Skip to content

Commit

Permalink
bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeluong-sfcc committed May 10, 2024
1 parent f5159ed commit 4d81e6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Due to an issue with the generation of the type definitions, an upcoming release
of the SDK will change type definitions to include namespaces. As this is a
breaking change, a new major version will be released (v3.0.0). Only the names of
breaking change, a new major version will be released (v4.0.0). Only the names of
the types will change, not their contents or any of the exported code. If you
only use JavaScript, or if you use TypeScript but only import the client classes,
then your usage **will not change**. You will likely only need to make changes if
you import the type definitions directly.

## v2.16.0
## v3.0.0

#### API Changes

Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

Due to an issue with the generation of the type definitions, an upcoming release
of the SDK will change type definitions to include namespaces. As this is a
breaking change, a new major version will be released (v3.0.0). Only the names of
breaking change, a new major version will be released (v4.0.0). Only the names of
the types will change, not their contents or any of the exported code. If you
only use JavaScript, or if you use TypeScript but only import the client classes,
then your usage **will not change**. You will likely only need to make changes if
you import the type definitions directly.

## v2.16.0
## v3.0.0

#### API Changes

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h2>Security</h2>
<p>For more information about security considerations related to developing headless commerce applications, see
<a href="https://developer.salesforce.com/docs/commerce/commerce-api/guide/security-considerations-for-headless-commerce.html">Security Considerations for Headless Commerce</a> on the
<a href="https://developer.salesforce.com/developer-centers/commerce-cloud">Commerce Cloud Developer Center</a>.</p>
<p>If you discover any potential security issues, please report them to <a href="mailto:&#x73;&#101;&#99;&#x75;&#114;&#x69;&#116;&#x79;&#x40;&#115;&#97;&#x6c;&#x65;&#115;&#102;&#111;&#x72;&#99;&#101;&#46;&#99;&#x6f;&#109;">&#x73;&#101;&#99;&#x75;&#114;&#x69;&#116;&#x79;&#x40;&#115;&#97;&#x6c;&#x65;&#115;&#102;&#111;&#x72;&#99;&#101;&#46;&#99;&#x6f;&#109;</a> as soon as possible.</p>
<p>If you discover any potential security issues, please report them to <a href="mailto:&#115;&#x65;&#x63;&#117;&#114;&#x69;&#x74;&#121;&#64;&#x73;&#x61;&#108;&#101;&#x73;&#102;&#x6f;&#114;&#x63;&#101;&#46;&#x63;&#111;&#x6d;">&#115;&#x65;&#x63;&#117;&#114;&#x69;&#x74;&#121;&#64;&#x73;&#x61;&#108;&#101;&#x73;&#102;&#x6f;&#114;&#x63;&#101;&#46;&#x63;&#111;&#x6d;</a> as soon as possible.</p>
<a href="#additional-documentation" id="additional-documentation" style="color: inherit; text-decoration: none;">
<h2>Additional Documentation</h2>
</a>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commerce-sdk",
"version": "2.16.0",
"version": "3.0.0",
"description": "Salesforce Commerce Cloud SDK",
"homepage": "https://developer.salesforce.com/developer-centers/commerce-cloud",
"repository": {
Expand Down

0 comments on commit 4d81e6e

Please sign in to comment.