Skip to content

Commit 641ae1a

Browse files
chore: version-packages
1 parent c34aaa1 commit 641ae1a

32 files changed

+229
-113
lines changed

.changeset/chilly-sheep-follow.md

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

.changeset/eleven-baboons-battle.md

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

.changeset/fix-storage-error-handling.md

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

.changeset/full-bikes-boil.md

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

.changeset/happy-actors-learn.md

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

.changeset/hip-owls-rule.md

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

.changeset/lovely-cloths-sin.md

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

.changeset/sour-jobs-count.md

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

packages/davinci-client/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#502](https://github.com/ForgeRock/ping-javascript-sdk/pull/502) [`9ad4062`](https://github.com/ForgeRock/ping-javascript-sdk/commit/9ad406268dd568d8d6f6447a07b656e317a9da8d) Thanks [@ryanbas21](https://github.com/ryanbas21)! - releasing version 2 of the ping javascript sdk
8+
9+
### Patch Changes
10+
11+
- [#510](https://github.com/ForgeRock/ping-javascript-sdk/pull/510) [`3c63979`](https://github.com/ForgeRock/ping-javascript-sdk/commit/3c63979f83486e0914b61b6accfd5345e6eff152) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Fix error handling in storage client and davinci-client
12+
- Add `isGenericError` type guard to sdk-utilities for runtime error validation
13+
- Fix storage client to properly catch errors from custom storage implementations, honoring the errors-as-values contract
14+
- Improve davinci-client error handling to use explicit error checks instead of try-catch
15+
16+
- [#504](https://github.com/ForgeRock/ping-javascript-sdk/pull/504) [`7834cde`](https://github.com/ForgeRock/ping-javascript-sdk/commit/7834cde01f4537492d38251165c557320ac1fd85) Thanks [@ancheetah](https://github.com/ancheetah)! - Improve FIDO module error handling when no options
17+
18+
- [#526](https://github.com/ForgeRock/ping-javascript-sdk/pull/526) [`5a9ea40`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5a9ea4079af4698f2d7df4bb5e7b40261aece15c) Thanks [@ancheetah](https://github.com/ancheetah)! - Update READMES. Fix types and comments.
19+
20+
- Updated dependencies [[`3c63979`](https://github.com/ForgeRock/ping-javascript-sdk/commit/3c63979f83486e0914b61b6accfd5345e6eff152), [`ad81c13`](https://github.com/ForgeRock/ping-javascript-sdk/commit/ad81c13ab2b863be46a98803e48754b0e2b3746b), [`9ad4062`](https://github.com/ForgeRock/ping-javascript-sdk/commit/9ad406268dd568d8d6f6447a07b656e317a9da8d), [`5a9ea40`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5a9ea4079af4698f2d7df4bb5e7b40261aece15c)]:
21+
- @forgerock/sdk-utilities@2.0.0
22+
- @forgerock/storage@2.0.0
23+
- @forgerock/sdk-logger@2.0.0
24+
- @forgerock/sdk-oidc@2.0.0
25+
- @forgerock/sdk-request-middleware@2.0.0
26+
- @forgerock/sdk-types@2.0.0
27+
328
## 1.3.0
429

530
### 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.3.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",

0 commit comments

Comments
 (0)