Skip to content

Commit dcd0246

Browse files
chore: version-packages
1 parent 5406f35 commit dcd0246

File tree

7 files changed

+21
-18
lines changed

7 files changed

+21
-18
lines changed

.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.

.changeset/stupid-eagles-cross.md

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

packages/javascript-sdk/CHANGELOG.md

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

3+
## 4.8.3
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/558) [`4be5aa6`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/4be5aa67cbaa777818f532609dd62d2eb6145a44) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fixes a bad export syntax in package.json
8+
9+
- [#466](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/466) [`ec30a93`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/ec30a93494b077b5f08f1939b48e2f0b85ebdd68) Thanks [@ryanbas21](https://github.com/ryanbas21)! - This aligns ping-protect and protect initialize callbacks to the new Journey Nodes
10+
311
## 4.8.1
412

513
### 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- [#466](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/466) [`ec30a93`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/ec30a93494b077b5f08f1939b48e2f0b85ebdd68) Thanks [@ryanbas21](https://github.com/ryanbas21)! - This aligns ping-protect and protect initialize callbacks to the new Journey Nodes
8+
9+
- [#546](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/546) [`a87b517`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/a87b517c2a2cada9ec07ecdb279cb9b7a4edc35e) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix the protect-package versioning. no functional changes to protect package, but allow more loose versioning on javascript-sdk
10+
11+
- Updated dependencies [[`4be5aa6`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/4be5aa67cbaa777818f532609dd62d2eb6145a44), [`ec30a93`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/ec30a93494b077b5f08f1939b48e2f0b85ebdd68)]:
12+
- @forgerock/javascript-sdk@4.8.3
13+
314
## v4.6.0 (2024-08-15)
415

516
### 🚀 Features

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.0",
3+
"version": "4.6.1",
44
"private": false,
55
"type": "module",
66
"files": ["./dist/*"],

0 commit comments

Comments
 (0)