Skip to content

Commit 32984ab

Browse files
chore: version packages (#440)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b11aec3 commit 32984ab

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

.changeset/rude-boxes-return.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/sample-action-client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# sample-action-client
22

3+
## 2.10.0
4+
35
## 2.9.0
46

57
## 2.8.0

examples/sample-action-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-action-client",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"displayName": "Sample Action Client",
66
"publisher": "SAPOSS",

examples/vscode-using-workspace-api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vscode-using-workspace-api
22

3+
## 2.10.0
4+
35
## 2.9.0
46

57
## 2.8.0

examples/vscode-using-workspace-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-using-workspace-api",
33
"private": "true",
4-
"version": "2.9.0",
4+
"version": "2.10.0",
55
"publisher": "SAPOSS",
66
"engines": {
77
"vscode": "^1.32.0"

packages/app-studio-toolkit-types/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @sap-devx/app-studio-toolkit-types
22

3+
## 2.10.0
4+
35
## 2.9.0
46

57
### Minor Changes

packages/app-studio-toolkit-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-devx/app-studio-toolkit-types",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"author": "SAP SE",
55
"license": "Apache-2.0",
66
"description": "The SAP Business Application Studio Toolkit VSCode Extension's API type signatures",

packages/app-studio-toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# app-studio-toolkit
22

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- b11aec3: support for "immediate" execution of the BAS action
8+
39
## 2.9.0
410

511
### Minor Changes

packages/app-studio-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app-studio-toolkit",
33
"displayName": "SAP Business Application Studio toolkit",
4-
"version": "2.9.0",
4+
"version": "2.10.0",
55
"private": true,
66
"description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.",
77
"categories": [

0 commit comments

Comments
 (0)