@salesforce/templates 66.7.11 → 66.7.12

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.
@@ -18,8 +18,8 @@
18
18
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@salesforce/sdk-data": "^1.122.1",
22
- "@salesforce/ui-bundle": "^1.122.1",
21
+ "@salesforce/sdk-data": "^1.123.0",
22
+ "@salesforce/ui-bundle": "^1.123.0",
23
23
  "@tailwindcss/vite": "^4.1.17",
24
24
  "class-variance-authority": "^0.7.1",
25
25
  "clsx": "^2.1.1",
@@ -46,7 +46,7 @@
46
46
  "@graphql-eslint/eslint-plugin": "^4.1.0",
47
47
  "@graphql-tools/utils": "^11.0.0",
48
48
  "@playwright/test": "^1.49.0",
49
- "@salesforce/vite-plugin-ui-bundle": "^1.122.1",
49
+ "@salesforce/vite-plugin-ui-bundle": "^1.123.0",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-base-sfdx-project",
3
- "version": "1.122.1",
3
+ "version": "1.123.0",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
@@ -101,5 +101,3 @@ console.log('UI bundle directory:', uiBundleDir);
101
101
 
102
102
  run('npm install', 'npm', ['install', '--registry', 'https://registry.npmjs.org/'], { cwd: uiBundleDir });
103
103
  run('npm run build', 'npm', ['run', 'build'], { cwd: uiBundleDir });
104
- console.log('\n--- Launching dev server (Ctrl+C to stop) ---\n');
105
- run('npm run dev', 'npm', ['run', 'dev'], { cwd: uiBundleDir });
@@ -3,6 +3,25 @@
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
+ # [1.123.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.122.2...v1.123.0) (2026-04-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **template:** stop auto-starting dev server after sf-project-setup ([#429](https://github.com/salesforce-experience-platform-emu/webapps/issues/429)) ([5e7e7cf](https://github.com/salesforce-experience-platform-emu/webapps/commit/5e7e7cfb9dc1c5c000b1e825307dde9eb847697b))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.122.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.122.1...v1.122.2) (2026-04-13)
18
+
19
+ **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.122.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.122.0...v1.122.1) (2026-04-10)
7
26
 
8
27
  **Note:** Version bump only for package @salesforce/ui-bundle-template-base-sfdx-project