@salesforce/ui-bundle-template-app-react-sample-b2x 11.4.5 → 11.4.7
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
|
+
## [11.4.7](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.4.6...v11.4.7) (2026-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [11.4.6](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.4.5...v11.4.6) (2026-07-01)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **sfdx:** point agents to the 'experience-ui-bundle-salesforce-data-access' skill ([#664](https://github.com/salesforce-experience-platform-emu/webapps/issues/664)) ([a344d0f](https://github.com/salesforce-experience-platform-emu/webapps/commit/a344d0f6042602cc0732ca49adb2e04b19118540))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## [11.4.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v11.4.4...v11.4.5) (2026-07-01)
|
|
7
24
|
|
|
8
25
|
**Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
|
package/dist/README.md
CHANGED
|
@@ -90,6 +90,9 @@ Two npm scripts at the project root streamline getting started and deployment.
|
|
|
90
90
|
**`npm run setup`** — automates the full setup: login, deploy metadata, assign permission sets, import sample data, fetch the GraphQL schema, run codegen, build the UI Bundle, and optionally launch the dev server:
|
|
91
91
|
|
|
92
92
|
```bash
|
|
93
|
+
# Install project dependencies first (required before running setup)
|
|
94
|
+
npm install
|
|
95
|
+
|
|
93
96
|
npm run setup -- --target-org <alias>
|
|
94
97
|
```
|
|
95
98
|
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@salesforce/platform-sdk": "^11.4.
|
|
22
|
-
"@salesforce/ui-bundle": "^11.4.
|
|
21
|
+
"@salesforce/platform-sdk": "^11.4.7",
|
|
22
|
+
"@salesforce/ui-bundle": "^11.4.7",
|
|
23
23
|
"@tailwindcss/vite": "^4.1.17",
|
|
24
24
|
"class-variance-authority": "^0.7.1",
|
|
25
25
|
"clsx": "^2.1.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
51
51
|
"@graphql-tools/utils": "^11.0.0",
|
|
52
52
|
"@playwright/test": "^1.49.0",
|
|
53
|
-
"@salesforce/graphiti": "^11.4.
|
|
54
|
-
"@salesforce/vite-plugin-ui-bundle": "^11.4.
|
|
53
|
+
"@salesforce/graphiti": "^11.4.7",
|
|
54
|
+
"@salesforce/vite-plugin-ui-bundle": "^11.4.7",
|
|
55
55
|
"@testing-library/jest-dom": "^6.6.3",
|
|
56
56
|
"@testing-library/react": "^16.1.0",
|
|
57
57
|
"@testing-library/user-event": "^14.5.2",
|
package/dist/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/webapp-template-base-sfdx-project-experimental",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.7",
|
|
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": "11.4.
|
|
9
|
+
"version": "11.4.7",
|
|
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