Skip to content

Commit

Permalink
chore: publish version 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Aug 21, 2024
1 parent 8b23300 commit ce8712a
Show file tree
Hide file tree
Showing 20 changed files with 86 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Bug Fixes

* datapack expander file and folder formats ([38e843f](https://github.com/codeneos/vlocode/commit/38e843ff11a9585e6ca4d3b9974b007ad3ff62a5))
* datapack filenames should not contain path seperators ([ec7b6d2](https://github.com/codeneos/vlocode/commit/ec7b6d25e2f47bbd961ff62e7bbb747ee1e32b9f))
* expanded datapacks inner file references are missing prefix ([ca9c483](https://github.com/codeneos/vlocode/commit/ca9c4835957ca883db462c6d9dfa7708b221774b))
* line ending differences in text files can cause delta compare to fail ([595ccb9](https://github.com/codeneos/vlocode/commit/595ccb984616ed32dceb98087994cdae2b710b01))
* order of arguments in isPackageNewer function ([4850446](https://github.com/codeneos/vlocode/commit/4850446a640d776a6f502f87c79ad5c7f62dee93))

### Features

* add replacement token support to deployment package builder ([467c586](https://github.com/codeneos/vlocode/commit/467c586d67f6ec3947fd80570ec0655cbfa777a9))
* add support for replacement tokens ([2332df5](https://github.com/codeneos/vlocode/commit/2332df56e04de89b89f6c020de00bc0c4ae212b5))
* make it easier to create distinct loggers ([a826577](https://github.com/codeneos/vlocode/commit/a8265776c6c2daa9e4c6e448f82a5716f1a7f202))
* support --query argument for export of datapacks from CLI ([f7e2eee](https://github.com/codeneos/vlocode/commit/f7e2eeee2114cf60caa23d8b83fdf315d2a21e40))
* support setting export query for vlocode CLI export command ([b15cc93](https://github.com/codeneos/vlocode/commit/b15cc938678c1b131d0a1da1568bc63786c51757))

## [1.26.2](https://github.com/codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useNx": false,
"version": "1.26.2",
"version": "1.27.0",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/apex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

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

## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)

**Note:** Version bump only for package @vlocode/apex
Expand Down
2 changes: 1 addition & 1 deletion packages/apex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/apex",
"version": "1.26.1",
"version": "1.27.0",
"description": "Salesforce APEX Parser and Grammar",
"keywords": [
"Salesforce",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Features

* support --query argument for export of datapacks from CLI ([f7e2eee](https://github.com/Codeneos/vlocode/commit/f7e2eeee2114cf60caa23d8b83fdf315d2a21e40))

## [1.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

**Note:** Version bump only for package @vlocode/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "1.26.2",
"version": "1.27.0",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Features

* make it easier to create distinct loggers ([a826577](https://github.com/Codeneos/vlocode/commit/a8265776c6c2daa9e4c6e448f82a5716f1a7f202))

## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)

**Note:** Version bump only for package @vlocode/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/core",
"version": "1.26.1",
"version": "1.27.0",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/omniscript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

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

## [1.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

**Note:** Version bump only for package @vlocode/omniscript
Expand Down
2 changes: 1 addition & 1 deletion packages/omniscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/omniscript",
"version": "1.26.2",
"version": "1.27.0",
"description": "Library for compiling and working with Vlocity OmniScripts",
"keywords": [
"Vlocity",
Expand Down
12 changes: 12 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Bug Fixes

* line ending differences in text files can cause delta compare to fail ([595ccb9](https://github.com/Codeneos/vlocode/commit/595ccb984616ed32dceb98087994cdae2b710b01))
* order of arguments in isPackageNewer function ([4850446](https://github.com/Codeneos/vlocode/commit/4850446a640d776a6f502f87c79ad5c7f62dee93))

### Features

* add replacement token support to deployment package builder ([467c586](https://github.com/Codeneos/vlocode/commit/467c586d67f6ec3947fd80570ec0655cbfa777a9))
* add support for replacement tokens ([2332df5](https://github.com/Codeneos/vlocode/commit/2332df56e04de89b89f6c020de00bc0c4ae212b5))

## [1.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/salesforce",
"version": "1.26.2",
"version": "1.27.0",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Features

* add replacement token support to deployment package builder ([467c586](https://github.com/Codeneos/vlocode/commit/467c586d67f6ec3947fd80570ec0655cbfa777a9))

## [1.26.1](https://github.com/Codeneos/vlocode/compare/v1.26.0...v1.26.1) (2024-08-14)

**Note:** Version bump only for package @vlocode/util
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/util",
"version": "1.26.1",
"version": "1.27.0",
"description": "Vlocode utility library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/vlocity-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

### Bug Fixes

* datapack expander file and folder formats ([38e843f](https://github.com/Codeneos/vlocode/commit/38e843ff11a9585e6ca4d3b9974b007ad3ff62a5))
* datapack filenames should not contain path seperators ([ec7b6d2](https://github.com/Codeneos/vlocode/commit/ec7b6d25e2f47bbd961ff62e7bbb747ee1e32b9f))
* expanded datapacks inner file references are missing prefix ([ca9c483](https://github.com/Codeneos/vlocode/commit/ca9c4835957ca883db462c6d9dfa7708b221774b))

### Features

* support setting export query for vlocode CLI export command ([b15cc93](https://github.com/Codeneos/vlocode/commit/b15cc938678c1b131d0a1da1568bc63786c51757))

## [1.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

**Note:** Version bump only for package @vlocode/vlocity-deploy
Expand Down
2 changes: 1 addition & 1 deletion packages/vlocity-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/vlocity-deploy",
"version": "1.26.2",
"version": "1.27.0",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/vlocity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/Codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

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

## [1.26.2](https://github.com/Codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

**Note:** Version bump only for package @vlocode/vlocity
Expand Down
2 changes: 1 addition & 1 deletion packages/vlocity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/vlocity",
"version": "1.26.2",
"version": "1.27.0",
"description": "Vlocode VLocity shared functionality library",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/codeneos/vlocode/compare/v1.26.2...v1.27.0) (2024-08-21)

**Note:** Version bump only for package vlocode

## [1.26.2](https://github.com/codeneos/vlocode/compare/v1.26.1...v1.26.2) (2024-08-15)

**Note:** Version bump only for package vlocode
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "Salesforce Vlocity Integration",
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
"version": "1.26.2",
"version": "1.27.0",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit ce8712a

Please sign in to comment.