From 7b68eb8401b842379bcccb1088d23ba92d876450 Mon Sep 17 00:00:00 2001 From: Rima Sirich Date: Thu, 16 Nov 2023 09:33:45 +0200 Subject: [PATCH] chore(release): release v1.15.17 --- CHANGELOG.md | 4 ++++ examples/sample-action-client/CHANGELOG.md | 4 ++++ examples/sample-action-client/package.json | 4 ++-- examples/vscode-using-workspace-api/CHANGELOG.md | 4 ++++ examples/vscode-using-workspace-api/package.json | 4 ++-- lerna.json | 2 +- packages/app-studio-toolkit-types/CHANGELOG.md | 4 ++++ packages/app-studio-toolkit-types/package.json | 2 +- packages/app-studio-toolkit/CHANGELOG.md | 4 ++++ packages/app-studio-toolkit/package.json | 4 ++-- packages/vscode-deps-upgrade-tool/CHANGELOG.md | 4 ++++ packages/vscode-deps-upgrade-tool/package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 13 files changed, 38 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee87638..b29296fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package root + ## [1.15.16](https://github.com/SAP/app-studio-toolkit/compare/v1.15.15...v1.15.16) (2023-10-23) ### Bug Fixes diff --git a/examples/sample-action-client/CHANGELOG.md b/examples/sample-action-client/CHANGELOG.md index ce9d3012..48efa4fa 100644 --- a/examples/sample-action-client/CHANGELOG.md +++ b/examples/sample-action-client/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package sample-action-client + ## [1.15.15](https://github.com/SAP/app-studio-toolkit/compare/v1.15.14...v1.15.15) (2023-09-27) **Note:** Version bump only for package sample-action-client diff --git a/examples/sample-action-client/package.json b/examples/sample-action-client/package.json index 40d2b1cf..5d0d7600 100644 --- a/examples/sample-action-client/package.json +++ b/examples/sample-action-client/package.json @@ -1,6 +1,6 @@ { "name": "sample-action-client", - "version": "1.15.15", + "version": "1.15.17", "private": true, "displayName": "Sample Action Client", "publisher": "SAPOSS", @@ -23,7 +23,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.15" + "@sap-devx/app-studio-toolkit-types": "^1.15.17" }, "extensionDependencies": [ "SAPOSS.app-studio-toolkit" diff --git a/examples/vscode-using-workspace-api/CHANGELOG.md b/examples/vscode-using-workspace-api/CHANGELOG.md index caadcfe3..38bf5328 100644 --- a/examples/vscode-using-workspace-api/CHANGELOG.md +++ b/examples/vscode-using-workspace-api/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package vscode-using-workspace-api + ## [1.15.15](https://github.com/SAP/app-studio-toolkit/compare/v1.15.14...v1.15.15) (2023-09-27) **Note:** Version bump only for package vscode-using-workspace-api diff --git a/examples/vscode-using-workspace-api/package.json b/examples/vscode-using-workspace-api/package.json index e059cbb3..38982a65 100644 --- a/examples/vscode-using-workspace-api/package.json +++ b/examples/vscode-using-workspace-api/package.json @@ -1,7 +1,7 @@ { "name": "vscode-using-workspace-api", "private": "true", - "version": "1.15.15", + "version": "1.15.17", "publisher": "SAPOSS", "engines": { "vscode": "^1.32.0" @@ -18,7 +18,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.15" + "@sap-devx/app-studio-toolkit-types": "^1.15.17" }, "categories": [ "Other" diff --git a/lerna.json b/lerna.json index 61a277a8..c021175d 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "message": "chore(release): release %s" } }, - "version": "1.15.16" + "version": "1.15.17" } diff --git a/packages/app-studio-toolkit-types/CHANGELOG.md b/packages/app-studio-toolkit-types/CHANGELOG.md index 4b2ee1e3..73120aaa 100644 --- a/packages/app-studio-toolkit-types/CHANGELOG.md +++ b/packages/app-studio-toolkit-types/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package @sap-devx/app-studio-toolkit-types + ## [1.15.15](https://github.com/SAP/app-studio-toolkit/compare/v1.15.14...v1.15.15) (2023-09-27) **Note:** Version bump only for package @sap-devx/app-studio-toolkit-types diff --git a/packages/app-studio-toolkit-types/package.json b/packages/app-studio-toolkit-types/package.json index f8923317..e924ccac 100644 --- a/packages/app-studio-toolkit-types/package.json +++ b/packages/app-studio-toolkit-types/package.json @@ -1,6 +1,6 @@ { "name": "@sap-devx/app-studio-toolkit-types", - "version": "1.15.15", + "version": "1.15.17", "author": "SAP SE", "license": "Apache-2.0", "description": "The SAP Business Application Studio Toolkit VSCode Extension's API type signatures", diff --git a/packages/app-studio-toolkit/CHANGELOG.md b/packages/app-studio-toolkit/CHANGELOG.md index a2e9d901..37902bd9 100644 --- a/packages/app-studio-toolkit/CHANGELOG.md +++ b/packages/app-studio-toolkit/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package app-studio-toolkit + ## [1.15.15](https://github.com/SAP/app-studio-toolkit/compare/v1.15.14...v1.15.15) (2023-09-27) ### Bug Fixes diff --git a/packages/app-studio-toolkit/package.json b/packages/app-studio-toolkit/package.json index bc0debad..76a66c0f 100644 --- a/packages/app-studio-toolkit/package.json +++ b/packages/app-studio-toolkit/package.json @@ -1,7 +1,7 @@ { "name": "app-studio-toolkit", "displayName": "SAP Business Application Studio toolkit", - "version": "1.15.15", + "version": "1.15.17", "private": true, "description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.", "categories": [ @@ -352,7 +352,7 @@ "websocket": "1.0.34" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.15", + "@sap-devx/app-studio-toolkit-types": "^1.15.17", "@types/body-parser": "1.19.2", "@types/cors": "^2.8.13", "@types/express": "4.17.17", diff --git a/packages/vscode-deps-upgrade-tool/CHANGELOG.md b/packages/vscode-deps-upgrade-tool/CHANGELOG.md index bb7e4b35..aba140bc 100644 --- a/packages/vscode-deps-upgrade-tool/CHANGELOG.md +++ b/packages/vscode-deps-upgrade-tool/CHANGELOG.md @@ -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.15.17](https://github.com/SAP/app-studio-toolkit/compare/v1.15.16...v1.15.17) (2023-11-16) + +**Note:** Version bump only for package vscode-deps-upgrade-tool + ## [1.15.15](https://github.com/SAP/app-studio-toolkit/compare/v1.15.14...v1.15.15) (2023-09-27) **Note:** Version bump only for package vscode-deps-upgrade-tool diff --git a/packages/vscode-deps-upgrade-tool/package.json b/packages/vscode-deps-upgrade-tool/package.json index 0e793692..1676dec8 100644 --- a/packages/vscode-deps-upgrade-tool/package.json +++ b/packages/vscode-deps-upgrade-tool/package.json @@ -1,7 +1,7 @@ { "name": "vscode-deps-upgrade-tool", "displayName": "NPM Dependency Upgrade Tool", - "version": "1.15.15", + "version": "1.15.17", "private": true, "description": "Modifies package.json dependencies by using metadata in 'BASContributes.upgrade.node' property", "categories": [ @@ -85,7 +85,7 @@ "validate-npm-package-name": "3.0.0" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.15", + "@sap-devx/app-studio-toolkit-types": "^1.15.17", "@types/semver": "^7.3.12", "@types/validate-npm-package-name": "^3.0.3", "@vscode-logging/types": "^0.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b538d2b..704ad5bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,7 +119,7 @@ importers: examples/sample-action-client: devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.15.15 + specifier: ^1.15.17 version: link:../../packages/app-studio-toolkit-types examples/vscode-using-upgrade-tool: {} @@ -127,7 +127,7 @@ importers: examples/vscode-using-workspace-api: devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.15.15 + specifier: ^1.15.17 version: link:../../packages/app-studio-toolkit-types packages/app-studio-remote-access: @@ -231,7 +231,7 @@ importers: version: 1.0.34 devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.15.15 + specifier: ^1.15.17 version: link:../app-studio-toolkit-types '@types/body-parser': specifier: 1.19.2 @@ -386,7 +386,7 @@ importers: version: 3.0.0 devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.15.15 + specifier: ^1.15.17 version: link:../app-studio-toolkit-types '@types/semver': specifier: ^7.3.12