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

🚢 Version 2.3.0 #802

Merged
merged 2 commits into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"publish": {
"allowBranch": [
"master"
Expand Down
2 changes: 1 addition & 1 deletion 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": "pwa-kit",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"engines": {
"node": "^14.0.0",
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/commerce-sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v2.3.0 (Oct 27, 2022)
## v2.3.0-alpha.2 (Oct 27, 2022)
## v2.3.0-alpha.1 (Oct 06, 2022)
## v2.3.0-alpha.0 (Oct 06, 2022)
Expand Down
2 changes: 1 addition & 1 deletion packages/commerce-sdk-react/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commerce-sdk-react",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "A library that provides react hooks for fetching data from Commerce Cloud",
"author": "[email protected]",
"license": "See license in LICENSE",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"cross-env": "^5.2.0",
"internal-lib-build": "^2.3.0-alpha.2",
"internal-lib-build": "^2.3.0",
"jsonwebtoken": "^8.5.1",
"nock": "^13.2.9",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-lib-build/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 packages/internal-lib-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "internal-lib-build",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"engines": {
"node": "^14.0.0",
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-create-app/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/pwa-kit-create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-create-app",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "Salesforce's project generator tool",
"author": "[email protected]",
"license": "See license in LICENSE",
Expand Down Expand Up @@ -40,7 +40,7 @@
"tar": "^6.1.11"
},
"devDependencies": {
"internal-lib-build": "^2.3.0-alpha.2",
"internal-lib-build": "^2.3.0",
"verdaccio": "^5.9.0"
}
}
1 change: 1 addition & 0 deletions packages/pwa-kit-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v2.3.0 (Oct 27, 2022)
## v2.3.0-alpha.2 (Oct 27, 2022)
## v2.3.0 (Oct 27, 2022)
- Minimize "Module not found" error during webpack rebuild, whenever a package dependency is being updated/built [#722](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/722)
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-dev/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/pwa-kit-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-dev",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "Build tools for pwa-kit",
"repository": {
"type": "git",
Expand Down Expand Up @@ -89,7 +89,7 @@
"morgan": "1.9.1",
"open": "^8.4.0",
"prettier": "^1.18.2",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0",
"react-refresh": "^0.13.0",
"replace-in-file": "^6.2.0",
"request": "^2.88.0",
Expand All @@ -109,7 +109,7 @@
},
"devDependencies": {
"@loadable/component": "^5.15.0",
"internal-lib-build": "^2.3.0-alpha.2",
"internal-lib-build": "^2.3.0",
"nock": "^13.1.1",
"superagent": "^6.1.0",
"supertest": "^4.0.2"
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,3 +1,4 @@
## v2.3.0 (Oct 27, 2022)
## v2.3.0-alpha.2 (Oct 27, 2022)
## v2.3.0 (Oct 27, 2022)
- Support `react-query` server-side data fetching. [#724](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/724)
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-react-sdk/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/pwa-kit-react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-react-sdk",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "A library that supports the isomorphic React rendering pipeline for Commerce Cloud Managed Runtime apps",
"engines": {
"node": "^14.0.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"hoist-non-react-statics": "^3.3.1",
"mkdirp": "^1.0.4",
"prop-types": "^15.6.0",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0",
"react-ssr-prepass": "^1.5.0",
"react-uid": "^2.2.0",
"serialize-javascript": "^6.0.0",
Expand All @@ -63,7 +63,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "1.15.2",
"internal-lib-build": "^2.3.0-alpha.2",
"internal-lib-build": "^2.3.0",
"node-html-parser": "^3.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
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,3 +1,4 @@
## v2.3.0 (Oct 27, 2022)
## v2.3.0-alpha.2 (Oct 27, 2022)
## v2.3.0 (Oct 27, 2022)
- Performance: Skip retries when flushing CloudWatch metrics, prioritize returning a response instead. [720](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/720)
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa-kit-runtime/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/pwa-kit-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pwa-kit-runtime",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "The PWAKit Runtime",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@serverless/event-mocks": "^1.1.1",
"aws-lambda-mock-context": "^3.2.1",
"fs-extra": "^10.1.0",
"internal-lib-build": "^2.3.0-alpha.2",
"internal-lib-build": "^2.3.0",
"nock": "^13.1.1",
"node-fetch": "^2.6.7",
"s3rver": "^3.1.0",
Expand All @@ -61,7 +61,7 @@
"watch": "1.0.1"
},
"peerDependencies": {
"pwa-kit-dev": "^2.3.0-alpha.2"
"pwa-kit-dev": "^2.3.0"
},
"peerDependenciesMeta": {
"pwa-kit-dev": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template-express-minimal/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/template-express-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "template-express-minimal",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"license": "See license in LICENSE",
"private": true,
"devDependencies": {
"pwa-kit-dev": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"pwa-kit-dev": "^2.3.0",
"pwa-kit-runtime": "^2.3.0",
"supertest": "^4.0.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template-retail-react-app/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/template-retail-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retail-react-app",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"license": "See license in LICENSE",
"private": true,
"engines": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"njwt": "^1.2.0",
"node-fetch": "^2.6.7",
"prop-types": "^15.6.0",
"pwa-kit-dev": "^2.3.0-alpha.2",
"pwa-kit-react-sdk": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"pwa-kit-dev": "^2.3.0",
"pwa-kit-react-sdk": "^2.3.0",
"pwa-kit-runtime": "^2.3.0",
"query-string": "^7.0.1",
"raf": "^3.4.0",
"randomstring": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-typescript-minimal/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/template-typescript-minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-minimal",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"engines": {
"node": "^14.0.0",
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"
Expand All @@ -13,9 +13,9 @@
"@types/react-dom": "^17.0.2",
"cross-env": "^5.2.0",
"cross-fetch": "^3.1.5",
"pwa-kit-dev": "^2.3.0-alpha.2",
"pwa-kit-react-sdk": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"pwa-kit-dev": "^2.3.0",
"pwa-kit-react-sdk": "^2.3.0",
"pwa-kit-runtime": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-commerce-sdk-react/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/test-commerce-sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-commerce-sdk-react",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"private": true,
"engines": {
"node": "^14.0.0",
Expand All @@ -13,10 +13,10 @@
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.2",
"commerce-sdk-react": "^2.3.0-alpha.2",
"pwa-kit-dev": "^2.3.0-alpha.2",
"pwa-kit-react-sdk": "^2.3.0-alpha.2",
"pwa-kit-runtime": "^2.3.0-alpha.2",
"commerce-sdk-react": "^2.3.0",
"pwa-kit-dev": "^2.3.0",
"pwa-kit-react-sdk": "^2.3.0",
"pwa-kit-runtime": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
Expand Down