From a769af598532029fea4d3b361f55ea8e37e2cd81 Mon Sep 17 00:00:00 2001 From: Sanjula Date: Tue, 11 Feb 2025 19:21:38 -0500 Subject: [PATCH] Bump to v2.12.2 Signed-off-by: Sanjula --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- types/package-lock.json | 4 ++-- types/package.json | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077ca44a..bcb9e119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file. +# `2.12.2` +* Fix issues with project explorer types + # `2.12.1` * Add action to build objects in project explorer and source orbit diff --git a/package-lock.json b/package-lock.json index a444fdf7..59fc5c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ibmi-projectexplorer", - "version": "2.12.1", + "version": "2.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ibmi-projectexplorer", - "version": "2.12.1", + "version": "2.12.2", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index 67784f65..4e0bfd3a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "IBM", "license": "Apache-2.0", - "version": "2.12.1", + "version": "2.12.2", "repository": { "url": "https://github.com/IBM/vscode-ibmi-projectexplorer" }, diff --git a/types/package-lock.json b/types/package-lock.json index 71cd05e9..bd0938a9 100644 --- a/types/package-lock.json +++ b/types/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/vscode-ibmi-projectexplorer-types", - "version": "2.12.0", + "version": "2.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/vscode-ibmi-projectexplorer-types", - "version": "2.12.0", + "version": "2.12.2", "license": "Apache-2.0", "dependencies": { "@halcyontech/vscode-ibmi-types": "^2.9.0", diff --git a/types/package.json b/types/package.json index ac3173c6..dd046650 100644 --- a/types/package.json +++ b/types/package.json @@ -1,7 +1,7 @@ { "name": "@ibm/vscode-ibmi-projectexplorer-types", "description": "Type definitions for the IBM i Project Explorer API", - "version": "2.12.0", + "version": "2.12.2", "author": { "name": "IBM", "url": "https://github.com/IBM"