@salesforce/webapp-template-feature-react-chart-experimental 1.29.1 → 1.30.1

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.
@@ -20,6 +20,7 @@ Available features (npm packages):
20
20
  | **Analytics charts** | `@salesforce/webapp-template-feature-react-chart-experimental` | Recharts line/bar charts with theming (AnalyticsChart, ChartContainer) |
21
21
  | **GraphQL data access**| `@salesforce/webapp-template-feature-graphql-experimental` | executeGraphQL utilities, codegen tooling, and example AccountsTable |
22
22
  | **Shared UI (shadcn)** | `@salesforce/webapp-template-feature-react-shadcn-experimental` | Button, Card, Input, Select, Table, Tabs, etc. |
23
+ | **Micro frontends** | `@salesforce/webapp-template-feature-micro-frontend-experimental` | Embed an App into Salesforce UI
23
24
 
24
25
 
25
26
 
package/dist/CHANGELOG.md CHANGED
@@ -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.30.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.30.0...v1.30.1) (2026-02-16)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ # [1.30.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.1...v1.30.0) (2026-02-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * add feature and skill for Micro Frontends ([#110](https://github.com/salesforce-experience-platform-emu/webapps/issues/110)) ([489a939](https://github.com/salesforce-experience-platform-emu/webapps/commit/489a939b1c7c80eadd88d9daf8312400fbedb3c5))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.29.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.0...v1.29.1) (2026-02-13)
7
26
 
8
27
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -20,7 +20,7 @@
20
20
  "react-dom": "^19.2.0",
21
21
  "react-router": "^7.10.1",
22
22
  "recharts": "^2.15.4",
23
- "tailwind-merge": "^3.4.0",
23
+ "tailwind-merge": "^3.4.1",
24
24
  "tailwindcss": "^4.1.17"
25
25
  },
26
26
  "devDependencies": {
@@ -7729,9 +7729,9 @@
7729
7729
  "license": "MIT"
7730
7730
  },
7731
7731
  "node_modules/tailwind-merge": {
7732
- "version": "3.4.0",
7733
- "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
7734
- "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
7732
+ "version": "3.4.1",
7733
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.1.tgz",
7734
+ "integrity": "sha512-2OA0rFqWOkITEAOFWSBSApYkDeH9t2B3XSJuI4YztKBzK3mX0737A2qtxDZ7xkw9Zfh0bWl+r34sF3HXV+Ig7Q==",
7735
7735
  "license": "MIT",
7736
7736
  "funding": {
7737
7737
  "type": "github",
@@ -24,7 +24,7 @@
24
24
  "react-dom": "^19.2.0",
25
25
  "react-router": "^7.10.1",
26
26
  "recharts": "^2.15.4",
27
- "tailwind-merge": "^3.4.0",
27
+ "tailwind-merge": "^3.4.1",
28
28
  "tailwindcss": "^4.1.17"
29
29
  },
30
30
  "devDependencies": {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.29.1",
3
+ "version": "1.30.1",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-react-chart-experimental",
3
- "version": "1.29.1",
3
+ "version": "1.30.1",
4
4
  "description": "Chart feature with analytics chart components, agent skills, and rules (Recharts)",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -31,7 +31,7 @@
31
31
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-react-chart packages/template/base-app/base-react-app packages/template/feature/feature-react-chart/dist"
32
32
  },
33
33
  "devDependencies": {
34
- "@salesforce/webapp-experimental": "^1.29.1",
34
+ "@salesforce/webapp-experimental": "^1.30.1",
35
35
  "@types/react": "^19.2.7",
36
36
  "@types/react-dom": "^19.2.3",
37
37
  "react-dom": "^19.2.1",
@@ -39,5 +39,5 @@
39
39
  "recharts": "^2.15.0",
40
40
  "vite": "^7.3.1"
41
41
  },
42
- "gitHead": "a9638ee25f6b90f08f032bb06fabc218a3b0ebd4"
42
+ "gitHead": "a5cc859ca5bec49a2501879befaa90787bf5c578"
43
43
  }