File tree Expand file tree Collapse file tree 3 files changed +25
-6
lines changed
Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version [ 2.1] ( https://github.com/chiefpansancolt/package-builder/releases/tag/2.1 )
4+
5+ ### Features
6+
7+ - Update to API Version 62
8+ - Set Default CLI Command to ` sf `
9+ - Implement a labelService
10+
11+ ### Fixes
12+
13+ - Update ` URL.getSalesforceBaseUrl ` to ` getOrgDomainURL ` due to API deprecation
14+ - Update syntax for SF CLI for proper format usage
15+
16+ ### Repo Changes
17+
18+ - Bump Dependencies
19+ - Clean up Scripts
20+
321## Version [ 2.0] ( https://github.com/chiefpansancolt/package-builder/releases/tag/2.0 )
422
523### Features
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ This tool allows you to pick which Metadata items you want to build your Package
2727
2828Using the urls below install the version you desire preferred usage is latest version on top.
2929
30- | Version | Package Id | Password | URL |
31- | ------- | --------------- | ---------------- | -------------------------------------------------- |
32- | 2.0 | 04t1U000007vQ5C | QuXshu9Q8xbNeK4b | /packaging/installPackage.apexp?p0=04t1U000007vQ5C |
33- | 1.1 | 04t1U000006I6Zc | dVRu4KuQa2LKUuaN | /packaging/installPackage.apexp?p0=04t1U000006I6Zc |
34- | 1.0 | 04t1U000006I6N9 | 3BpmOLZnwPQO | /packaging/installPackage.apexp?p0=04t1U000006I6N9 |
30+ | Version | Package Id | Password | URL |
31+ | ------- | --------------- | ------------------- | -------------------------------------------------- |
32+ | 2.1 | 04t1U000007vQ5H | pcm4XVE@rqd6bjv@cub | /packaging/installPackage.apexp?p0=04t1U000007vQ5H |
33+ | 2.0 | 04t1U000007vQ5C | QuXshu9Q8xbNeK4b | /packaging/installPackage.apexp?p0=04t1U000007vQ5C |
34+ | 1.1 | 04t1U000006I6Zc | dVRu4KuQa2LKUuaN | /packaging/installPackage.apexp?p0=04t1U000006I6Zc |
35+ | 1.0 | 04t1U000006I6N9 | 3BpmOLZnwPQO | /packaging/installPackage.apexp?p0=04t1U000006I6N9 |
3536
3637## Usage
3738
Original file line number Diff line number Diff line change 11{
22 "name" : " package-builder" ,
33 "private" : true ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "description" : " Package Builder, ability to build package.xml and sfdx cmd of specific file names. All from within the org." ,
66 "scripts" : {
77 "lint" : " ./bin/lint" ,
You can’t perform that action at this time.
0 commit comments