@salesforce/ui-bundle-template-app-react-template-b2e 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
|
@@ -74,6 +74,9 @@ Two npm scripts at the project root streamline getting started and deployment.
|
|
|
74
74
|
**`npm run setup`** — runs the full deployment setup in one command: org login (if needed), UI Bundle build, deploy the UI Bundle, fetch GraphQL schema, run codegen, and optionally start the dev server:
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
|
+
# Install project dependencies first (required before running setup)
|
|
78
|
+
npm install
|
|
79
|
+
|
|
77
80
|
npm run setup -- --target-org <alias>
|
|
78
81
|
```
|
|
79
82
|
|
|
@@ -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",
|
|
@@ -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": "^11.4.
|
|
49
|
-
"@salesforce/vite-plugin-ui-bundle": "^11.4.
|
|
48
|
+
"@salesforce/graphiti": "^11.4.7",
|
|
49
|
+
"@salesforce/vite-plugin-ui-bundle": "^11.4.7",
|
|
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",
|
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