Skip to content

Commit

Permalink
chore: Version 2.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefpansancolt committed Nov 18, 2024
1 parent 33c3415 commit ae91b94
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Version [2.1](https://github.com/chiefpansancolt/package-builder/releases/tag/2.1)

### Features

- Update to API Version 62
- Set Default CLI Command to `sf`
- Implement a labelService

### Fixes

- Update `URL.getSalesforceBaseUrl` to `getOrgDomainURL` due to API deprecation
- Update syntax for SF CLI for proper format usage

### Repo Changes

- Bump Dependencies
- Clean up Scripts

## Version [2.0](https://github.com/chiefpansancolt/package-builder/releases/tag/2.0)

### Features
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ This tool allows you to pick which Metadata items you want to build your Package

Using the urls below install the version you desire preferred usage is latest version on top.

| Version | Package Id | Password | URL |
| ------- | --------------- | ---------------- | -------------------------------------------------- |
| 2.0 | 04t1U000007vQ5C | QuXshu9Q8xbNeK4b | /packaging/installPackage.apexp?p0=04t1U000007vQ5C |
| 1.1 | 04t1U000006I6Zc | dVRu4KuQa2LKUuaN | /packaging/installPackage.apexp?p0=04t1U000006I6Zc |
| 1.0 | 04t1U000006I6N9 | 3BpmOLZnwPQO | /packaging/installPackage.apexp?p0=04t1U000006I6N9 |
| Version | Package Id | Password | URL |
| ------- | --------------- | ------------------- | -------------------------------------------------- |
| 2.1 | 04t1U000007vQ5H | pcm4XVE@rqd6bjv@cub | /packaging/installPackage.apexp?p0=04t1U000007vQ5H |
| 2.0 | 04t1U000007vQ5C | QuXshu9Q8xbNeK4b | /packaging/installPackage.apexp?p0=04t1U000007vQ5C |
| 1.1 | 04t1U000006I6Zc | dVRu4KuQa2LKUuaN | /packaging/installPackage.apexp?p0=04t1U000006I6Zc |
| 1.0 | 04t1U000006I6N9 | 3BpmOLZnwPQO | /packaging/installPackage.apexp?p0=04t1U000006I6N9 |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "package-builder",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"description": "Package Builder, ability to build package.xml and sfdx cmd of specific file names. All from within the org.",
"scripts": {
"lint": "./bin/lint",
Expand Down

0 comments on commit ae91b94

Please sign in to comment.