Skip to content

Commit 90b6277

Browse files
chore: version-packages
1 parent 44fbc54 commit 90b6277

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

.changeset/great-bobcats-fry.md

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

.changeset/little-grapes-end.md

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

packages/javascript-sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.7.0
4+
5+
### Minor Changes
6+
7+
- [#530](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/530) [`db41dcc`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/db41dcc31c0d9b2dcc427cc1510ff7f6b2e7801f) Thanks [@ryanbas21](https://github.com/ryanbas21)! - add-device-client
8+
9+
### Patch Changes
10+
11+
- [#527](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/527) [`5119dc0`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/5119dc0a983afd2fe7f986d18a7b6296df9984bd) Thanks [@cerebrl](https://github.com/cerebrl)! - In order to display a more user-friendly name when saving a WebAuthn/Passkey device to an account, we prioritized displayName over userName for assignment to the `name` property of the WebAuthn options object. This avoids the display of UUIDs for saved credentials.
12+
313
## [4.6.0] - 2024-08-15
414

515
### 🚀 Features

packages/javascript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forgerock/javascript-sdk",
3-
"version": "4.6.0",
3+
"version": "4.7.0",
44
"description": "ForgeRock JavaScript SDK",
55
"author": "ForgeRock",
66
"license": "MIT",

packages/ping-protect/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
"version": "4.6.0",
44
"private": false,
55
"type": "module",
6-
"files": ["dist"],
6+
"files": [
7+
"dist"
8+
],
79
"module": "./dist/index.js",
810
"main": "./dist/index.js",
911
"repository": {
1012
"type": "git",
1113
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
1214
"directory": "packages/ping-protect"
1315
},
14-
"sideEffects": ["./dist/lib/ping-signals-sdk.js"],
16+
"sideEffects": [
17+
"./dist/lib/ping-signals-sdk.js"
18+
],
1519
"exports": {
1620
".": {
1721
"types": "./dist/index.ts.d.ts",

packages/token-vault/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "4.2.0",
44
"private": false,
55
"type": "module",
6-
"files": ["dist/*"],
6+
"files": [
7+
"dist/*"
8+
],
79
"repository": {
810
"type": "git",
911
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",

0 commit comments

Comments
 (0)