Skip to content

Commit

Permalink
chore: publish version 1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed May 27, 2024
1 parent 1543d9c commit 867ddc7
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.24.3](https://github.com/codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

### Bug Fixes

* check reserved bits are equal to 0 for more accurate SF ID matching ([1543d9c](https://github.com/codeneos/vlocode/commit/1543d9cf8f75ffe79af5a50615ec5eeffb1465b4))

## [1.24.2](https://github.com/codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-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.24.2",
"version": "1.24.3",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/apex/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.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

# [1.24.0](https://github.com/Codeneos/vlocode/compare/v1.23.0...v1.24.0) (2024-05-09)

**Note:** Version bump only for package @vlocode/apex
Expand Down
2 changes: 1 addition & 1 deletion packages/apex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/apex",
"version": "1.24.0",
"version": "1.24.3",
"description": "Salesforce APEX Parser and Grammar",
"keywords": [
"Salesforce",
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.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/Codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-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.24.2",
"version": "1.24.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.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

# [1.23.0](https://github.com/Codeneos/vlocode/compare/v1.22.2...v1.23.0) (2024-04-29)

### Bug Fixes
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": "1.23.0",
"version": "1.24.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.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/Codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-27)

**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": "1.24.2",
"version": "1.24.3",
"description": "Library for compiling and working with Vlocity OmniScripts",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/salesforce/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.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/Codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-27)

### 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": "1.24.2",
"version": "1.24.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.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

### Bug Fixes

* check reserved bits are equal to 0 for more accurate SF ID matching ([1543d9c](https://github.com/Codeneos/vlocode/commit/1543d9cf8f75ffe79af5a50615ec5eeffb1465b4))

# [1.23.0](https://github.com/Codeneos/vlocode/compare/v1.22.2...v1.23.0) (2024-04-29)

### Features
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": "1.23.0",
"version": "1.24.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.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/Codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-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.24.2",
"version": "1.24.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.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/Codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-27)

**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": "1.24.2",
"version": "1.24.3",
"description": "Vlocode VLocity shared functionality library",
"keywords": [
"Vlocity",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-apex-ls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.24.3](https://github.com/Codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

**Note:** Version bump only for package vlocode-apex-ls
55 changes: 55 additions & 0 deletions packages/vscode-apex-ls/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "vlocode-apex-ls",
"private": true,
"displayName": "Salesforce APEX language server",
"description": "Implementation of a VSCode language server for APEX in Javascript",
"version": "1.24.3",
"license": "MIT",
"readme": "../SITE.md",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codeneos/vlocode.git"
},
"author": {
"name": "Peter van Gulik",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Codeneos/vlocode/issues"
},
"homepage": "https://github.com/Codeneos/vlocode/tree/main/packages/apex#readme",
"devDependencies": {
"@vlocode/apex": "workspace:*",
"@vlocode/core": "workspace:*",
"@vlocode/util": "workspace:*",
"esbuild-loader": "^4.0.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.0",
"ts-node": "^10.4.0",
"typescript": "5.1.6",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-glob-entry": "^2.1.1",
"webpack-merge": "^5.9.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@vlocode/apex": "workspace:*",
"@vlocode/core": "workspace:*",
"@vlocode/util": "workspace:*"
},
"publisher": "curlybracket",
"scripts": {
"build": "pnpm pre-build && tsc -b",
"build-webpack": "pnpm pre-build && webpack --config webpack/webpack.prod.t",
"build-webpack-dev": "pnpm pre-build && webpack --config webpack/webpack.dev.ts",
"watch": "webpack --watch --config webpack/webpack.dev.ts",
"clean": "shx rm -rf ./out ./.ts-temp './src/**/*.{d.ts,ts.map,js.map,js}'",
"publish": "vsce publish --no-dependencies --allow-star-activation"
}
}
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.24.3](https://github.com/codeneos/vlocode/compare/v1.24.2...v1.24.3) (2024-05-27)

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

## [1.24.2](https://github.com/codeneos/vlocode/compare/v1.24.1...v1.24.2) (2024-05-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.24.2",
"version": "1.24.3",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 867ddc7

Please sign in to comment.