Skip to content

Commit

Permalink
chore: publish version 0.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Jan 25, 2023
1 parent 9d5222a commit b47f91b
Show file tree
Hide file tree
Showing 16 changed files with 86 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.8](https://github.com/codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

### Bug Fixes

* the refreshFn cannot be set when refresh delegates is undefined ([9d5222a](https://github.com/codeneos/vlocode/commit/9d5222a91ecb1caa910d261fec7a3a2b60542512))

### Features

* improve custom transport so it can be used with OAuth flow and stores refreshed tokens in SFDX to avoid refreshing tokens every time vlocode connects to a SFDX org with an outdated access token ([7bd75e5](https://github.com/codeneos/vlocode/commit/7bd75e582f5cf196b1d32272ab5c1d3bba81d283))
* support refreshing OAuth tokens and prefilling the username on the refresh tokens action ([b31a419](https://github.com/codeneos/vlocode/commit/b31a4198044a4dd701adbe0aacdb15c157af75f8))

## [0.18.7](https://github.com/codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
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.8](https://github.com/Codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

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

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

**Note:** Version bump only for package @vlocode/cli
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.7",
"version": "0.18.8",
"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.7",
"@vlocode/salesforce": "^0.18.7",
"@vlocode/util": "^0.18.7",
"@vlocode/vlocity-deploy": "^0.18.7",
"@vlocode/core": "^0.18.8",
"@vlocode/salesforce": "^0.18.8",
"@vlocode/util": "^0.18.8",
"@vlocode/vlocity-deploy": "^0.18.8",
"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.8](https://github.com/Codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

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

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"@vlocode/util": "^0.18.7",
"@vlocode/util": "^0.18.8",
"chalk": "^4.1.1",
"globby": "^11.0.4",
"luxon": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/salesforce/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.8](https://github.com/Codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

### Bug Fixes

* the refreshFn cannot be set when refresh delegates is undefined ([9d5222a](https://github.com/Codeneos/vlocode/commit/9d5222a91ecb1caa910d261fec7a3a2b60542512))

### Features

* improve custom transport so it can be used with OAuth flow and stores refreshed tokens in SFDX to avoid refreshing tokens every time vlocode connects to a SFDX org with an outdated access token ([7bd75e5](https://github.com/Codeneos/vlocode/commit/7bd75e582f5cf196b1d32272ab5c1d3bba81d283))

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@salesforce/source-deploy-retrieve": "^5",
"@vlocode/core": "^0.18.7",
"@vlocode/util": "^0.18.7",
"@vlocode/core": "^0.18.8",
"@vlocode/util": "^0.18.8",
"axios": "^0.25.0",
"chalk": "^4.1.1",
"csv-parse": "^5.3.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/util/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.18.8](https://github.com/Codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

### Features

* improve custom transport so it can be used with OAuth flow and stores refreshed tokens in SFDX to avoid refreshing tokens every time vlocode connects to a SFDX org with an outdated access token ([7bd75e5](https://github.com/Codeneos/vlocode/commit/7bd75e582f5cf196b1d32272ab5c1d3bba81d283))
* support refreshing OAuth tokens and prefilling the username on the refresh tokens action ([b31a419](https://github.com/Codeneos/vlocode/commit/b31a4198044a4dd701adbe0aacdb15c157af75f8))

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"description": "Vlocode utility library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down
13 changes: 13 additions & 0 deletions packages/util/src/errors.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Custom error object that extends the default Error but has a more versatile constructor that allows setting additional
* standard error fields such as name while also allowing setting of custom fields through the constructor making it easier to include
* extra detail into the error
*/
export class CustomError extends Error {
constructor(message: string, options?: ({ name?: string, code?: string } & object) | Error) {
super(message);
if (options) {
Object.assign(this, options);
}
}
}
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.8](https://github.com/Codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

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

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -62,9 +62,9 @@
"webpack-env": "^0.8.0"
},
"dependencies": {
"@vlocode/core": "^0.18.7",
"@vlocode/salesforce": "^0.18.7",
"@vlocode/util": "^0.18.7",
"@vlocode/core": "^0.18.8",
"@vlocode/salesforce": "^0.18.8",
"@vlocode/util": "^0.18.8",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"fs-extra": "^9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/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.8](https://github.com/codeneos/vlocode/compare/v0.18.7...v0.18.8) (2023-01-25)

### Features

* support refreshing OAuth tokens and prefilling the username on the refresh tokens action ([b31a419](https://github.com/codeneos/vlocode/commit/b31a4198044a4dd701adbe0aacdb15c157af75f8))

## [0.18.7](https://github.com/codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### 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.7",
"version": "0.18.8",
"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 b47f91b

Please sign in to comment.