Skip to content

Commit d5751bf

Browse files
committed
chore: add-changeset
adding a changeset and a few fixes to the repo for adding a changeset
1 parent a43058d commit d5751bf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/brave-pears-help.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@forgerock/davinci-client': minor
3+
---
4+
5+
adding support for fields in DROPDOWN, CHECKBOX, COMBOBOX, RADIO, FLOW_LINK.

.changeset/config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
}
88
],
99
"commit": false,
10-
"fixed": [],
10+
"fixed": [["@forgerock/*"]],
11+
"privatePackages": false,
1112
"linked": [],
1213
"access": "public",
1314
"baseBranch": "main",
1415
"updateInternalDependencies": "patch",
1516
"ignore": [
16-
"@forgerock/*",
17+
"@forgerock/mock-api-v2",
1718
"@forgerock/davinci-app",
1819
"@forgerock/davinci-suites",
1920
"@forgerock/mock-api-v2"

e2e/davinci-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@forgerock/davinci-app",
3+
"version": "0.0.0",
34
"description": "Ping DaVinci Client Test App",
45
"type": "module",
56
"private": true,
@@ -11,7 +12,6 @@
1112
"@forgerock/javascript-sdk": "4.6.0"
1213
},
1314
"devDependencies": {},
14-
"version": "0.0.0",
1515
"scripts": {
1616
"build": "nx exec -- vite build --watch false",
1717
"serve": "vite dev",

e2e/mock-api-v2/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@forgerock/mock-api-v2",
3+
"private": true,
34
"version": "1.0.0",
45
"description": "",
56
"main": "./dist/index.js",

0 commit comments

Comments
 (0)