Skip to content

Commit 53d9c0a

Browse files
chore(main): release record-types 1.5.0 (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9b9812 commit 53d9c0a

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/dschach/record-types/compare/record-types-v1.4.0...record-types-v1.5.0) (2024-02-15)
4+
5+
6+
### Features
7+
8+
* Update SelectList methods - all and available ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
9+
10+
11+
### Chores
12+
13+
* Release package v1.5.0 ([#133](https://github.com/dschach/record-types/issues/133)) ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
14+
* Release package version 1.4.0 ([#81](https://github.com/dschach/record-types/issues/81)) ([46463a7](https://github.com/dschach/record-types/commit/46463a7489a31bde1405def49c655d4eea1c9035))
15+
* Renumber to release 1.5.0 ([03f6794](https://github.com/dschach/record-types/commit/03f679466eec7873f435411d15fb38a01ceb1c6c))
16+
17+
18+
### Documentation
19+
20+
* ApexDox css files cleanup ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
21+
* Include build section in changelogs ([a9faa41](https://github.com/dschach/record-types/commit/a9faa41758172188f7ef66a06b427e5cd5015369))
22+
* **readme:** Fix deploy button images ([d3717fc](https://github.com/dschach/record-types/commit/d3717fc4f665a6e51f9f940d5fbe392db629f9c1))
23+
* **readme:** Update method tables ([8b123c3](https://github.com/dschach/record-types/commit/8b123c33e4a818f4c630e7cc6beb7a7205781386))
24+
* Update ApexDox ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
25+
* Update method tables ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
26+
27+
28+
### Tests
29+
30+
* Enhance testing for with/without record types ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
31+
* Include unpackaged SelectList test page ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
32+
33+
34+
### Styles
35+
36+
* **Prettier:** Update Prettier config file ([f9b9812](https://github.com/dschach/record-types/commit/f9b981272bb5e8e71698873f81bc02333ebcb950))
37+
* **prettier:** Update prettier config to single quotes ([078fe29](https://github.com/dschach/record-types/commit/078fe29d5ac7972da8e63154d7e1a72c054b73e3))
38+
* Run prettier on all files ([bbff33c](https://github.com/dschach/record-types/commit/bbff33cd07e1e35a44d4f6fdf668cb4c15160945))
39+
340
## [1.4.0](https://github.com/dschach/record-types/compare/record-types-v1.3.0...record-types-v1.4.0) (2023-09-17)
441

542
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recordtypes-utility",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Salesforce Record Types Utility",
66
"author": "dschach",
77
"repository": {

sfdx-project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"path": "unpackaged"
1414
},
1515
"apexTestAccess": {
16-
"permissionSets": ["RecordTypes_DefaultRT_for_Testing"]
16+
"permissionSets": [
17+
"RecordTypes_DefaultRT_for_Testing"
18+
]
1719
}
1820
},
1921
{

0 commit comments

Comments
 (0)