Skip to content

Commit 6b0fcd4

Browse files
committed
[ci skip] chore: publish version 1.31.6
1 parent 871c80b commit 6b0fcd4

File tree

12 files changed

+47
-6
lines changed

12 files changed

+47
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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.6](https://github.com/codeneos/vlocode/compare/v1.31.5...v1.31.6) (2025-07-11)
8+
9+
### Bug Fixes
10+
11+
* open datapack in org incorrectly uses field list instead of matching key fields when building a matching condition ([be1d8b3](https://github.com/codeneos/vlocode/commit/be1d8b3d50c6be00eac4516576e68bf7c0fdcad5))
12+
13+
### Features
14+
15+
* always set a Global key for ContentVersion's when deploying in industries context even when missing from the datapack ([7d1a134](https://github.com/codeneos/vlocode/commit/7d1a1349253f6143b56d16116b9c31397f61f440))
16+
* load override matching keys from `matching-keys.json` when present. Matching keys defined in this file always overrule matching keys defined in the org. ([ccd80b0](https://github.com/codeneos/vlocode/commit/ccd80b054936f9e71202110a814794b84824dd09))
17+
* segregate DocumentTemplates and DocumentTemplate datapacks based on the CLM or SFC being used ([b6f99ed](https://github.com/codeneos/vlocode/commit/b6f99edbc40dacf412fdee2ca56c760db542e12f))
18+
* support deployment of DocumentTemplate SFC objects and auto activate them after deployment ([c898952](https://github.com/codeneos/vlocode/commit/c898952a5916550c563507aa70f81aa5d50e8d49))
19+
720
## [1.31.5](https://github.com/codeneos/vlocode/compare/v1.31.4...v1.31.5) (2025-07-08)
821

922
### 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.5",
3+
"version": "1.31.6",
44
"npmClient": "pnpm",
55
"packages": ["packages/*"],
66
"command": {

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.6](https://github.com/Codeneos/vlocode/compare/v1.31.5...v1.31.6) (2025-07-11)
8+
9+
**Note:** Version bump only for package @vlocode/cli
10+
711
## [1.31.5](https://github.com/Codeneos/vlocode/compare/v1.31.4...v1.31.5) (2025-07-08)
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.5",
3+
"version": "1.31.6",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",

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.6](https://github.com/Codeneos/vlocode/compare/v1.31.5...v1.31.6) (2025-07-11)
8+
9+
**Note:** Version bump only for package @vlocode/omniscript
10+
711
## [1.31.5](https://github.com/Codeneos/vlocode/compare/v1.31.4...v1.31.5) (2025-07-08)
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.5",
3+
"version": "1.31.6",
44
"description": "Library for compiling and working with Vlocity OmniScripts",
55
"keywords": [
66
"Vlocity",

packages/vlocity-deploy/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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.6](https://github.com/Codeneos/vlocode/compare/v1.31.5...v1.31.6) (2025-07-11)
8+
9+
### Features
10+
11+
* always set a Global key for ContentVersion's when deploying in industries context even when missing from the datapack ([7d1a134](https://github.com/Codeneos/vlocode/commit/7d1a1349253f6143b56d16116b9c31397f61f440))
12+
* load override matching keys from `matching-keys.json` when present. Matching keys defined in this file always overrule matching keys defined in the org. ([ccd80b0](https://github.com/Codeneos/vlocode/commit/ccd80b054936f9e71202110a814794b84824dd09))
13+
* support deployment of DocumentTemplate SFC objects and auto activate them after deployment ([c898952](https://github.com/Codeneos/vlocode/commit/c898952a5916550c563507aa70f81aa5d50e8d49))
14+
715
## [1.31.5](https://github.com/Codeneos/vlocode/compare/v1.31.4...v1.31.5) (2025-07-08)
816

917
**Note:** Version bump only for package @vlocode/vlocity-deploy

packages/vlocity-deploy/package.json

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

packages/vlocity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.6](https://github.com/Codeneos/vlocode/compare/v1.31.5...v1.31.6) (2025-07-11)
8+
9+
### Features
10+
11+
* segregate DocumentTemplates and DocumentTemplate datapacks based on the CLM or SFC being used ([b6f99ed](https://github.com/Codeneos/vlocode/commit/b6f99edbc40dacf412fdee2ca56c760db542e12f))
12+
713
## [1.31.5](https://github.com/Codeneos/vlocode/compare/v1.31.4...v1.31.5) (2025-07-08)
814

915
**Note:** Version bump only for package @vlocode/vlocity

packages/vlocity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/vlocity",
3-
"version": "1.31.5",
3+
"version": "1.31.6",
44
"description": "Vlocode VLocity shared functionality library",
55
"keywords": [
66
"Vlocity",

0 commit comments

Comments
 (0)