Skip to content

Commit

Permalink
chore: publish version 0.20.1-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Aug 20, 2023
1 parent 3ce2924 commit 54b9c29
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.1-next.0](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Bug Fixes

* datapack rename and close causes name duplication when the old name is present in the old name; rename and clone now also take into account other global keys such on product2 datapacks. ([fbd723d](https://github.com/codeneos/vlocode/commit/fbd723da3fcdae3625808e31cf62f70ef10cde39))
* decomposed metadata fragments do are not deploy without a parent ([a2e187c](https://github.com/codeneos/vlocode/commit/a2e187cd0bd451dc4c71ce6023ff8c52d7148d3f))
* readFileAsString causes circular reference in VSCodeFileSystemAdapter ([dadd47f](https://github.com/codeneos/vlocode/commit/dadd47f90013bcdcd04519e83eea2a6e4ffe8ce6))
* refreshing developer logs does not await refresh causing errors to not be reported back if any occurred ([376f6ef](https://github.com/codeneos/vlocode/commit/376f6ef84d86dd76b1d89648414f2bd8f9418409))
* salesforce core tries to load messages that do not exists in a bundled context ([852893f](https://github.com/codeneos/vlocode/commit/852893ff52183989056954198551026f700defce))
* when a record groups only has skipped records it is incorrectly reported as failed ([dba71f4](https://github.com/codeneos/vlocode/commit/dba71f4421c4fd2c5b7cc15bb19afa13e37cbfbb))

### Features

* accurately measure extension startup performance ([87d7e88](https://github.com/codeneos/vlocode/commit/87d7e88ef290660da24301c387fd97e9c9f19fea))
* add deploy difference command which only pushes changed metadata files to the org ([ed21dad](https://github.com/codeneos/vlocode/commit/ed21dad82f93f822ddb6f6c72d397cd35b15a36e))
* determining the differences between the deployed and retrieved data used to depend on the order of the elements in the XML; now the order is only considered relevant for layouts and flexipages which use the order of the elements in the XML as order of the elements on the screen. ([0dd7048](https://github.com/codeneos/vlocode/commit/0dd70482e36b9e70e19c75c8ff0a30dbd8572ebe))
* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))
* support generation of LWCs components from OmniScripts ([a885d52](https://github.com/codeneos/vlocode/commit/a885d52079721417677034371f839be5f161c06f))

# [0.20.0-alpha.1](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**Note:** Version bump only for package vlocode-project
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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**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": "0.20.0-alpha.1",
"version": "0.20.1-next.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 @@ -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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/omniscript/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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))
* support generation of LWCs components from OmniScripts ([a885d52](https://github.com/Codeneos/vlocode/commit/a885d52079721417677034371f839be5f161c06f))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**Note:** Version bump only for package @vlocode/omniscript
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": "0.20.0-alpha.1",
"version": "0.20.1-next.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 @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Bug Fixes

* decomposed metadata fragments do are not deploy without a parent ([a2e187c](https://github.com/Codeneos/vlocode/commit/a2e187cd0bd451dc4c71ce6023ff8c52d7148d3f))

### Features

* add deploy difference command which only pushes changed metadata files to the org ([ed21dad](https://github.com/Codeneos/vlocode/commit/ed21dad82f93f822ddb6f6c72d397cd35b15a36e))
* determining the differences between the deployed and retrieved data used to depend on the order of the elements in the XML; now the order is only considered relevant for layouts and flexipages which use the order of the elements in the XML as order of the elements on the screen. ([0dd7048](https://github.com/Codeneos/vlocode/commit/0dd70482e36b9e70e19c75c8ff0a30dbd8572ebe))
* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**Note:** Version bump only for package @vlocode/salesforce
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": "0.20.0-alpha.1",
"version": "0.20.1-next.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 @@ -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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"description": "Vlocode utility library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/vlocity-deploy/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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Bug Fixes

* when a record groups only has skipped records it is incorrectly reported as failed ([dba71f4](https://github.com/Codeneos/vlocode/commit/dba71f4421c4fd2c5b7cc15bb19afa13e37cbfbb))

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/vlocity/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.

## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Features

* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/Codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))

# [0.20.0-alpha.1](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**Note:** Version bump only for package @vlocode/vlocity
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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"description": "Vlocode VLocity shared functionality library",
"keywords": [
"Vlocity",
Expand Down
15 changes: 15 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.1-next.0](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20)

### Bug Fixes

* datapack rename and close causes name duplication when the old name is present in the old name; rename and clone now also take into account other global keys such on product2 datapacks. ([fbd723d](https://github.com/codeneos/vlocode/commit/fbd723da3fcdae3625808e31cf62f70ef10cde39))
* readFileAsString causes circular reference in VSCodeFileSystemAdapter ([dadd47f](https://github.com/codeneos/vlocode/commit/dadd47f90013bcdcd04519e83eea2a6e4ffe8ce6))
* refreshing developer logs does not await refresh causing errors to not be reported back if any occurred ([376f6ef](https://github.com/codeneos/vlocode/commit/376f6ef84d86dd76b1d89648414f2bd8f9418409))

### Features

* accurately measure extension startup performance ([87d7e88](https://github.com/codeneos/vlocode/commit/87d7e88ef290660da24301c387fd97e9c9f19fea))
* add deploy difference command which only pushes changed metadata files to the org ([ed21dad](https://github.com/codeneos/vlocode/commit/ed21dad82f93f822ddb6f6c72d397cd35b15a36e))
* improve build system and reduce load time of extension on startup by 40% ([692de00](https://github.com/codeneos/vlocode/commit/692de003c677516ed13064fb4d7011be2f090225))
* support generation of LWCs components from OmniScripts ([a885d52](https://github.com/codeneos/vlocode/commit/a885d52079721417677034371f839be5f161c06f))

# [0.20.0-alpha.1](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.0...v0.20.0-alpha.1) (2023-08-14)

**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": "0.20.0-alpha.1",
"version": "0.20.1-next.0",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 54b9c29

Please sign in to comment.