Skip to content

Commit 42e5720

Browse files
JEAxeroniallriddellpaulgagnon-pega
authored
Bump expected versions for @PeGa packages (#399)
* Bump expected versions for @PeGa packages * Update to published version of dx-component-builder-sdk * Update README.md * Update KeyReleaseUpdates.md * Update README.md * Update KeyReleaseUpdates.md * Update KeyReleaseUpdates.md * Update expected version for dx-component-builder-sdk * new package lock * Update package-lock * Revert package-lock (caused problems) --------- Co-authored-by: Niall Riddell <[email protected]> Co-authored-by: gagnp <[email protected]>
1 parent 6dcc6fc commit 42e5720

File tree

4 files changed

+138
-22
lines changed

4 files changed

+138
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The SDK-R v23.1.10 and v8.8.20 releases allow React SDK users to to take advanta
1111
[SDK enhancements and fixes noted in **What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html) including:
1212

1313
* Added the use of **TypeScript typedefs** (from @pega/pcore-pconnect-typedefs) to SDK components.
14-
For more information, see [Using type definitions - update link when published](https://pega-dev.zoominsoftware.io/bundle/constellation-sdk/page/constellation-sdks/sdks/type-definitions-constellation-sdks.html)
15-
* Updated Cosmos support to cosmos 3 (for custom Constellation components).
14+
For more information, see [Using type definitions](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/type-definitions-constellation-sdks.html)
15+
* Updated Cosmos support to cosmos 3-8.8 and 4-23.1 (for custom Constellation components).
1616
* Enhanced security including token storage and item obfuscation support.
1717
* Bug fixes.
1818
* Full set of merged PRs can be found in the [react-sdk-components GitHub repo list of merged PRs](https://github.com/pegasystems/react-sdk-components/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+). This release includes all PRs related to the release/8.8.20 branch between (and including) PRs #166 and #202.

docs/KeyReleaseUpdates.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 08-November-2023 - Developer exepreience improvements
2+
<br />
3+
<h3>On <strong>November 08, 2023</strong>, a <strong>significant update</strong> to the React SDK <strong>main and release/8.8.20</strong> branches was completed.</h3>
4+
<br />
5+
6+
1. Added the use of **TypeScript typedefs** (from @pega/pcore-pconnect-typedefs) to SDK components.
7+
For more information, see [Using type definitions](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/type-definitions-constellation-sdks.html)
8+
2. Updated Cosmos support to cosmos 3-8.8 and 4-23.1 (for custom Constellation components).
9+
3. Enhanced security including token storage and item obfuscation support.
10+
11+
112
## 24-April-2023 - Major change to React SDK Packaging
213
<br />
314
<h3>On <strong>April 24, 2023</strong>, a <strong>significant update</strong> to the React SDK <strong>main</strong> branch was completed.</h3>

package-lock.json

Lines changed: 122 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@pega/constellationjs": "SDK-8.8.4",
5555
"@pega/cosmos-react-core": "^3.0.1",
5656
"@pega/cosmos-react-work": "^3.0.1",
57-
"@pega/react-sdk-components": "~8.8.20",
57+
"@pega/react-sdk-components": "~8.8.21",
5858
"@tinymce/tinymce-react": "^4.3.0",
5959
"@types/styled-components": "^5.1.26",
6060
"@unicef/material-ui-currency-textfield": "^0.8.6",
@@ -76,11 +76,11 @@
7676
"@loadable/component": "^5.13.1",
7777
"@pega/configs": "^0.4.0",
7878
"@pega/cspell-config": "^0.4.0",
79-
"@pega/dx-component-builder-sdk": "~0.8.7",
79+
"@pega/dx-component-builder-sdk": "~8.23.18",
8080
"@pega/eslint-config": "^0.4.0",
8181
"@pega/pcore-pconnect-typedefs": "1.0.0",
8282
"@pega/prettier-config": "^0.4.0",
83-
"@pega/react-sdk-overrides": "~8.8.20",
83+
"@pega/react-sdk-overrides": "~8.8.21",
8484
"@pega/stylelint-config": "^0.4.0",
8585
"@pega/tsconfig": "^0.4.0",
8686
"@playwright/test": "^1.28.0",

0 commit comments

Comments
 (0)