diff --git a/releasenotes/README.md b/releasenotes/README.md index 7a7b7eacc..78ea4c800 100644 --- a/releasenotes/README.md +++ b/releasenotes/README.md @@ -25,15 +25,19 @@ Additional documentation: * [Salesforce CLI Plugin Developer Guide](https://github.com/salesforcecli/cli/wiki/Quick-Introduction-to-Developing-sf-Plugins) * [Salesforce CLI Setup Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_intro.htm) -## 2.143.6 (July 15, 2026) [stable-rc] +## 2.144.6 (July 22, 2026) [stable-rc] These changes are in the Salesforce CLI release candidate. We plan to include these changes in next week's official release. This list isn't final and is subject to change. ------------ +* FIX: When deploying a UIBundle in your Salesforce DX project with `project deploy start` using either `--source-dir ` or `--metadata UIBundle:`, and your DX project contains an unrelated sibling UIBundle that hasn't yet been built (doesn't contain the `dist` directory), the deploy no longer fails with the `ExpectedSourceFilesError` error. (GitHub Issue [#3576](https://github.com/forcedotcom/cli/issues/3576), source-deploy-retrieve PR [#1796](https://github.com/forcedotcom/source-deploy-retrieve/pull/1796)) + +## 2.143.6 (July 15, 2026) [stable] + * FIX: Salesforce DX projects now support the UiWidgetBundle [metadata type](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json). -## 2.142.7 (July 8, 2026) [stable] +## 2.142.7 (July 8, 2026) * NEW: (Agentforce DX) Manage MCP server registrations in the API Catalog with these new `agent mcp` commands: