@salesforce/webapp-template-feature-micro-frontend 1.35.1 → 1.35.2

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,17 @@
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.35.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.35.1...v1.35.2) (2026-02-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * adding template tests in ci @W-20919457 ([#114](https://github.com/salesforce-experience-platform-emu/webapps/issues/114)) ([ebd3d5a](https://github.com/salesforce-experience-platform-emu/webapps/commit/ebd3d5a5d1d84d7ae69b216de82da4a09edb6cb8))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.35.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.35.0...v1.35.1) (2026-02-18)
7
18
 
8
19
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
@@ -11,6 +11,7 @@
11
11
  "clean": "echo 'No clean required for base-sfdx-project'",
12
12
  "lint": "eslint **/{aura,lwc}/**/*.js",
13
13
  "test": "npm run test:unit",
14
+ "test:coverage": "npm run test",
14
15
  "test:unit": "sfdx-lwc-jest -- --passWithNoTests",
15
16
  "test:unit:watch": "sfdx-lwc-jest --watch",
16
17
  "test:unit:debug": "sfdx-lwc-jest --debug",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-micro-frontend",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "Micro Frontend generation feature for Web Applications",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -21,12 +21,12 @@
21
21
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-micro-frontend packages/template/base-app/base-react-app packages/template/feature/feature-micro-frontend/dist"
22
22
  },
23
23
  "devDependencies": {
24
- "@salesforce/micro-frontends-experimental": "^1.35.1",
25
- "@salesforce/webapp-experimental": "^1.35.1",
24
+ "@salesforce/micro-frontends-experimental": "^1.35.2",
25
+ "@salesforce/webapp-experimental": "^1.35.2",
26
26
  "@types/react": "^19.2.7",
27
27
  "@types/react-dom": "^19.2.3",
28
28
  "react-dom": "^19.2.1",
29
29
  "vite": "^7.3.1"
30
30
  },
31
- "gitHead": "e16e1218a56c6c03b8c71ec2e2057b3ecc4eb2e2"
31
+ "gitHead": "b76cec0816888528ccb040ecb91964fe45b9e843"
32
32
  }