@salesforce/ui-bundle-template-app-react-template-b2e 9.8.1 → 9.9.0

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,23 @@
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
+ ## [9.9.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v9.8.2...v9.9.0) (2026-05-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * (template) add customApplication metadata for B2E UIBundle apps @W-22568671 ([#548](https://github.com/salesforce-experience-platform-emu/webapps/issues/548)) ([5d39634](https://github.com/salesforce-experience-platform-emu/webapps/commit/5d396340ee297f6854a91d2b6ca673e438bfb8a6))
12
+
13
+
14
+
15
+ ## [9.8.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v9.8.1...v9.8.2) (2026-05-22)
16
+
17
+ **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
18
+
19
+
20
+
21
+
22
+
6
23
  ## [9.8.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v9.8.0...v9.8.1) (2026-05-22)
7
24
 
8
25
  **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <brand>
4
+ <headerColor>#0070D2</headerColor>
5
+ <shouldOverrideOrgTheme>false</shouldOverrideOrgTheme>
6
+ </brand>
7
+ <formFactors>Small</formFactors>
8
+ <formFactors>Large</formFactors>
9
+ <isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
10
+ <isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
11
+ <isNavTabPersistenceDisabled>false</isNavTabPersistenceDisabled>
12
+ <isOmniPinnedViewEnabled>false</isOmniPinnedViewEnabled>
13
+ <label>reactinternalapp</label>
14
+ <navType>Standard</navType>
15
+ <uiBundle>c__reactinternalapp</uiBundle>
16
+ <uiType>Lightning</uiType>
17
+ </CustomApplication>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <applicationVisibilities>
4
+ <application>reactinternalapp</application>
5
+ <visible>true</visible>
6
+ </applicationVisibilities>
7
+ <hasActivationRequired>false</hasActivationRequired>
8
+ <label>reactinternalapp Access</label>
9
+ </PermissionSet>
@@ -4,4 +4,5 @@
4
4
  <description>A Salesforce UI Bundle.</description>
5
5
  <isActive>true</isActive>
6
6
  <version>1</version>
7
+ <target>LightningApp</target>
7
8
  </UIBundle>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "9.8.1",
3
+ "version": "9.9.0",
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": "9.8.1",
9
+ "version": "9.9.0",
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": "9.8.1",
3
+ "version": "9.9.0",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "permsetAssignments": {
3
- "assignments": {}
3
+ "assignments": {
4
+ "reactinternalapp_Access": {
5
+ "assignee": "currentUser"
6
+ }
7
+ }
4
8
  }
5
- }
9
+ }
@@ -8,5 +8,5 @@
8
8
  "name": "MyProject",
9
9
  "namespace": "",
10
10
  "sfdcLoginUrl": "https://login.salesforce.com",
11
- "sourceApiVersion": "66.0"
11
+ "sourceApiVersion": "67.0"
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-app-react-template-b2e",
3
- "version": "9.8.1",
3
+ "version": "9.9.0",
4
4
  "description": "Salesforce React internal app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",