@salesforce/webapp-template-feature-react-chart-experimental 1.19.0 → 1.19.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.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.19.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.19.0...v1.19.1) (2026-02-10)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.19.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.18.0...v1.19.0) (2026-02-10)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -2946,13 +2946,13 @@
2946
2946
  }
2947
2947
  },
2948
2948
  "node_modules/@salesforce/vite-plugin-webapp-experimental": {
2949
- "version": "1.18.0",
2950
- "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.18.0.tgz",
2951
- "integrity": "sha512-UWzzDSz72Ix20nQhXqwd9NplTCvr6nurpZRu7ee0E9w/8U3aGCCW+ZfyjudwrNyFZypRGume/FA8x0Bu3AENSw==",
2949
+ "version": "1.19.0",
2950
+ "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-webapp-experimental/-/vite-plugin-webapp-experimental-1.19.0.tgz",
2951
+ "integrity": "sha512-IH+B0iaRimZqYNHHJ6JBtC0WTTZ+fQDHUb9H3cahh2Qs0mS1gN2vlojPHewMKnmtXe1kDx8VMQqHP5Fy/gIQUQ==",
2952
2952
  "dev": true,
2953
2953
  "license": "SEE LICENSE IN LICENSE.txt",
2954
2954
  "dependencies": {
2955
- "@salesforce/webapp-experimental": "^1.18.0"
2955
+ "@salesforce/webapp-experimental": "^1.19.0"
2956
2956
  },
2957
2957
  "engines": {
2958
2958
  "node": ">=20.0.0"
@@ -2962,9 +2962,9 @@
2962
2962
  }
2963
2963
  },
2964
2964
  "node_modules/@salesforce/webapp-experimental": {
2965
- "version": "1.18.0",
2966
- "resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.18.0.tgz",
2967
- "integrity": "sha512-Xg5d1dtW1g6hMVAQsasawKv+GRlG4RrOdGnhlfJcZmLNkbA/FavXnzedJoQqjoK4RrD5bs8bBaZjnRSW0qIbSg==",
2965
+ "version": "1.19.0",
2966
+ "resolved": "https://registry.npmjs.org/@salesforce/webapp-experimental/-/webapp-experimental-1.19.0.tgz",
2967
+ "integrity": "sha512-GfhVZSMBMb9iVOmT4yVdubZ5knQ2YmRm16Kb9M5BTslEnCia+1AtkOaX/QBbkVgbY1tz8mjx2DUBfHT1GwtxhA==",
2968
2968
  "license": "SEE LICENSE IN LICENSE.txt",
2969
2969
  "dependencies": {
2970
2970
  "@conduit-client/salesforce-lightning-service-worker": "^3.7.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.19.0",
3
+ "version": "1.19.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.19.0",
3
+ "version": "1.19.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": "",
@@ -28,7 +28,7 @@
28
28
  "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"
29
29
  },
30
30
  "devDependencies": {
31
- "@salesforce/webapp-experimental": "^1.19.0",
31
+ "@salesforce/webapp-experimental": "^1.19.1",
32
32
  "@types/react": "^19.2.7",
33
33
  "@types/react-dom": "^19.2.3",
34
34
  "react-dom": "^19.2.1",
@@ -36,5 +36,5 @@
36
36
  "recharts": "^2.15.0",
37
37
  "vite": "^7.3.1"
38
38
  },
39
- "gitHead": "c1f95d9a5be696497de6f79a6d293b8605fc860a"
39
+ "gitHead": "027a134d5ab27216a4f1a05e2f09efdb28356385"
40
40
  }