Skip to content

Commit

Permalink
chore(release): release v1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veredcon committed Jun 5, 2023
1 parent fcbd500 commit f6a7f04
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 33 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

### Reverts

- Revert "chore: create dependabot.yml (#242)" (#248) ([105f219](https://github.com/SAP/app-studio-toolkit/commit/105f219512fb0291381b2ef06211f29951547e73)), closes [#242](https://github.com/SAP/app-studio-toolkit/issues/242) [#248](https://github.com/SAP/app-studio-toolkit/issues/248)

## [1.14.2](https://github.com/SAP/app-studio-toolkit/compare/v1.14.1...v1.14.2) (2023-05-31)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions examples/sample-action-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

**Note:** Version bump only for package sample-action-client

## [1.14.1](https://github.com/SAP/app-studio-toolkit/compare/v1.14.0...v1.14.1) (2023-05-28)

**Note:** Version bump only for package sample-action-client
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.14.1",
"version": "1.14.3",
"private": true,
"displayName": "Sample Action Client",
"publisher": "SAPOSS",
Expand All @@ -23,7 +23,7 @@
"package": "vsce package"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.14.1"
"@sap-devx/app-studio-toolkit-types": "^1.14.3"
},
"extensionDependencies": [
"SAPOSS.app-studio-toolkit"
Expand Down
4 changes: 4 additions & 0 deletions examples/vscode-using-workspace-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

**Note:** Version bump only for package vscode-using-workspace-api

## [1.14.1](https://github.com/SAP/app-studio-toolkit/compare/v1.14.0...v1.14.1) (2023-05-28)

**Note:** Version bump only for package vscode-using-workspace-api
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.14.1",
"version": "1.14.3",
"publisher": "SAPOSS",
"engines": {
"vscode": "^1.32.0"
Expand All @@ -18,7 +18,7 @@
"package": "vsce package"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.14.1"
"@sap-devx/app-studio-toolkit-types": "^1.14.3"
},
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"message": "chore(release): release %s"
}
},
"version": "1.14.2"
"version": "1.14.3"
}
4 changes: 4 additions & 0 deletions packages/app-studio-toolkit-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

**Note:** Version bump only for package @sap-devx/app-studio-toolkit-types

## [1.14.1](https://github.com/SAP/app-studio-toolkit/compare/v1.14.0...v1.14.1) (2023-05-28)

**Note:** Version bump only for package @sap-devx/app-studio-toolkit-types
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": "1.14.1",
"version": "1.14.3",
"author": "SAP SE",
"license": "Apache-2.0",
"description": "The SAP Business Application Studio Toolkit VSCode Extension's API type signatures",
Expand Down
4 changes: 4 additions & 0 deletions packages/app-studio-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

**Note:** Version bump only for package app-studio-toolkit

## [1.14.2](https://github.com/SAP/app-studio-toolkit/compare/v1.14.1...v1.14.2) (2023-05-31)

**Note:** Version bump only for package app-studio-toolkit
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.14.2",
"version": "1.14.3",
"private": true,
"description": "Allows you to remotely control dev spaces that are hosted in SAP Business Application Studio from VS Code.",
"categories": [
Expand Down Expand Up @@ -350,7 +350,7 @@
"websocket": "1.0.34"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.14.1",
"@sap-devx/app-studio-toolkit-types": "^1.14.3",
"@types/proxyquire": "1.3.28",
"@types/url-join": "4.0.1",
"@types/websocket": "1.0.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-deps-upgrade-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.3](https://github.com/SAP/app-studio-toolkit/compare/v1.14.2...v1.14.3) (2023-06-05)

**Note:** Version bump only for package vscode-deps-upgrade-tool

## [1.14.1](https://github.com/SAP/app-studio-toolkit/compare/v1.14.0...v1.14.1) (2023-05-28)

**Note:** Version bump only for package vscode-deps-upgrade-tool
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-deps-upgrade-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-deps-upgrade-tool",
"displayName": "NPM Dependency Upgrade Tool",
"version": "1.14.1",
"version": "1.14.3",
"private": true,
"description": "Modifies package.json dependencies by using metadata in 'BASContributes.upgrade.node' property",
"categories": [
Expand Down Expand Up @@ -85,7 +85,7 @@
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.14.1",
"@sap-devx/app-studio-toolkit-types": "^1.14.3",
"@types/semver": "^7.3.12",
"@types/validate-npm-package-name": "^3.0.3",
"@vscode-logging/types": "^0.1.4",
Expand Down
45 changes: 22 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6a7f04

Please sign in to comment.