@salesforce/webapp-template-app-react-template-vibe-experimental 1.50.0 → 1.51.0

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,22 @@
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.51.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.50.1...v1.51.0) (2026-02-24)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.50.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.50.0...v1.50.1) (2026-02-24)
15
+
16
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.50.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.49.0...v1.50.0) (2026-02-24)
7
23
 
8
24
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -8,7 +8,7 @@
8
8
  "name": "base-react-app",
9
9
  "version": "1.0.0",
10
10
  "dependencies": {
11
- "@salesforce/agentforce-conversation-client": "^1.49.0",
11
+ "@salesforce/agentforce-conversation-client": "^1.50.1",
12
12
  "@salesforce/sdk-data": "^1.11.2",
13
13
  "@salesforce/webapp-experimental": "*",
14
14
  "@tailwindcss/vite": "^4.1.17",
@@ -6062,9 +6062,9 @@
6062
6062
  ]
6063
6063
  },
6064
6064
  "node_modules/@salesforce/agentforce-conversation-client": {
6065
- "version": "1.49.0",
6066
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.49.0.tgz",
6067
- "integrity": "sha512-y1Jc2pKD+CLUrHwF6lat6mlaiianSlQBje8wpUL3KwtkIqeNeQsVlUzw+u4PcWgLxA4FVlmzydaLkgZ5vgTWnA==",
6065
+ "version": "1.50.1",
6066
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.50.1.tgz",
6067
+ "integrity": "sha512-AFtDpZ1ujmGYOgKM9nz66/+DFjmqRjnsB6MYU7cP8gQgJ7QJrLECmLzB6CSKPv/X2NRNzjM/N/Ufa4UX+AK6MQ==",
6068
6068
  "license": "SEE LICENSE IN LICENSE.txt",
6069
6069
  "dependencies": {
6070
6070
  "@lightning-out/application": "2.1.1-rc.2"
@@ -14,7 +14,7 @@
14
14
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
15
15
  },
16
16
  "dependencies": {
17
- "@salesforce/agentforce-conversation-client": "^1.49.0",
17
+ "@salesforce/agentforce-conversation-client": "^1.50.1",
18
18
  "@salesforce/sdk-data": "^1.11.2",
19
19
  "@salesforce/webapp-experimental": "*",
20
20
  "@tailwindcss/vite": "^4.1.17",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.50.0",
3
+ "version": "1.51.0",
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-app-react-template-vibe-experimental",
3
- "version": "1.50.0",
3
+ "version": "1.51.0",
4
4
  "description": "Vibe coding starter app template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -43,5 +43,5 @@
43
43
  }
44
44
  }
45
45
  },
46
- "gitHead": "e31c5fd587a5b2a135788724b32058008b11785a"
46
+ "gitHead": "d23acb27ed4122eeb441c06003af1b8ed7819f89"
47
47
  }