Skip to content

Commit dfc4309

Browse files
authored
Updated package version to 24.1.10 and Key release updates doc changes (#364)
1 parent 0a7685d commit dfc4309

File tree

5 files changed

+41
-29
lines changed

5 files changed

+41
-29
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pega/react-sdk-components",
3-
"version": "23.1.11",
3+
"version": "24.1.10",
44
"description": "React SDK packaging: bridge and components, overrides",
55
"main": "index.ts",
66
"scripts": {
@@ -53,10 +53,9 @@
5353
"@material-ui/icons": "^4.11.3",
5454
"@material-ui/lab": "^4.0.0-alpha.60",
5555
"@material-ui/pickers": "^3.3.10",
56-
"@pega/auth": "^0.2.2",
56+
"@pega/auth": "^0.2.13",
5757
"@tinymce/tinymce-react": "^4.3.2",
5858
"@types/react": "^17.0.74",
59-
"react-number-format": "^5.3.4",
6059
"dayjs": "^1.11.10",
6160
"downloadjs": "^1.4.7",
6261
"fast-deep-equal": "^3.1.3",
@@ -66,6 +65,7 @@
6665
"react": "^17.0.2",
6766
"react-datepicker": "^4.25.0",
6867
"react-dom": "^17.0.2",
68+
"react-number-format": "^5.3.4",
6969
"react-redux": "^8.1.3",
7070
"react-router-dom": "^5.3.4",
7171
"throttle-debounce": "^5.0.0"
@@ -75,7 +75,7 @@
7575
"@pega/commitlint-config": "^0.7.1",
7676
"@pega/commitlint-plugin": "^0.7.1",
7777
"@pega/configs": "^0.7.1",
78-
"@pega/constellationjs": "24.1.0-test-20240610",
78+
"@pega/constellationjs": "24.1.0",
7979
"@pega/cspell-config": "^0.7.1",
8080
"@pega/eslint-config": "^0.7.1",
8181
"@pega/pcore-pconnect-typedefs": "~3.0.0",

packages/react-sdk-components/doc/KeyReleaseUpdates.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
### React SDK - Release Announcement - v23.1.11 (10 April 2024)
1+
### React SDK - Release Announcement - v24.1.10 (05 July 2024)
22

3+
This release - **SDK-R v24.1.10** - is **only compatible with Pega Infinity 24**. This release is related to the [**release/24.1.10** branch of the React SDK repository](https://github.com/pegasystems/react-sdk/tree/release/24.1.10).
4+
<br>
5+
6+
The SDK-R v24.1.10 release allow React SDK users to to take advantage of the latest [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:
7+
8+
* Support has been added for the approve and reject case actions
9+
* Formatting of currency values now works as expected
10+
* Bug fixes
11+
* 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 since (and including) #348.
12+
<br />
13+
<hr />
14+
15+
### Previous Releases
16+
17+
#### React SDK - v23.1.11 (10 April 2024)
318
This release - **SDK-R v23.1.11** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.11** branch of the React SDK repository](https://github.com/pegasystems/react-sdk/tree/release/23.1.11).
419
<br>
520

@@ -10,14 +25,11 @@ The SDK-R v23.1.11 release allow React SDK users to to take advantage of the lat
1025
* Added modal dialog edit view in table
1126
* Added Lint support to improve code quality and Prettier support for code formatting.
1227
* Bug fixes
13-
* 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 since (and including) #232.
14-
15-
<br />
28+
* The @pega/react-sdk-components package (version 23.1.12) released in May 2024, you can check what has been added as part of this release in [**What's New in the SDK?**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/react-sdk-updates.html)
29+
* 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/commits/release/23.1). This release includes all PRs since (and including) #232 and #354.
1630
<hr />
1731

18-
### Previous Releases
19-
20-
#### React SDK - Release Announcement - v23.1.10 (08 November 2023)
32+
#### React SDK - v23.1.10 (08 November 2023)
2133

2234
This release - **SDK-R v23.1.10** - is **only compatible with Pega Infinity 23**. This release is related to the [**release/23.1.10** branch of the React SDK repository](https://github.com/pegasystems/react-sdk/tree/release/23.1.10).
2335
<br>

packages/react-sdk-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pega/react-sdk-components",
3-
"version": "23.1.11",
3+
"version": "24.1.10",
44
"description": "React SDK Infrastructure: bridge and components",
55
"_filesComment": "During packing, npm ignores everything NOT in the files list",
66
"files": [

packages/react-sdk-overrides/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pega/react-sdk-overrides",
3-
"version": "23.1.11",
3+
"version": "24.1.10",
44
"description": "React SDK - Code for overriding components",
55
"_filesComment": "During packing, npm ignores everything NOT in the files list",
66
"files": [

0 commit comments

Comments
 (0)