Skip to content

Commit ae91b94

Browse files
chore: Version 2.1 Release
1 parent 33c3415 commit ae91b94

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ This tool allows you to pick which Metadata items you want to build your Package
2727

2828
Using 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)