diff --git a/CHANGELOG.md b/CHANGELOG.md index 993386f1..55a23934 100644 --- a/CHANGELOG.md +++ b/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.15.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +### Bug Fixes + +- themes update fix DEVXBUGS-11227 ([#259](https://github.com/SAP/app-studio-toolkit/issues/259)) ([7d45e68](https://github.com/SAP/app-studio-toolkit/commit/7d45e6894070841ed5952e1cfcabe7da0a7aa62a)) + ## [1.15.5](https://github.com/SAP/app-studio-toolkit/compare/v1.15.4...v1.15.5) (2023-06-28) **Note:** Version bump only for package root diff --git a/examples/sample-action-client/CHANGELOG.md b/examples/sample-action-client/CHANGELOG.md index 3451df86..66e8f98d 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.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +**Note:** Version bump only for package sample-action-client + ## [1.15.4](https://github.com/SAP/app-studio-toolkit/compare/v1.15.3...v1.15.4) (2023-06-21) **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 62d6caf7..92618873 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.4", + "version": "1.15.6", "private": true, "displayName": "Sample Action Client", "publisher": "SAPOSS", @@ -23,7 +23,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.4" + "@sap-devx/app-studio-toolkit-types": "^1.15.6" }, "extensionDependencies": [ "SAPOSS.app-studio-toolkit" diff --git a/examples/vscode-using-workspace-api/CHANGELOG.md b/examples/vscode-using-workspace-api/CHANGELOG.md index 5a451e08..07611767 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.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +**Note:** Version bump only for package vscode-using-workspace-api + ## [1.15.4](https://github.com/SAP/app-studio-toolkit/compare/v1.15.3...v1.15.4) (2023-06-21) **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 9674c96d..52ff63e5 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.4", + "version": "1.15.6", "publisher": "SAPOSS", "engines": { "vscode": "^1.32.0" @@ -18,7 +18,7 @@ "package": "vsce package" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.4" + "@sap-devx/app-studio-toolkit-types": "^1.15.6" }, "categories": [ "Other" diff --git a/lerna.json b/lerna.json index 7ad594b0..86d814c7 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "message": "chore(release): release %s" } }, - "version": "1.15.5" + "version": "1.15.6" } diff --git a/packages/app-studio-toolkit-themes/CHANGELOG.md b/packages/app-studio-toolkit-themes/CHANGELOG.md index 5aaf70e4..1c6b5264 100644 --- a/packages/app-studio-toolkit-themes/CHANGELOG.md +++ b/packages/app-studio-toolkit-themes/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.15.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +### Bug Fixes + +- themes update fix DEVXBUGS-11227 ([#259](https://github.com/SAP/app-studio-toolkit/issues/259)) ([7d45e68](https://github.com/SAP/app-studio-toolkit/commit/7d45e6894070841ed5952e1cfcabe7da0a7aa62a)) + ## [1.15.3](https://github.com/SAP/app-studio-toolkit/compare/v1.15.2...v1.15.3) (2023-06-14) **Note:** Version bump only for package app-studio-toolkit-themes diff --git a/packages/app-studio-toolkit-themes/package.json b/packages/app-studio-toolkit-themes/package.json index 45aa523d..2fb95f38 100644 --- a/packages/app-studio-toolkit-themes/package.json +++ b/packages/app-studio-toolkit-themes/package.json @@ -1,7 +1,7 @@ { "name": "app-studio-toolkit-themes", "displayName": "SAP Business Application Studio themes", - "version": "1.15.3", + "version": "1.15.6", "private": true, "description": "Provides SAP Business Application Studio themes", "categories": [ diff --git a/packages/app-studio-toolkit-types/CHANGELOG.md b/packages/app-studio-toolkit-types/CHANGELOG.md index ef261f06..6f0e6a41 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.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +**Note:** Version bump only for package @sap-devx/app-studio-toolkit-types + ## [1.15.4](https://github.com/SAP/app-studio-toolkit/compare/v1.15.3...v1.15.4) (2023-06-21) **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 6c4531e9..be154aa4 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.4", + "version": "1.15.6", "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 72df65cd..1d9bdd26 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.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +**Note:** Version bump only for package app-studio-toolkit + ## [1.15.5](https://github.com/SAP/app-studio-toolkit/compare/v1.15.4...v1.15.5) (2023-06-28) **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 5512a158..6acc18e3 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.5", + "version": "1.15.6", "private": true, "description": "Allows you to remotely control dev spaces that are hosted in SAP Business Application Studio from VS Code.", "categories": [ @@ -360,7 +360,7 @@ "websocket": "1.0.34" }, "devDependencies": { - "@sap-devx/app-studio-toolkit-types": "^1.15.4", + "@sap-devx/app-studio-toolkit-types": "^1.15.6", "@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 a751e75b..456b3bac 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.6](https://github.com/SAP/app-studio-toolkit/compare/v1.15.5...v1.15.6) (2023-07-03) + +**Note:** Version bump only for package vscode-deps-upgrade-tool + ## [1.15.4](https://github.com/SAP/app-studio-toolkit/compare/v1.15.3...v1.15.4) (2023-06-21) **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 48bc2834..f0ccf032 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.4", + "version": "1.15.6", "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.4", + "@sap-devx/app-studio-toolkit-types": "^1.15.6", "@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 35b037ad..8493e5f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,7 +82,7 @@ importers: examples/sample-action-client: specifiers: - '@sap-devx/app-studio-toolkit-types': ^1.15.4 + '@sap-devx/app-studio-toolkit-types': ^1.15.6 devDependencies: '@sap-devx/app-studio-toolkit-types': link:../../packages/app-studio-toolkit-types @@ -91,7 +91,7 @@ importers: examples/vscode-using-workspace-api: specifiers: - '@sap-devx/app-studio-toolkit-types': ^1.15.4 + '@sap-devx/app-studio-toolkit-types': ^1.15.6 devDependencies: '@sap-devx/app-studio-toolkit-types': link:../../packages/app-studio-toolkit-types @@ -136,7 +136,7 @@ importers: packages/app-studio-toolkit: specifiers: - '@sap-devx/app-studio-toolkit-types': ^1.15.4 + '@sap-devx/app-studio-toolkit-types': ^1.15.6 '@sap/artifact-management': 1.24.1 '@sap/bas-sdk': 3.3.2 '@types/body-parser': 1.19.2 @@ -262,7 +262,7 @@ importers: packages/vscode-deps-upgrade-tool: specifiers: - '@sap-devx/app-studio-toolkit-types': ^1.15.4 + '@sap-devx/app-studio-toolkit-types': ^1.15.6 '@types/fs-extra': ^9.0.13 '@types/semver': ^7.3.12 '@types/validate-npm-package-name': ^3.0.3