From 4ec7a2eaa468e990ba7ad7dc2e241995694380e5 Mon Sep 17 00:00:00 2001 From: Ryan Bas <18267769+ryanbas21@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:24:47 -0600 Subject: [PATCH] Revert "Release PR" --- .changeset/brave-pears-help.md | 5 +++++ .changeset/fifty-berries-repeat.md | 5 +++++ .changeset/fuzzy-elephants-fry.md | 5 +++++ .changeset/fuzzy-feet-act.md | 5 +++++ .changeset/gorgeous-cats-love.md | 5 +++++ .changeset/long-islands-call.md | 5 +++++ .changeset/plenty-apples-matter.md | 5 +++++ .changeset/renovate-80b2460.md | 5 +++++ .changeset/shiny-emus-ring.md | 5 +++++ .changeset/spicy-fans-speak.md | 5 +++++ .changeset/spicy-phones-jam.md | 5 +++++ .changeset/thin-tools-kneel.md | 5 +++++ .github/workflows/ci.yml | 3 --- .gitignore | 1 - packages/davinci-client/CHANGELOG.md | 30 ---------------------------- packages/davinci-client/package.json | 2 +- 16 files changed, 61 insertions(+), 35 deletions(-) create mode 100644 .changeset/brave-pears-help.md create mode 100644 .changeset/fifty-berries-repeat.md create mode 100644 .changeset/fuzzy-elephants-fry.md create mode 100644 .changeset/fuzzy-feet-act.md create mode 100644 .changeset/gorgeous-cats-love.md create mode 100644 .changeset/long-islands-call.md create mode 100644 .changeset/plenty-apples-matter.md create mode 100644 .changeset/renovate-80b2460.md create mode 100644 .changeset/shiny-emus-ring.md create mode 100644 .changeset/spicy-fans-speak.md create mode 100644 .changeset/spicy-phones-jam.md create mode 100644 .changeset/thin-tools-kneel.md diff --git a/.changeset/brave-pears-help.md b/.changeset/brave-pears-help.md new file mode 100644 index 0000000000..da1ade1c76 --- /dev/null +++ b/.changeset/brave-pears-help.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +adding support for fields in DROPDOWN, CHECKBOX, COMBOBOX, RADIO, FLOW_LINK. diff --git a/.changeset/fifty-berries-repeat.md b/.changeset/fifty-berries-repeat.md new file mode 100644 index 0000000000..37899e7aaf --- /dev/null +++ b/.changeset/fifty-berries-repeat.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +Introduce request middleware feature to DaVinci Client diff --git a/.changeset/fuzzy-elephants-fry.md b/.changeset/fuzzy-elephants-fry.md new file mode 100644 index 0000000000..ec46510a96 --- /dev/null +++ b/.changeset/fuzzy-elephants-fry.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +add support for default data, add support for multivalue/multiselector diff --git a/.changeset/fuzzy-feet-act.md b/.changeset/fuzzy-feet-act.md new file mode 100644 index 0000000000..2a6e19f7d8 --- /dev/null +++ b/.changeset/fuzzy-feet-act.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +Add support for label and password validate field components diff --git a/.changeset/gorgeous-cats-love.md b/.changeset/gorgeous-cats-love.md new file mode 100644 index 0000000000..e89a97714b --- /dev/null +++ b/.changeset/gorgeous-cats-love.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +adds the ability to call start with query parameters which are appended to the /authorize call diff --git a/.changeset/long-islands-call.md b/.changeset/long-islands-call.md new file mode 100644 index 0000000000..6483792751 --- /dev/null +++ b/.changeset/long-islands-call.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': patch +--- + +handle formData lookup with more saftey in case it is not in response diff --git a/.changeset/plenty-apples-matter.md b/.changeset/plenty-apples-matter.md new file mode 100644 index 0000000000..67fbf39a7e --- /dev/null +++ b/.changeset/plenty-apples-matter.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': patch +--- + +fix return value for social-login diff --git a/.changeset/renovate-80b2460.md b/.changeset/renovate-80b2460.md new file mode 100644 index 0000000000..ef069338b3 --- /dev/null +++ b/.changeset/renovate-80b2460.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': patch +--- + +Updated dependency `@forgerock/javascript-sdk` to `4.7.0`. diff --git a/.changeset/shiny-emus-ring.md b/.changeset/shiny-emus-ring.md new file mode 100644 index 0000000000..6360636a96 --- /dev/null +++ b/.changeset/shiny-emus-ring.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': patch +--- + +Error node is now submittable and a user can recover more gracefully from an error state diff --git a/.changeset/spicy-fans-speak.md b/.changeset/spicy-fans-speak.md new file mode 100644 index 0000000000..8117a443dc --- /dev/null +++ b/.changeset/spicy-fans-speak.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': patch +--- + +fixes the checks to determine what node state we are in based on the response from p1 diff --git a/.changeset/spicy-phones-jam.md b/.changeset/spicy-phones-jam.md new file mode 100644 index 0000000000..afa8a450eb --- /dev/null +++ b/.changeset/spicy-phones-jam.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +Replace less valuable `details` property from error with `collectors` diff --git a/.changeset/thin-tools-kneel.md b/.changeset/thin-tools-kneel.md new file mode 100644 index 0000000000..8bd6a6ea1a --- /dev/null +++ b/.changeset/thin-tools-kneel.md @@ -0,0 +1,5 @@ +--- +'@forgerock/davinci-client': minor +--- + +add social-login feature to davinci-client diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 619fc7178c..024708d0c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: permissions: pull-requests: write contents: write - pages: write - id-token: write - steps: - uses: actions/checkout@v4 with: diff --git a/.gitignore b/.gitignore index 07bb2634c7..9eed2781e9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ */DS_Store **/*.DS_Store .pnpm-store/* -.npm/logs/* # Generated code tmp/ diff --git a/packages/davinci-client/CHANGELOG.md b/packages/davinci-client/CHANGELOG.md index 2ba303b078..000098f80e 100644 --- a/packages/davinci-client/CHANGELOG.md +++ b/packages/davinci-client/CHANGELOG.md @@ -1,35 +1,5 @@ # @forgerock/davinci-client -## 1.1.0 - -### Minor Changes - -- [#3](https://github.com/ForgeRock/ping-javascript-sdk/pull/3) [`5fc1b35`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5fc1b35927ab697c47a2fd11b0c777c9e9968650) Thanks [@ryanbas21](https://github.com/ryanbas21)! - adding support for fields in DROPDOWN, CHECKBOX, COMBOBOX, RADIO, FLOW_LINK. - -- [#171](https://github.com/ForgeRock/ping-javascript-sdk/pull/171) [`dc469d5`](https://github.com/ForgeRock/ping-javascript-sdk/commit/dc469d5aab01bc4552d759f81884aed307b10644) Thanks [@cerebrl](https://github.com/cerebrl)! - Introduce request middleware feature to DaVinci Client - -- [#14](https://github.com/ForgeRock/ping-javascript-sdk/pull/14) [`b2b8bcc`](https://github.com/ForgeRock/ping-javascript-sdk/commit/b2b8bccc139d52639651035f2d8daa00668ccef9) Thanks [@ryanbas21](https://github.com/ryanbas21)! - add support for default data, add support for multivalue/multiselector - -- [#94](https://github.com/ForgeRock/ping-javascript-sdk/pull/94) [`34f4140`](https://github.com/ForgeRock/ping-javascript-sdk/commit/34f4140a88ab71d95d4275580c371cce380c09e4) Thanks [@cerebrl](https://github.com/cerebrl)! - Add support for label and password validate field components - -- [#7](https://github.com/ForgeRock/ping-javascript-sdk/pull/7) [`6ce29c4`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6ce29c4297a603ecb3afa2e3c5d1a40c2f27f300) Thanks [@ryanbas21](https://github.com/ryanbas21)! - adds the ability to call start with query parameters which are appended to the /authorize call - -- [#134](https://github.com/ForgeRock/ping-javascript-sdk/pull/134) [`15e8c8a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/15e8c8a5d18e1d3285da9b03c8f9e07d2d043f18) Thanks [@cerebrl](https://github.com/cerebrl)! - Replace less valuable `details` property from error with `collectors` - -- [#128](https://github.com/ForgeRock/ping-javascript-sdk/pull/128) [`c002af0`](https://github.com/ForgeRock/ping-javascript-sdk/commit/c002af09b0c6aeac63acdde4944834b0e6876fd8) Thanks [@ryanbas21](https://github.com/ryanbas21)! - add social-login feature to davinci-client - -### Patch Changes - -- [#226](https://github.com/ForgeRock/ping-javascript-sdk/pull/226) [`5bd7e8a`](https://github.com/ForgeRock/ping-javascript-sdk/commit/5bd7e8a74505b62a14de6b01d3c8711aaae05a46) Thanks [@ryanbas21](https://github.com/ryanbas21)! - handle formData lookup with more saftey in case it is not in response - -- [#204](https://github.com/ForgeRock/ping-javascript-sdk/pull/204) [`f473565`](https://github.com/ForgeRock/ping-javascript-sdk/commit/f47356596767bf8c5499c451a3e8004c1674accd) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fix return value for social-login - -- [#22](https://github.com/ForgeRock/ping-javascript-sdk/pull/22) [`e8698fc`](https://github.com/ForgeRock/ping-javascript-sdk/commit/e8698fce2a4ad90174dd40a1e14154785348b3ed) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@forgerock/javascript-sdk` to `4.7.0`. - -- [#161](https://github.com/ForgeRock/ping-javascript-sdk/pull/161) [`1e904ae`](https://github.com/ForgeRock/ping-javascript-sdk/commit/1e904ae4fc6f696f415e853e762f543a5dd0c848) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Error node is now submittable and a user can recover more gracefully from an error state - -- [#15](https://github.com/ForgeRock/ping-javascript-sdk/pull/15) [`a8c7124`](https://github.com/ForgeRock/ping-javascript-sdk/commit/a8c71243d5c93c692b83a98c352ca1efcbe59da3) Thanks [@ryanbas21](https://github.com/ryanbas21)! - fixes the checks to determine what node state we are in based on the response from p1 - ## 1.0.0 ### Major Changes diff --git a/packages/davinci-client/package.json b/packages/davinci-client/package.json index cb40601c71..b3c829e307 100644 --- a/packages/davinci-client/package.json +++ b/packages/davinci-client/package.json @@ -1,6 +1,6 @@ { "name": "@forgerock/davinci-client", - "version": "1.1.0", + "version": "1.0.0", "repository": { "type": "git", "url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",