Skip to content

Commit

Permalink
chore: version packages (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
oss-rima-bot and github-actions[bot] authored Jan 21, 2025
1 parent eddbfac commit 5f57937
Show file tree
Hide file tree
Showing 13 changed files with 5,128 additions and 4,000 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-crabs-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-turtles-thank.md

This file was deleted.

2 changes: 2 additions & 0 deletions examples/sample-action-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# sample-action-client

## 2.2.0

## 2.1.0

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-action-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-action-client",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"displayName": "Sample Action Client",
"publisher": "SAPOSS",
Expand Down
2 changes: 2 additions & 0 deletions examples/vscode-using-workspace-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vscode-using-workspace-api

## 2.2.0

## 2.1.0

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/vscode-using-workspace-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-using-workspace-api",
"private": "true",
"version": "2.1.0",
"version": "2.2.0",
"publisher": "SAPOSS",
"engines": {
"vscode": "^1.32.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/app-studio-toolkit-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# app-studio-toolkit-themes

## 6.0.1

### Patch Changes

- eddbfac: enhancing fiori dark theme

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-studio-toolkit-themes",
"displayName": "SAP Business Application Studio themes",
"version": "6.0.0",
"version": "6.0.1",
"private": true,
"description": "Provides SAP Business Application Studio themes",
"categories": [
Expand Down
6 changes: 6 additions & 0 deletions packages/app-studio-toolkit-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-devx/app-studio-toolkit-types

## 2.2.0

### Minor Changes

- bf0fd07: bumping @sap/artifact-management dependency to 1.42.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-devx/app-studio-toolkit-types",
"version": "2.1.0",
"version": "2.2.0",
"author": "SAP SE",
"license": "Apache-2.0",
"description": "The SAP Business Application Studio Toolkit VSCode Extension's API type signatures",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-studio-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# app-studio-toolkit

## 2.2.0

### Minor Changes

- bf0fd07: bumping @sap/artifact-management dependency to 1.42.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-studio-toolkit",
"displayName": "SAP Business Application Studio toolkit",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.",
"categories": [
Expand Down
Loading

0 comments on commit 5f57937

Please sign in to comment.