Skip to content

Commit 954ce37

Browse files
chore: version-packages
1 parent 7176dd5 commit 954ce37

27 files changed

+116
-58
lines changed

.changeset/calm-waves-change.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/dirty-queens-design.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/dull-rockets-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-chefs-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-cougars-sneeze.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/small-rats-cut.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-nights-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/davinci-client/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @forgerock/davinci-client
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#348](https://github.com/ForgeRock/ping-javascript-sdk/pull/348) [`beb349a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/beb349a9a13e7bb8fbad35bf9bda9e340545cffa) Thanks [@cerebrl](https://github.com/cerebrl)! - Implemented token exchange within OIDC Client
8+
9+
- [#340](https://github.com/ForgeRock/ping-javascript-sdk/pull/340) [`0fa522a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/0fa522ab734a9b5adf41883abf25fa8600aaf6a9) Thanks [@ancheetah](https://github.com/ancheetah)! - Implemented Ping Protect collector
10+
11+
### Patch Changes
12+
13+
- [#363](https://github.com/ForgeRock/ping-javascript-sdk/pull/363) [`6c06e70`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6c06e709a7aa503cda2e4f2b923cace1abcebd3c) Thanks [@cerebrl](https://github.com/cerebrl)! - Implement OIDC logout and user info request; includes type updates and global error type
14+
15+
- Updated dependencies [[`beb349a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/beb349a9a13e7bb8fbad35bf9bda9e340545cffa), [`dc4d4bd`](https://github.com/ForgeRock/ping-javascript-sdk/commit/dc4d4bdb5aa781660de631f45b22620e400d9f4a), [`6c06e70`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6c06e709a7aa503cda2e4f2b923cace1abcebd3c)]:
16+
- @forgerock/storage@1.3.0
17+
- @forgerock/sdk-oidc@1.3.0
18+
- @forgerock/sdk-types@1.3.0
19+
- @forgerock/sdk-logger@1.3.0
20+
- @forgerock/sdk-request-middleware@1.3.0
21+
322
## 1.2.0
423

524
### Minor Changes

packages/davinci-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forgerock/davinci-client",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",

packages/oidc-client/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @forgerock/oidc-client
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#348](https://github.com/ForgeRock/ping-javascript-sdk/pull/348) [`beb349a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/beb349a9a13e7bb8fbad35bf9bda9e340545cffa) Thanks [@cerebrl](https://github.com/cerebrl)! - Implemented token exchange within OIDC Client
8+
9+
- [#344](https://github.com/ForgeRock/ping-javascript-sdk/pull/344) [`dc4d4bd`](https://github.com/ForgeRock/ping-javascript-sdk/commit/dc4d4bdb5aa781660de631f45b22620e400d9f4a) Thanks [@cerebrl](https://github.com/cerebrl)! - Implement authorize functionality in oidc-client
10+
- Provide authorize URL method for URL creation
11+
- Provide background method for authorization without redirection
12+
- Introduce Micro from the Effect package
13+
14+
- [#368](https://github.com/ForgeRock/ping-javascript-sdk/pull/368) [`5fe1f95`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5fe1f95667761a6a35b69e0b278e086e7cbc7e98) Thanks [@ancheetah](https://github.com/ancheetah)! - Added tests for oidc client
15+
16+
- [#363](https://github.com/ForgeRock/ping-javascript-sdk/pull/363) [`6c06e70`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6c06e709a7aa503cda2e4f2b923cace1abcebd3c) Thanks [@cerebrl](https://github.com/cerebrl)! - Implement OIDC logout and user info request; includes type updates and global error type
17+
18+
- [#369](https://github.com/ForgeRock/ping-javascript-sdk/pull/369) [`7cb0519`](https://github.com/ForgeRock/ping-javascript-sdk/commit/7cb0519b833ec8094a57cc20c4183fc4e521e132) Thanks [@cerebrl](https://github.com/cerebrl)! - Implement token `get` method for local tokens and autorenew
19+
20+
### Patch Changes
21+
22+
- Updated dependencies [[`beb349a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/beb349a9a13e7bb8fbad35bf9bda9e340545cffa), [`dc4d4bd`](https://github.com/ForgeRock/ping-javascript-sdk/commit/dc4d4bdb5aa781660de631f45b22620e400d9f4a), [`6c06e70`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6c06e709a7aa503cda2e4f2b923cace1abcebd3c)]:
23+
- @forgerock/iframe-manager@1.3.0
24+
- @forgerock/storage@1.3.0
25+
- @forgerock/sdk-oidc@1.3.0
26+
- @forgerock/sdk-types@1.3.0
27+
- @forgerock/sdk-logger@1.3.0
28+
- @forgerock/sdk-request-middleware@1.3.0
29+
330
## 1.2.0
431

532
### Patch Changes

0 commit comments

Comments
 (0)