Skip to content

Commit

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

## [0.21.3](https://github.com/codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

### Bug Fixes

* code coverage it checked on every file change ([354589d](https://github.com/codeneos/vlocode/commit/354589de458139be3e8a4925298c85839d0f9cb0))
* logging is not injected with correct name for injected commands ([b2f665c](https://github.com/codeneos/vlocode/commit/b2f665c5a812cf961d2ec0f2913ea96dd652a571))

### Features

* option for showing test coverage in VSCode using lens ([eb90406](https://github.com/codeneos/vlocode/commit/eb9040601ab551168881683488ce86564a80e20f))

## [0.21.2](https://github.com/codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

### 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": "0.21.2",
"version": "0.21.3",
"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.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

### Bug Fixes

* logging is not injected with correct name for injected commands ([b2f665c](https://github.com/Codeneos/vlocode/commit/b2f665c5a812cf961d2ec0f2913ea96dd652a571))

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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.21.2",
"version": "0.21.3",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.

## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

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

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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.21.2",
"version": "0.21.3",
"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 @@ -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.

## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

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

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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": "0.21.2",
"version": "0.21.3",
"description": "Library for compiling and working with Vlocity OmniScripts",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/salesforce/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.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

### Features

* option for showing test coverage in VSCode using lens ([eb90406](https://github.com/Codeneos/vlocode/commit/eb9040601ab551168881683488ce86564a80e20f))

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

### 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": "0.21.2",
"version": "0.21.3",
"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.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

### Features

* option for showing test coverage in VSCode using lens ([eb90406](https://github.com/Codeneos/vlocode/commit/eb9040601ab551168881683488ce86564a80e20f))

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

### 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": "0.21.2",
"version": "0.21.3",
"description": "Vlocode utility library",
"main": "lib/index.js",
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/vlocity-deploy/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.

## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

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

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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.21.2",
"version": "0.21.3",
"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 @@ -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.

## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

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

## [0.21.2](https://github.com/Codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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": "0.21.2",
"version": "0.21.3",
"description": "Vlocode VLocity shared functionality library",
"keywords": [
"Vlocity",
Expand Down
10 changes: 10 additions & 0 deletions packages/vscode-extension/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.21.3](https://github.com/codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23)

### Bug Fixes

* code coverage it checked on every file change ([354589d](https://github.com/codeneos/vlocode/commit/354589de458139be3e8a4925298c85839d0f9cb0))

### Features

* option for showing test coverage in VSCode using lens ([eb90406](https://github.com/codeneos/vlocode/commit/eb9040601ab551168881683488ce86564a80e20f))

## [0.21.2](https://github.com/codeneos/vlocode/compare/v0.21.1...v0.21.2) (2024-01-22)

**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.21.2",
"version": "0.21.3",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 1615815

Please sign in to comment.