diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9a8b1f..099f0a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- build ([#322](https://github.com/SAP/app-studio-toolkit/issues/322)) ([84f4bd0](https://github.com/SAP/app-studio-toolkit/commit/84f4bd01990eb545fd42f55d76927f7f78b0d142)) +- release ([#325](https://github.com/SAP/app-studio-toolkit/issues/325)) ([76277c2](https://github.com/SAP/app-studio-toolkit/commit/76277c248072234fa41cd6f364ccbad90c669d11)) +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + +### Features + +- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **Note:** Version bump only for package root diff --git a/examples/sample-action-client/CHANGELOG.md b/examples/sample-action-client/CHANGELOG.md index 5b1d429e..d5b907e1 100644 --- a/examples/sample-action-client/CHANGELOG.md +++ b/examples/sample-action-client/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + +### Features + +- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **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 63359526..637c15fe 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.17.1", + "version": "1.18.0", "private": true, "displayName": "Sample Action Client", "publisher": "SAPOSS", @@ -23,7 +23,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.17.1" + "@sap-devx/app-studio-toolkit-types": "^1.18.0" }, "extensionDependencies": [ "SAPOSS.app-studio-toolkit" diff --git a/examples/vscode-using-workspace-api/CHANGELOG.md b/examples/vscode-using-workspace-api/CHANGELOG.md index b25194e8..1afc2131 100644 --- a/examples/vscode-using-workspace-api/CHANGELOG.md +++ b/examples/vscode-using-workspace-api/CHANGELOG.md @@ -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.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **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 97595a13..a141b25c 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.17.1", + "version": "1.18.0", "publisher": "SAPOSS", "engines": { "vscode": "^1.32.0" @@ -18,7 +18,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.17.1" + "@sap-devx/app-studio-toolkit-types": "^1.18.0" }, "categories": [ "Other" diff --git a/lerna.json b/lerna.json index ddd02834..780862c0 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "message": "chore(release): release %s" } }, - "version": "1.17.1" + "version": "1.18.0" } diff --git a/packages/app-studio-toolkit-types/CHANGELOG.md b/packages/app-studio-toolkit-types/CHANGELOG.md index 8b30add5..5624f562 100644 --- a/packages/app-studio-toolkit-types/CHANGELOG.md +++ b/packages/app-studio-toolkit-types/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + +### Features + +- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **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 e4869fb3..c01e5285 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.17.1", + "version": "1.18.0", "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 0b4c396f..5c9675be 100644 --- a/packages/app-studio-toolkit/CHANGELOG.md +++ b/packages/app-studio-toolkit/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + +### Features + +- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **Note:** Version bump only for package app-studio-toolkit diff --git a/packages/app-studio-toolkit/package.json b/packages/app-studio-toolkit/package.json index f3f748c9..3537a574 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.17.1", + "version": "1.18.0", "private": true, "description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.", "categories": [ @@ -353,7 +353,7 @@ "websocket": "1.0.34" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.17.1", + "@sap-devx/app-studio-toolkit-types": "^1.18.0", "@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 bdb319d8..93af4687 100644 --- a/packages/vscode-deps-upgrade-tool/CHANGELOG.md +++ b/packages/vscode-deps-upgrade-tool/CHANGELOG.md @@ -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.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07) + +### Bug Fixes + +- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be)) + ## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03) **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 c56a8cfc..2fa2dda6 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.17.1", + "version": "1.18.0", "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.17.1", + "@sap-devx/app-studio-toolkit-types": "^1.18.0", "@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 6f4a7c42..aab7b505 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.17.1 + specifier: ^1.18.0 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.17.1 + specifier: ^1.18.0 version: link:../../packages/app-studio-toolkit-types packages/app-studio-remote-access: @@ -234,7 +234,7 @@ importers: version: 1.0.34 devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.17.1 + specifier: ^1.18.0 version: link:../app-studio-toolkit-types '@types/body-parser': specifier: 1.19.2 @@ -392,7 +392,7 @@ importers: version: 3.0.0 devDependencies: '@sap-devx/app-studio-toolkit-types': - specifier: ^1.17.1 + specifier: ^1.18.0 version: link:../app-studio-toolkit-types '@types/semver': specifier: ^7.3.12