-
Notifications
You must be signed in to change notification settings - Fork 145
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 SDK 2.8.0-preview.0 #1516
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## v2.8.0-preview.0 (Nov 02, 2023) | ||
## v2.7.4 (Aug 28, 2023) | ||
## v2.7.3 (Jun 20, 2023) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "commerce-sdk-react-preview", | ||
"version": "2.7.4", | ||
"version": "2.8.0-preview.0", | ||
"description": "A library that provides react hooks for fetching data from Commerce Cloud", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -61,7 +61,7 @@ | |
"@types/react-dom": "^17.0.19", | ||
"@types/react-helmet": "^6.1.6", | ||
"cross-env": "^5.2.1", | ||
"internal-lib-build": "^2.7.4", | ||
"internal-lib-build": "^2.8.0-preview.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"nock": "^13.3.0", | ||
"react": "^17.0.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pwa-kit-create-app", | ||
"version": "2.7.4", | ||
"version": "2.8.0-preview.0", | ||
"description": "Salesforce's project generator tool", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -39,7 +39,7 @@ | |
"tar": "^6.1.13" | ||
}, | ||
"devDependencies": { | ||
"internal-lib-build": "^2.7.4", | ||
"internal-lib-build": "^2.8.0-preview.0", | ||
"verdaccio": "^5.22.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to release a new version of
commerce-sdk-react-preview
?Knowing that the final version is living on NPM
@salesforce/commerce-sdk-react
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamraya this will not be published because the package is marked as
private: true
.