Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.1.0 (@W-15945047@) #404

Merged
merged 16 commits into from
Jun 20, 2024
Merged

Release v3.1.0 (@W-15945047@) #404

merged 16 commits into from
Jun 20, 2024

Conversation

vmarta
Copy link
Contributor

@vmarta vmarta commented Jun 18, 2024

Releasing v3.1.0 that contains a new endpoint updateItemsInBasket.

NOTE: the downloaded APIs are put in a separate PR because there are too many files. Please see #405 .

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
node-version: ${{ matrix.node }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the CI tests to make sure that each environment uses the correct Node version. They were all using the same Node 18 because of the typo.

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aligned with the list of supported Node versions in the README.

Only Node.js versions 16, 18, and 20 are supported. Other versions can cause unexpected results.

@@ -49,7 +49,7 @@
"tslib": "^2.4.1"
},
"devDependencies": {
"@commerce-apps/raml-toolkit": "^0.5.11",
"@commerce-apps/raml-toolkit": "^0.5.12",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made sure to use the latest raml-toolkit.

@vmarta vmarta marked this pull request as ready for review June 19, 2024 00:55
@vmarta vmarta requested a review from a team as a code owner June 19, 2024 00:55
@@ -97,7 +97,7 @@ <h1><a href="https://developer.salesforce.com/docs/commerce/commerce-api/referen
clientConfig.headers[<span class="hljs-string">&#x27;authorization&#x27;</span>] = <span class="hljs-string">`Bearer <span class="hljs-subst">${token.access_token}</span>`</span>;
<span class="hljs-keyword">const</span> ordersClient = <span class="hljs-keyword">new</span> Checkout.Orders(clientConfig);</code></pre>
<span style="font-size:.7em; display:block; text-align: right">
API Version: 1.4.2<br />
API Version: 1.4.4<br />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI all of the generated docs are already done with the latest downloaded APIs, even though they're in a separate PR.

unandyala
unandyala previously approved these changes Jun 19, 2024
alexvuong
alexvuong previously approved these changes Jun 20, 2024
Release v3.1.0: download APIs (@W-15945047@)
@vmarta vmarta dismissed stale reviews from alexvuong and unandyala via 3d34ae8 June 20, 2024 00:28
@vmarta vmarta merged commit cf5c041 into main Jun 20, 2024
8 checks passed
@vmarta vmarta deleted the release/20240617 branch June 20, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants