Skip to content

Commit c652548

Browse files
authored
Merge pull request #112 from tsalb/release-updates
Release updates
2 parents e6e0662 + d77065f commit c652548

File tree

45 files changed

+56
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+56
-58
lines changed

sfdx-project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
"path": "utils-core",
55
"default": true,
66
"package": "LWC Utils",
7-
"versionName": "ver 1.8.0",
8-
"versionNumber": "1.8.0.NEXT",
7+
"versionName": "ver 1.9.0",
8+
"versionNumber": "1.9.0.NEXT",
99
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
1010
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases"
1111
},
1212
{
1313
"path": "utils-recipes",
1414
"default": false,
1515
"package": "LWC Utils Recipes",
16-
"versionName": "ver 1.8.0",
17-
"versionNumber": "1.8.0.NEXT",
16+
"versionName": "ver 1.9.0",
17+
"versionNumber": "1.9.0.NEXT",
1818
"postInstallUrl": "https://github.com/tsalb/lwc-utils/releases",
1919
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases",
2020
"dependencies": [
2121
{
2222
"package": "LWC Utils",
23-
"versionNumber": "1.8.0.LATEST"
23+
"versionNumber": "1.9.0.LATEST"
2424
}
2525
]
2626
}
2727
],
2828
"namespace": "",
2929
"sfdcLoginUrl": "https://login.salesforce.com",
30-
"sourceApiVersion": "52.0",
30+
"sourceApiVersion": "53.0",
3131
"packageAliases": {
3232
"LWC Utils": "0Ho1Q000000blJiSAI",
3333
"LWC Utils Recipes": "0Ho1Q000000blJnSAI",
34-
"LWC Utils@1.7.0-1": "04t1Q000001MRsYQAW",
3534
"LWC Utils@1.8.0-1": "04t1Q000001MRtvQAG",
36-
"LWC Utils Recipes@1.8.0-1": "04t1Q000001MRu0QAG"
35+
"LWC Utils@1.9.0-1": "04t1Q000001ACZsQAO",
36+
"LWC Utils Recipes@1.9.0-1": "04t1Q000001ACZxQAO"
3737
}
38-
}
38+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>For creating modals and popovers</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>A Lightning Component Bundle</description>
55
</AuraDefinitionBundle>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>Send an event via MessageService when this local flow action is used</description>
5-
</AuraDefinitionBundle>
5+
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>Generic Flow launcher. The flow base component is only aura in Summer 19</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>Handles and delegates LMS events via messageService</description>
55
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>Utility component for dynamic modals (overlays)</description>
55
</AuraDefinitionBundle>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<AuraDefinitionBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<description>A Lightning Component Bundle</description>
5-
</AuraDefinitionBundle>
5+
</AuraDefinitionBundle>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>52.0</apiVersion>
3+
<apiVersion>53.0</apiVersion>
44
<status>Active</status>
55
</ApexClass>

0 commit comments

Comments
 (0)