@salesforce/ui-bundle-template-app-react-template-b2e 10.19.1 → 10.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.20.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.20.0...v10.20.1) (2026-06-23)
7
+
8
+ **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
9
+
10
+
11
+
12
+
13
+
14
+ ## [10.20.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.19.1...v10.20.0) (2026-06-23)
15
+
16
+ **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
17
+
18
+
19
+
20
+
21
+
6
22
  ## [10.19.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v10.19.0...v10.19.1) (2026-06-22)
7
23
 
8
24
  **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
@@ -18,8 +18,8 @@
18
18
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@salesforce/platform-sdk": "^10.19.1",
22
- "@salesforce/ui-bundle": "^10.19.1",
21
+ "@salesforce/platform-sdk": "^10.20.1",
22
+ "@salesforce/ui-bundle": "^10.20.1",
23
23
  "@tailwindcss/vite": "^4.1.17",
24
24
  "class-variance-authority": "^0.7.1",
25
25
  "clsx": "^2.1.1",
@@ -45,8 +45,8 @@
45
45
  "@graphql-eslint/eslint-plugin": "^4.1.0",
46
46
  "@graphql-tools/utils": "^11.0.0",
47
47
  "@playwright/test": "^1.49.0",
48
- "@salesforce/graphiti": "^10.19.1",
49
- "@salesforce/vite-plugin-ui-bundle": "^10.19.1",
48
+ "@salesforce/graphiti": "^10.20.1",
49
+ "@salesforce/vite-plugin-ui-bundle": "^10.20.1",
50
50
  "@testing-library/jest-dom": "^6.6.3",
51
51
  "@testing-library/react": "^16.1.0",
52
52
  "@testing-library/user-event": "^14.5.2",
@@ -156,7 +156,9 @@ function AccountDetailContent({ account }: { account: AccountNode }) {
156
156
  <FieldItem label="Industry">{fieldValue(account.Industry)}</FieldItem>
157
157
  <FieldItem label="Annual Revenue">{fieldValue(account.AnnualRevenue)}</FieldItem>
158
158
  </FieldRow>
159
- <FieldItem label="Description">{fieldValue(account.Description)}</FieldItem>
159
+ <dl>
160
+ <FieldItem label="Description">{fieldValue(account.Description)}</FieldItem>
161
+ </dl>
160
162
  </Section>
161
163
 
162
164
  <Separator />
@@ -216,7 +218,7 @@ function FieldItem({ label, children }: { label: string; children: React.ReactNo
216
218
  }
217
219
 
218
220
  function FieldRow({ children }: { children: React.ReactNode }) {
219
- return <div className="grid grid-cols-2 gap-x-8 gap-y-4">{children}</div>;
221
+ return <dl className="grid grid-cols-2 gap-x-8 gap-y-4">{children}</dl>;
220
222
  }
221
223
 
222
224
  function Section({ title, children }: { title: string; children: React.ReactNode }) {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "10.19.1",
3
+ "version": "10.20.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
9
- "version": "10.19.1",
9
+ "version": "10.20.1",
10
10
  "license": "SEE LICENSE IN LICENSE.txt",
11
11
  "devDependencies": {
12
12
  "@lwc/eslint-plugin-lwc": "^3.3.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-base-sfdx-project",
3
- "version": "10.19.1",
3
+ "version": "10.20.1",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-app-react-template-b2e",
3
- "version": "10.19.1",
3
+ "version": "10.20.1",
4
4
  "description": "Salesforce React internal app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",