Skip to content

Commit 732ae40

Browse files
chore: version packages (#399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d84c574 commit 732ae40

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

.changeset/wet-guests-travel.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.3.0
4+
35
## 2.2.2
46

57
## 2.2.1

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.2.2",
3+
"version": "2.3.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.3.0
4+
35
## 2.2.2
46

57
## 2.2.1

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.2.2",
4+
"version": "2.3.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.3.0
4+
35
## 2.2.2
46

57
### Patch 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.2.2",
3+
"version": "2.3.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.3.0
4+
5+
### Minor Changes
6+
7+
- d84c574: Expose Telemetry reporter API which allows to report to Azure Application Insights for BAS
8+
39
## 2.2.2
410

511
### Patch 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.2.2",
4+
"version": "2.3.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)