Skip to content

Commit

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

## [1.22.2](https://github.com/codeneos/vlocode/compare/v1.22.1...v1.22.2) (2024-04-11)

### Bug Fixes

* document templates are not shared with all users after deployment ([0ad9f86](https://github.com/codeneos/vlocode/commit/0ad9f86b09e7ec1e8eb92b4c89cd3d2c431b15b0))
* unit test build error due to wrong references ([939e2ef](https://github.com/codeneos/vlocode/commit/939e2ef4f9232a82ae37d71e1380b27bd1831d92))

## [1.22.1](https://github.com/codeneos/vlocode/compare/v1.22.0...v1.22.1) (2024-03-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.22.1",
"version": "1.22.2",
"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.

## [1.22.2](https://github.com/Codeneos/vlocode/compare/v1.22.1...v1.22.2) (2024-04-11)

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

## [1.22.1](https://github.com/Codeneos/vlocode/compare/v1.22.0...v1.22.1) (2024-03-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.22.1",
"version": "1.22.2",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/vlocity-deploy/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.22.2](https://github.com/Codeneos/vlocode/compare/v1.22.1...v1.22.2) (2024-04-11)

### Bug Fixes

* document templates are not shared with all users after deployment ([0ad9f86](https://github.com/Codeneos/vlocode/commit/0ad9f86b09e7ec1e8eb92b4c89cd3d2c431b15b0))

# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-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.22.0",
"version": "1.22.2",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-extension/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.22.2](https://github.com/codeneos/vlocode/compare/v1.22.1...v1.22.2) (2024-04-11)

**Note:** Version bump only for package vlocode

# [1.22.0](https://github.com/codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27)

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

0 comments on commit e664357

Please sign in to comment.