Skip to content

Commit

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

# [1.25.0](https://github.com/codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* container and eval unit-test errors ([3762d16](https://github.com/codeneos/vlocode/commit/3762d1667555acb320ec8ba29acdce4fafd5029b))
* string eval functions do not work properly due to compiler changes ([cc5ade8](https://github.com/codeneos/vlocode/commit/cc5ade8de8e79b6c77580246015c0a7b7bd84a57))
* switching orgs causes developer logs panel to misbehave ([9ea7261](https://github.com/codeneos/vlocode/commit/9ea7261f0c349711c9eae16634e9fa002803f2a5))
* Update Compiler class to use object type for context parameter ([c3d73c2](https://github.com/codeneos/vlocode/commit/c3d73c27e172c9fff1673d8b56dd4ef0b5aecb4e))

### Features

* add support for adding alias to existing users and delete org configuration ([29c135e](https://github.com/codeneos/vlocode/commit/29c135e09f10de7aaacf8c63f08d078e79af21b0))
* fail records with circular dependencies before deployment starts ([f7c1580](https://github.com/codeneos/vlocode/commit/f7c15807fb45afb9453005b2c6742b313f02f600))
* improve extension start-up performance by not pre loading tooling API object data ([9be0283](https://github.com/codeneos/vlocode/commit/9be028385d334602210e4666eed7fcd00bda5da3))
* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))
* when switching org also preserve trace-flags ([b17565e](https://github.com/codeneos/vlocode/commit/b17565e8a946e2128697e0a774b01b4bd24e84c2))

## [1.24.11](https://github.com/codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

### 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.24.11",
"version": "1.25.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 @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

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

## [1.24.10](https://github.com/Codeneos/vlocode/compare/v1.24.9...v1.24.10) (2024-06-24)

**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.24.10",
"version": "1.25.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 @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Features

* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.11](https://github.com/Codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

**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.24.11",
"version": "1.25.0",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* container and eval unit-test errors ([3762d16](https://github.com/Codeneos/vlocode/commit/3762d1667555acb320ec8ba29acdce4fafd5029b))

### Features

* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.10](https://github.com/Codeneos/vlocode/compare/v1.24.9...v1.24.10) (2024-06-24)

### Bug Fixes
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.24.10",
"version": "1.25.0",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/omniscript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Features

* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.11](https://github.com/Codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

**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.24.11",
"version": "1.25.0",
"description": "Library for compiling and working with Vlocity OmniScripts",
"keywords": [
"Vlocity",
Expand Down
7 changes: 7 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Features

* improve extension start-up performance by not pre loading tooling API object data ([9be0283](https://github.com/Codeneos/vlocode/commit/9be028385d334602210e4666eed7fcd00bda5da3))
* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.11](https://github.com/Codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

### Features
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.24.11",
"version": "1.25.0",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down
13 changes: 13 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* container and eval unit-test errors ([3762d16](https://github.com/Codeneos/vlocode/commit/3762d1667555acb320ec8ba29acdce4fafd5029b))
* string eval functions do not work properly due to compiler changes ([cc5ade8](https://github.com/Codeneos/vlocode/commit/cc5ade8de8e79b6c77580246015c0a7b7bd84a57))
* Update Compiler class to use object type for context parameter ([c3d73c2](https://github.com/Codeneos/vlocode/commit/c3d73c27e172c9fff1673d8b56dd4ef0b5aecb4e))

### Features

* add support for adding alias to existing users and delete org configuration ([29c135e](https://github.com/Codeneos/vlocode/commit/29c135e09f10de7aaacf8c63f08d078e79af21b0))
* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21)

### Bug Fixes
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.24.7",
"version": "1.25.0",
"description": "Vlocode utility library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vlocity-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* string eval functions do not work properly due to compiler changes ([cc5ade8](https://github.com/Codeneos/vlocode/commit/cc5ade8de8e79b6c77580246015c0a7b7bd84a57))

### Features

* fail records with circular dependencies before deployment starts ([f7c1580](https://github.com/Codeneos/vlocode/commit/f7c15807fb45afb9453005b2c6742b313f02f600))
* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.11](https://github.com/Codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

**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.24.11",
"version": "1.25.0",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
10 changes: 10 additions & 0 deletions packages/vlocity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/Codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* switching orgs causes developer logs panel to misbehave ([9ea7261](https://github.com/Codeneos/vlocode/commit/9ea7261f0c349711c9eae16634e9fa002803f2a5))

### Features

* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/Codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))

## [1.24.11](https://github.com/Codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

**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.24.11",
"version": "1.25.0",
"description": "Vlocode VLocity shared functionality library",
"keywords": [
"Vlocity",
Expand Down
13 changes: 13 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.25.0](https://github.com/codeneos/vlocode/compare/v1.24.11...v1.25.0) (2024-08-07)

### Bug Fixes

* string eval functions do not work properly due to compiler changes ([cc5ade8](https://github.com/codeneos/vlocode/commit/cc5ade8de8e79b6c77580246015c0a7b7bd84a57))
* switching orgs causes developer logs panel to misbehave ([9ea7261](https://github.com/codeneos/vlocode/commit/9ea7261f0c349711c9eae16634e9fa002803f2a5))

### Features

* add support for adding alias to existing users and delete org configuration ([29c135e](https://github.com/codeneos/vlocode/commit/29c135e09f10de7aaacf8c63f08d078e79af21b0))
* support datapack export based on configuration definitions in a YAML definitions file ([c2edd7c](https://github.com/codeneos/vlocode/commit/c2edd7c7537a3d28312befa7ac5d7269140b5276))
* when switching org also preserve trace-flags ([b17565e](https://github.com/codeneos/vlocode/commit/b17565e8a946e2128697e0a774b01b4bd24e84c2))

## [1.24.11](https://github.com/codeneos/vlocode/compare/v1.24.10...v1.24.11) (2024-06-27)

### Bug Fixes
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.24.11",
"version": "1.25.0",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit f3b8fa1

Please sign in to comment.