Skip to content

Commit d319297

Browse files
chore: version-packages
1 parent 3bdaffb commit d319297

12 files changed

+50
-46
lines changed

.changeset/brave-pears-help.md

-5
This file was deleted.

.changeset/fuzzy-elephants-fry.md

-5
This file was deleted.

.changeset/fuzzy-feet-act.md

-5
This file was deleted.

.changeset/gorgeous-cats-love.md

-5
This file was deleted.

.changeset/renovate-80b2460.md

-5
This file was deleted.

.changeset/spicy-fans-speak.md

-5
This file was deleted.

.changeset/spicy-phones-jam.md

-5
This file was deleted.

.changeset/thin-tools-kneel.md

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
0 verbose cli /opt/hostedtoolcache/node/20.18.3/x64/bin/node /opt/hostedtoolcache/node/20.18.3/x64/bin/npm
2+
1 info using [email protected]
3+
2 info using [email protected]
4+
3 silly config load:file:/opt/hostedtoolcache/node/20.18.3/x64/lib/node_modules/npm/npmrc
5+
4 silly config load:file:/home/runner/work/ping-javascript-sdk/ping-javascript-sdk/.npmrc
6+
5 silly config load:file:/opt/hostedtoolcache/node/20.18.3/x64/etc/npmrc
7+
6 verbose title npm ls @scarf/scarf
8+
7 verbose argv "ls" "@scarf/scarf" "--json" "--long"
9+
8 verbose logfile logs-max:10 dir:/home/runner/work/ping-javascript-sdk/ping-javascript-sdk/.npm/_logs/2025-03-11T16_40_07_691Z-
10+
9 verbose logfile /home/runner/work/ping-javascript-sdk/ping-javascript-sdk/.npm/_logs/2025-03-11T16_40_07_691Z-debug-0.log
11+
10 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
12+
11 silly logfile done cleaning log files

e2e/davinci-app/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"type": "module",
66
"private": true,
77
"nx": {
8-
"tags": ["scope:app"]
8+
"tags": [
9+
"scope:app"
10+
]
911
},
1012
"scripts": {
1113
"build": "pnpm nx nxBuild",

packages/davinci-client/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @forgerock/davinci-client
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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`
16+
17+
- [#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
18+
19+
### Patch Changes
20+
21+
- [#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`.
22+
23+
- [#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
24+
325
## 1.0.0
426

527
### Major Changes

packages/davinci-client/package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@forgerock/davinci-client",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
77
"directory": "packages/davinci-client"
88
},
9-
"sideEffects": ["./src/types.js"],
9+
"sideEffects": [
10+
"./src/types.js"
11+
],
1012
"type": "module",
1113
"exports": {
1214
".": "./dist/src/index.js",
@@ -15,7 +17,9 @@
1517
"main": "./dist/index.js",
1618
"module": "./dist/index.js",
1719
"typings": "./dist/index.d.ts",
18-
"files": ["dist"],
20+
"files": [
21+
"dist"
22+
],
1923
"scripts": {
2024
"lint": "pnpm nx nxLint",
2125
"test": "pnpm nx nxTest",
@@ -33,11 +37,15 @@
3337
"access": "public"
3438
},
3539
"nx": {
36-
"tags": ["scope:package"],
40+
"tags": [
41+
"scope:package"
42+
],
3743
"targets": {
3844
"build": {
3945
"executor": "@nx/js:tsc",
40-
"outputs": ["{options.outputPath}"],
46+
"outputs": [
47+
"{options.outputPath}"
48+
],
4149
"options": {
4250
"outputPath": "packages/davinci-client/dist",
4351
"main": "packages/davinci-client/src/index.ts",

0 commit comments

Comments
 (0)