From 6066ff717b5f074cd32055a333e3baac32a0debd Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 16 Jul 2024 15:59:06 +0100 Subject: [PATCH] chore(release): 2.28.0-alpha.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 10 ++++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dba4a..cbccd98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.28.0-alpha.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.27.0...v2.28.0-alpha.0) (2024-07-16) + + +### Features + +* Switch to esbuild ([a583836](https://github.com/hpcc-systems/vscode-ecl/commit/a5838368c68414b2264dbc415727889eed947aaa)) + ## [2.27.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.3...v2.27.0) (2024-04-23) diff --git a/package-lock.json b/package-lock.json index fed6317..f1b877c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.27.0", + "version": "2.28.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.27.0", + "version": "2.28.0-alpha.0", "dependencies": { "exceljs": "^4.4.0" }, diff --git a/package.json b/package.json index 3278419..284476d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.27.0", + "version": "2.28.0-alpha.0", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code", @@ -33,12 +33,14 @@ "lint-fix": "npm run lint -- --fix", "test": "npm run compile", "standard-version": "standard-version", + "standard-version-alpha": "standard-version --prerelease alpha", "vscode:prepublish": "run-s clean build", "git-push": "git push --follow-tags upstream trunk", "vsce-publish": "vsce publish", "vsce-package": "vsce package -o ./hpcc-systems.ecl.vsix", "rm-hpcc": "rimraf ./node_modules/@hpcc-js", "tag": "run-s standard-version git-push", + "tag-alpha": "run-s standard-version-alpha git-push", "update-major": "npx npm-check-updates -u", "update": "npx npm-check-updates -u -t minor" }, @@ -65,7 +67,7 @@ "@types/react": "17.0.80", "@types/react-dom": "17.0.25", "@types/tmp": "0.2.6", - "@types/vscode": "1.91.0", + "@types/vscode": "1.90.0", "@types/vscode-notebook-renderer": "1.72.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", @@ -101,7 +103,7 @@ "url": "https://github.com/hpcc-systems/vscode-ecl.git" }, "engines": { - "vscode": "^1.76.0", + "vscode": "^1.90.0", "node": ">=16.0.0" }, "galleryBanner": { @@ -1611,4 +1613,4 @@ } ] } -} \ No newline at end of file +}