Skip to content

Commit

Permalink
update the doc and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvuong committed May 15, 2023
1 parent 047201e commit f149f3c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/commerce-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v3.0.0-dev (May 12, 2023)

- Upgrade React 18, React DOM 18, @types/react@18, @types/react-dom@v18 Testing library 14 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)

## v2.7.1 (May 11, 2023)

- Re-generate lock files and fix hook lib tests [#1186](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1186)
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-create-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A tool for generating PWA Kit projects based on project templates, such as the [

## Requirements

- Node 16 or later
- Node 16.11 or later
- npm 8 or later

## Quick Start
Expand Down
5 changes: 4 additions & 1 deletion packages/pwa-kit-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v3.0.0-dev (May 12, 2023)

- Update engines to drop npm 7, and requires Node to start from version 16.11 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)

## v2.7.1 (May 11, 2023)

- Fix static file serving [#1196](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1196)
Expand All @@ -19,7 +22,7 @@

## v2.5.0 (Jan 05, 2023)

- Logging cid from res header isntead of req in local development [#821](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/821)
- Logging cid from res header instead of req in local development [#821](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/821)

## v2.4.0 (Dec 01, 2022)

Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A command-line tool to develop, build, and deploy PWA Kit projects.

## Requirements

- Node 16 or later
- Node 16.11 or later
- npm 8 or later

To see all the available commands, run:
Expand Down
1 change: 1 addition & 0 deletions packages/pwa-kit-react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v3.0.0-dev (May 12, 2023)

- Remove usage of `device-context` due to deprecation of user agent string. [#1168](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1168)
- Upgrade React 18, React DOM 18, Remove Enzyme, add Testing library 14 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)

## v2.7.1 (May 11, 2023)

Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-react-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A library of components and utilities that supports the rendering pipeline for t

## Requirements

- Node 16 or later
- Node 16.11 or later
- npm 8 or later

## Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions packages/pwa-kit-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v3.0.0-dev (May 12, 2023)

- Remove usage of `detect-device-type` due to deprecation of user agent string. [#1168](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1168)
- Update engines to drop npm 7, and requires Node to start from version 16.11 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)

## v2.7.1 (May 11, 2023)

Expand Down
2 changes: 1 addition & 1 deletion packages/template-retail-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Developers don’t have to worry about the underlying infrastructure, whether th

## Requirements

- Node 16 or later
- Node 16.11 or later
- npm 8 or later

## Get Started
Expand Down

0 comments on commit f149f3c

Please sign in to comment.