Skip to content

Commit

Permalink
chore: publish version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Nov 21, 2022
1 parent 58d89dc commit e61bea1
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 27 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.18.1](https://github.com/codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

### Bug Fixes

* clear debug logs commands does not complete ([2ae7d6c](https://github.com/codeneos/vlocode/commit/2ae7d6c20fa70cf7e1816f359d9a04d6ee3d81ea))
* debug log viewer file names do not use proper date format ([de76b2a](https://github.com/codeneos/vlocode/commit/de76b2a43e68acebf21ff34c7f8f1933cf183318))

### Features

* support reusing and storing custom debug levels defined through Vlocode ([58d89dc](https://github.com/codeneos/vlocode/commit/58d89dcbee273b5db0eaadea515e986dd1c33133))

# [0.18.0](https://github.com/codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### 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.18.0",
"version": "0.18.1",
"npmClient": "pnpm",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/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.18.1](https://github.com/Codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

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

# [0.18.0](https://github.com/Codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "0.18.0",
"version": "0.18.1",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@types/fs-extra": "^9",
"@types/jest": "^28.1.6",
"@types/node": "^16",
"@vlocode/core": "^0.18.0",
"@vlocode/salesforce": "^0.18.0",
"@vlocode/util": "^0.18.0",
"@vlocode/vlocity-deploy": "^0.18.0",
"@vlocode/core": "^0.18.1",
"@vlocode/salesforce": "^0.18.1",
"@vlocode/util": "^0.18.1",
"@vlocode/vlocity-deploy": "^0.18.1",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"create-ts-index": "^1.14.0",
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.18.1](https://github.com/Codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

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

# [0.18.0](https://github.com/Codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/core",
"version": "0.18.0",
"version": "0.18.1",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"@vlocode/util": "^0.18.0",
"@vlocode/util": "^0.18.1",
"chalk": "^4.1.1",
"globby": "^11.0.4",
"memfs": "^3.2.2",
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.18.1](https://github.com/Codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

### Bug Fixes

* clear debug logs commands does not complete ([2ae7d6c](https://github.com/Codeneos/vlocode/commit/2ae7d6c20fa70cf7e1816f359d9a04d6ee3d81ea))

# [0.18.0](https://github.com/Codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/salesforce",
"version": "0.18.0",
"version": "0.18.1",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@salesforce/source-deploy-retrieve": "^5",
"@vlocode/core": "^0.18.0",
"@vlocode/util": "^0.18.0",
"@vlocode/core": "^0.18.1",
"@vlocode/util": "^0.18.1",
"axios": "^0.25.0",
"chalk": "^4.1.1",
"fs-extra": "^9.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/util/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.18.1](https://github.com/Codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

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

# [0.18.0](https://github.com/Codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-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": "0.18.0",
"version": "0.18.1",
"description": "Vlocode utility library",
"main": "lib/index.js",
"readme": "../SITE.md",
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.18.1](https://github.com/Codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

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

# [0.18.0](https://github.com/Codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions 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.18.0",
"version": "0.18.1",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -59,9 +59,9 @@
"webpack-env": "^0.8.0"
},
"dependencies": {
"@vlocode/core": "^0.18.0",
"@vlocode/salesforce": "^0.18.0",
"@vlocode/util": "^0.18.0",
"@vlocode/core": "^0.18.1",
"@vlocode/salesforce": "^0.18.1",
"@vlocode/util": "^0.18.1",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"fs-extra": "^9.0",
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.18.1](https://github.com/codeneos/vlocode/compare/v0.18.0...v0.18.1) (2022-11-21)

### Bug Fixes

* debug log viewer file names do not use proper date format ([de76b2a](https://github.com/codeneos/vlocode/commit/de76b2a43e68acebf21ff34c7f8f1933cf183318))

### Features

* support reusing and storing custom debug levels defined through Vlocode ([58d89dc](https://github.com/codeneos/vlocode/commit/58d89dcbee273b5db0eaadea515e986dd1c33133))

# [0.18.0](https://github.com/codeneos/vlocode/compare/v0.17.12...v0.18.0) (2022-11-21)

### 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": "0.18.0",
"version": "0.18.1",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e61bea1

Please sign in to comment.