Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: forcedotcom/source-tracking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: forcedotcom/source-tracking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 28, 2022

  1. Update package.json

    bumping to the latest SDR for some bug fixes including @W-11051996@
    shetzel authored Apr 28, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    36dbe79 View commit details
  2. Merge pull request #152 from forcedotcom/sh/bump-sdr

    Update package.json
    shetzel authored Apr 28, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b6392ac View commit details
  3. chore(release): 1.4.1 [ci skip]

    SF-CLI-BOT committed Apr 28, 2022
    Copy the full SHA
    26cde9c View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 CHANGELOG.md
  2. +2 −2 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.4.1](https://github.com/forcedotcom/source-tracking/compare/v1.4.0...v1.4.1) (2022-04-28)

## [1.4.0](https://github.com/forcedotcom/source-tracking/compare/v1.3.1...v1.4.0) (2022-04-27)

### Features
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/source-tracking",
"description": "API for tracking local and remote Salesforce metadata changes",
"version": "1.4.0",
"version": "1.4.1",
"author": "Salesforce",
"license": "BSD-3-Clause",
"main": "lib/index.js",
@@ -45,7 +45,7 @@
"dependencies": {
"@salesforce/core": "^2.33.1",
"@salesforce/kit": "^1.5.17",
"@salesforce/source-deploy-retrieve": "^5.9.4",
"@salesforce/source-deploy-retrieve": "^5.12.12",
"graceful-fs": "^4.2.9",
"isomorphic-git": "1.17.0",
"ts-retry-promise": "^0.6.0"