Skip to content

Commit f55f5ed

Browse files
chore: version-packages
1 parent ac5eab1 commit f55f5ed

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

.changeset/jolly-signs-think.md

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

.changeset/khaki-feet-cheer.md

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

.changeset/lucky-balloons-repeat.md

Lines changed: 0 additions & 6 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.8.3
4+
5+
### Patch Changes
6+
7+
- [#565](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/565) [`0795917`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/0795917321dbee1b148bdb581a1743d197eb81fb) Thanks [@ryanbas21](https://github.com/ryanbas21)! - remove shared array buffer type from webauthn ParsedCredentials.
8+
9+
- [`f35d9b2`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/f35d9b25c93641acb1d96b643eda59e367931af2) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fixes a bad export syntax in package.json
10+
11+
- [`90099e5`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/90099e51031fc2672f73eda4388a368a0d54a89f) Thanks [@cerebrl](https://github.com/cerebrl)! - This aligns ping-protect and protect initialize callbacks to the new Journey Nodes
12+
313
## 4.8.1
414

515
### Patch Changes

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.8.2",
3+
"version": "4.8.3",
44
"description": "ForgeRock JavaScript SDK",
55
"author": "ForgeRock",
66
"license": "MIT",

packages/ping-protect/CHANGELOG.md

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

3+
## 4.6.2
4+
5+
### Patch Changes
6+
7+
- [`90099e5`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/90099e51031fc2672f73eda4388a368a0d54a89f) Thanks [@cerebrl](https://github.com/cerebrl)! - This aligns ping-protect and protect initialize callbacks to the new Journey Nodes
8+
9+
- Updated dependencies [[`0795917`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/0795917321dbee1b148bdb581a1743d197eb81fb), [`f35d9b2`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/f35d9b25c93641acb1d96b643eda59e367931af2), [`90099e5`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/90099e51031fc2672f73eda4388a368a0d54a89f)]:
10+
- @forgerock/javascript-sdk@4.8.3
11+
312
## 4.6.1
413

514
### Patch Changes

packages/ping-protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forgerock/ping-protect",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"private": false,
55
"type": "module",
66
"files": ["./dist/*"],

0 commit comments

Comments
 (0)