Skip to content

Commit 58114b0

Browse files
authored
[W-17722121] feat: update the api version to v63 (#647)
* feat!: update the api version to v63 * fix: version to v63.0.0 in package.json
1 parent af063cc commit 58114b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/templates",
3-
"version": "62.0.5",
3+
"version": "63.0.0",
44
"description": "Salesforce JS library for templates",
55
"bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
66
"main": "lib/index.js",

src/utils/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* Licensed under the BSD 3-Clause license.
55
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7-
export const DEFAULT_API_VERSION = '62.0';
7+
export const DEFAULT_API_VERSION = '63.0';

0 commit comments

Comments
 (0)