Skip to content

Commit 85f3556

Browse files
committed
chore: publish version 1.26.2
1 parent a198601 commit 85f3556

File tree

14 files changed

+39
-7
lines changed

14 files changed

+39
-7
lines changed

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.26.2](https://github.com/codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)
8+
9+
### Bug Fixes
10+
11+
* installed packages fail to deploy ([a198601](https://github.com/codeneos/vlocode/commit/a198601acb06ace0b45d66e42f61c9e7d6973ac9))
12+
713
## [1.26.1](https://github.com/codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)
814

915
**Note:** Version bump only for package vlocode-project

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.26.1",
3+
"version": "1.26.2",
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.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)
8+
9+
**Note:** Version bump only for package @vlocode/cli
10+
711
## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)
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.26.1",
3+
"version": "1.26.2",
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.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)
8+
9+
**Note:** Version bump only for package @vlocode/omniscript
10+
711
## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)
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.26.1",
3+
"version": "1.26.2",
44
"description": "Library for compiling and working with Vlocity OmniScripts",
55
"keywords": [
66
"Vlocity",

packages/salesforce/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.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)
8+
9+
### Bug Fixes
10+
11+
* installed packages fail to deploy ([a198601](https://github.com/Codeneos/vlocode/commit/a198601acb06ace0b45d66e42f61c9e7d6973ac9))
12+
713
## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)
814

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

packages/salesforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/salesforce",
3-
"version": "1.26.1",
3+
"version": "1.26.2",
44
"description": "Salesforce utility library for Vlocode",
55
"keywords": [
66
"Salesforce"

packages/vlocity-deploy/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.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)
8+
9+
**Note:** Version bump only for package @vlocode/vlocity-deploy
10+
711
## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)
812

913
**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.26.1",
3+
"version": "1.26.2",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
55
"keywords": [
66
"Vlocity",

0 commit comments

Comments
 (0)