Skip to content

Commit 49ddc12

Browse files
committed
[ci skip] chore: publish version 1.31.3
1 parent 5eb138c commit 49ddc12

File tree

22 files changed

+75
-11
lines changed

22 files changed

+75
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.31.3](https://github.com/codeneos/vlocode/compare/v1.31.2...v1.31.3) (2025-06-27)
8+
9+
### Bug Fixes
10+
11+
* do not report invalid `datapack configuration` as error but instead as warning ([2099f10](https://github.com/codeneos/vlocode/commit/2099f109a859ded8a0432984e29b390339719f56))
12+
13+
### Features
14+
15+
* remove Salesforce username from VSCode configuration and use username from SFDX project file instead ([953ab28](https://github.com/codeneos/vlocode/commit/953ab286d51fba07cfe55632d89d2306838341aa))
16+
* update display name and description in package.json; add deprecation messages for SFDX username and HTTP proxy settings ([3eae998](https://github.com/codeneos/vlocode/commit/3eae998f44833ced5447b2a7789d5ca09d4c2f95))
17+
* update extension icons with thew SF industries sub-icon ([5eb138c](https://github.com/codeneos/vlocode/commit/5eb138c66e03dfeb4e45a702979065dfaab920f5))
18+
719
## [1.31.2](https://github.com/codeneos/vlocode/compare/v1.31.1...v1.31.2) (2025-06-18)
820

921
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "1.31.2",
3+
"version": "1.31.3",
44
"npmClient": "pnpm",
55
"packages": ["packages/*"],
66
"command": {

packages/apex/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.31.3](https://github.com/Codeneos/vlocode/compare/v1.31.2...v1.31.3) (2025-06-27)
8+
9+
**Note:** Version bump only for package @vlocode/apex
10+
711
## [1.31.1](https://github.com/Codeneos/vlocode/compare/v1.31.0...v1.31.1) (2025-06-17)
812

913
**Note:** Version bump only for package @vlocode/apex

packages/apex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/apex",
3-
"version": "1.31.1",
3+
"version": "1.31.3",
44
"description": "Salesforce APEX Parser and Grammar",
55
"keywords": [
66
"Salesforce",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.31.3](https://github.com/Codeneos/vlocode/compare/v1.31.2...v1.31.3) (2025-06-27)
8+
9+
**Note:** Version bump only for package @vlocode/cli
10+
711
## [1.31.2](https://github.com/Codeneos/vlocode/compare/v1.31.1...v1.31.2) (2025-06-18)
812

913
**Note:** Version bump only for package @vlocode/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "1.31.2",
3+
"version": "1.31.3",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.31.3](https://github.com/Codeneos/vlocode/compare/v1.31.2...v1.31.3) (2025-06-27)
8+
9+
**Note:** Version bump only for package @vlocode/core
10+
711
## [1.31.1](https://github.com/Codeneos/vlocode/compare/v1.31.0...v1.31.1) (2025-06-17)
812

913
**Note:** Version bump only for package @vlocode/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/core",
3-
"version": "1.31.1",
3+
"version": "1.31.3",
44
"description": "Vlocode core IoC container framework library",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/omniscript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [1.31.3](https://github.com/Codeneos/vlocode/compare/v1.31.2...v1.31.3) (2025-06-27)
8+
9+
**Note:** Version bump only for package @vlocode/omniscript
10+
711
## [1.31.1](https://github.com/Codeneos/vlocode/compare/v1.31.0...v1.31.1) (2025-06-17)
812

913
**Note:** Version bump only for package @vlocode/omniscript

packages/omniscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/omniscript",
3-
"version": "1.31.1",
3+
"version": "1.31.3",
44
"description": "Library for compiling and working with Vlocity OmniScripts",
55
"keywords": [
66
"Vlocity",

0 commit comments

Comments
 (0)