Skip to content

Commit 534ba6d

Browse files
committed
chore: publish version 1.27.5
1 parent af4639b commit 534ba6d

File tree

20 files changed

+73
-10
lines changed

20 files changed

+73
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
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.27.5](https://github.com/codeneos/vlocode/compare/v1.27.4...v1.27.5) (2024-09-02)
8+
9+
### Bug Fixes
10+
11+
* datapack records with indentical lookup values get incorrectly marked as duplicates ([ef1a01b](https://github.com/codeneos/vlocode/commit/ef1a01b3bea9db79883d655c3fd621e2444bdcfb))
12+
* error and warning report for Vlocode CLI deploy action is not consistent ([36a52c9](https://github.com/codeneos/vlocode/commit/36a52c9bebafe5be845b6a8a9bbb4e37fe1e2309))
13+
* errors do not get stored when using just updateStatus to fail a record deployment ([2e497b1](https://github.com/codeneos/vlocode/commit/2e497b15cf90be51691710fd401ab04965877cf4))
14+
* record activation for matrices and calculation procedures ([dc5fe73](https://github.com/codeneos/vlocode/commit/dc5fe735fee6474238f4e7c4e12a7df70a249399))
15+
* specs do not use local container causing spec errors ([733c02f](https://github.com/codeneos/vlocode/commit/733c02ffa0e3b04fb25a992e49ba2666938f0627))
16+
* timeout calculation for httpRequest ([cb6449c](https://github.com/codeneos/vlocode/commit/cb6449cbdddf07200a3d774d25dfe3c421877560))
17+
18+
### Features
19+
20+
* add more flexible partition function to replace segregate ([f21eb2b](https://github.com/codeneos/vlocode/commit/f21eb2b643927f0d4d47c58cd70494bd278c1c04))
21+
722
## [1.27.4](https://github.com/codeneos/vlocode/compare/v1.27.3...v1.27.4) (2024-08-28)
823

924
### 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.27.4",
3+
"version": "1.27.5",
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.27.5](https://github.com/Codeneos/vlocode/compare/v1.27.4...v1.27.5) (2024-09-02)
8+
9+
**Note:** Version bump only for package @vlocode/apex
10+
711
# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)
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.27.0",
3+
"version": "1.27.5",
44
"description": "Salesforce APEX Parser and Grammar",
55
"keywords": [
66
"Salesforce",

packages/cli/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.27.5](https://github.com/Codeneos/vlocode/compare/v1.27.4...v1.27.5) (2024-09-02)
8+
9+
### Bug Fixes
10+
11+
* error and warning report for Vlocode CLI deploy action is not consistent ([36a52c9](https://github.com/Codeneos/vlocode/commit/36a52c9bebafe5be845b6a8a9bbb4e37fe1e2309))
12+
713
## [1.27.4](https://github.com/Codeneos/vlocode/compare/v1.27.3...v1.27.4) (2024-08-28)
814

915
**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.27.4",
3+
"version": "1.27.5",
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.27.5](https://github.com/Codeneos/vlocode/compare/v1.27.4...v1.27.5) (2024-09-02)
8+
9+
**Note:** Version bump only for package @vlocode/core
10+
711
# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)
812

913
### Features

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.27.0",
3+
"version": "1.27.5",
44
"description": "Vlocode core IoC container framework library",
55
"main": "lib/index.js",
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.27.5](https://github.com/Codeneos/vlocode/compare/v1.27.4...v1.27.5) (2024-09-02)
8+
9+
**Note:** Version bump only for package @vlocode/omniscript
10+
711
## [1.27.4](https://github.com/Codeneos/vlocode/compare/v1.27.3...v1.27.4) (2024-08-28)
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.27.4",
3+
"version": "1.27.5",
44
"description": "Library for compiling and working with Vlocity OmniScripts",
55
"keywords": [
66
"Vlocity",

0 commit comments

Comments
 (0)