diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..932b2b01d7 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18.15 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1cc6841a..4ca864387b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Display fees on cart page [#2376](https://github.com/bigcommerce/cornerstone/pull/2376) - Replace Twitter logo with X logo within social sharing and social link components [#2387](https://github.com/bigcommerce/cornerstone/pull/2387) +- Added nvm config [#2389](https://github.com/bigcommerce/cornerstone/pull/2389) ## 6.12.0 (07-06-2023) - sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373) diff --git a/README.md b/README.md index 53a5dfed28..8e7e17fa62 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ npm install Note: package-lock.json file was generated by Node version 18 and npm version 9. The app supports Node 18 as well as multiple versions of npm, but we should always use those versions when updating package-lock.json, unless it is decided to upgrade those, and in this case the readme should be updated as well. If using a different version for node OR npm, please delete the package-lock.json file prior to installing node packages and also prior to pushing to github. -If updating or adding a dependency, please double check that you are working on Node version 9 and npm version 9 and run ```npm update ``` or ```npm install ``` (avoid running npm install for updating a package). After updating the package, please make sure that the changes in the package-lock.json reflect only the updated/new package prior to pushing the changes to github. +If updating or adding a dependency, please double check that you are working on Node version 18 and npm version 9 and run ```npm update ``` or ```npm install ``` (avoid running npm install for updating a package). After updating the package, please make sure that the changes in the package-lock.json reflect only the updated/new package prior to pushing the changes to github. ### Icons